SAP ABAP Interface IF_SOAP_MONI_METADATA (Metadata for UI of Tracing and Logging)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-MON (Application Component) WebServices ABAP Monitoring
     SOAP_MONITORING (Package) SOAP Monitoring Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_MONI_METADATA Metadata for Tracing and Logging 20051111
Properties
Interface IF_SOAP_MONI_METADATA  
Short Description Metadata for UI of Tracing and Logging    
General Data
Package SOAP_MONITORING   SOAP Monitoring Framework 
Created 20051111   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_SOAP_MONI_METADATA has no forward declaration.
Interfaces
Interface IF_SOAP_MONI_METADATA has no interface.
Friends
Interface IF_SOAP_MONI_METADATA has no friend.
Attributes
Interface IF_SOAP_MONI_METADATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_HEADERS Instance method Public Method Gets All Headers 20060518
2 GET_ALL_LOCATIONS Instance method Public Method Gets All Locations 20060111
3 GET_ALL_LOG_LEVELS Instance method Public Method Gets All Log Levels 20060111
4 GET_ALL_PROCESSORS Instance method Public Method Gets All Information for Proc. Units: ID, Name, Long Name 20060127
5 GET_ALL_RECTYPES Instance method Public Method Gets All Record Types 20060112
6 GET_ALL_STATES Instance method Public Method Gets All States 20060111
7 GET_ALL_STEPS Instance method Public Method Gets All Information for Steps: ID, Name, Long Name 20060127
8 GET_ALL_TRC_LEVELS Instance method Public Method Gets All Trace Levels 20060111
9 GET_APPLICATION_COMPONENTS Instance method Public Method Gets Application Components 20051206
10 GET_APPLICATION_SERVERS Instance method Public Method Gets All Active Application Servers in SAP System 20051111
11 GET_APPL_ERROR_AREAS Instance method Public Method Gets the application error areas 20071031
12 GET_CLIENT_NUMBERS Instance method Public Method Gets Existing Client Numbers in SAP System 20051111
13 GET_CURRENT_SAPCLIENT Instance method Public Method Gets the current SAP client 20070306
14 GET_ERROR_AREAS Instance method Public Method Gets the error areas 20070306
15 GET_ERROR_TYPES Instance method Public Method Gets the error types 20070306
16 GET_HEADER_DISPLAY_BY_NAME Instance method Public Method Gets the display & description for the header name 20060608
17 GET_IFNAME_EXT_AND_NS Instance method Public Method Gets external IF_NAME and namespace using IF internal 20060730
18 GET_IF_BY_SWAPPL_COMP Instance method Public Method Gets the interfaces using the SW and application components 20061005
19 GET_INTERFACES Instance method Public Method Gets the meta data for interfaces 20060730
20 GET_LOCATION_INFO Instance method Public Method Gets the meta data for the location 20060403
21 GET_LOG_LEVEL_INFO Instance method Public Method Gets the logging levels 20060404
22 GET_MSGTEXT_STEPNAME_BY_STEPID Instance method Public Method Gets the meta data for the step name (internal) 20060404
23 GET_MSGTXT_STEP_BY_STEPID_4_UI Instance method Public Method Gets Meta Data for Step Name (for UI) 20060425
24 GET_PROCESSORID_INFO Instance method Public Method Gets the meta data for the processor unit 20060403
25 GET_REC_TYPE_INFO Instance method Public Method Gets the meta data for the record type 20060403
26 GET_SOAP_APPLICATIONS Instance method Public Method Gets the existing SOAP application names 20051111
27 GET_SOFTWARE_COMPONENTS Instance method Public Method Gets the Software Components 20051206
28 GET_STATE_INFO Instance method Public Method Gets the meta data for the status 20060403
29 GET_STEPID_INFO Instance method Public Method Gets Step Name and Description by Step ID 20060404
30 GET_SYS_ERROR_AREAS Instance method Public Method Gets the system error areas 20071031
31 GET_TRC_LEVEL_INFO Instance method Public Method Gets the tracing levels 20060404
Events
Interface IF_SOAP_MONI_METADATA has no event.
Types
Interface IF_SOAP_MONI_METADATA has no local type.
Method Signatures

Method GET_ALL_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADERS Call by reference Type reference (TYPE) SRT_MONI_HDRNAME_INFO_TAB SOAP Monitoring Header Tabelle 20060518

Method GET_ALL_HEADERS on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_ALL_LOCATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOCATIONS Call by reference Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB All of locations 20060111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060111

Method GET_ALL_LOG_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_LEVELS Call by reference Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Log Levels 20060111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060111

Method GET_ALL_PROCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESSOR_NAMES Call by reference Type reference (TYPE) SRT_MONI_PROCESSOR_INFO_TAB SOAP Runtime Processor-Einheitsnamen 20060201
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060201

Method GET_ALL_RECTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECTYPES Call by reference Type reference (TYPE) SRT_MONI_RECTYPE_INFO_TAB all Record Types 20060112
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060112

Method GET_ALL_STATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATES Call by reference Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB All of states 20060111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060111

Method GET_ALL_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPNAMES Call by reference Type reference (TYPE) SRT_MONI_STEPNAME_INFO_TAB SOAP Runtime stepnamen 20060201
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060201

Method GET_ALL_TRC_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRC_LEVELS Call by reference Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Trace Levels 20060111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060111

Method GET_APPLICATION_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_AC Value transfer Type reference (TYPE) SRT_MONI_APPL_COMP_TAB Tabelle von der Anwendungskomponente 20051206
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051206

Method GET_APPLICATION_SERVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SERVERS Value transfer Type reference (TYPE) SRT_MONI_APPLSERVERS Application servers 20051208
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method GET_APPL_ERROR_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERROR_AREAS Value transfer Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Deteilierte Information für Metadata Komponenten 20071031

Method GET_APPL_ERROR_AREAS on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_CLIENT_NUMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CLIENT Value transfer Type reference (TYPE) SRT_MONI_CLNT_NRS Mandanten 20051208
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method GET_CURRENT_SAPCLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLIENT Value transfer Type reference (TYPE) SRT_MONI_CLNT_NR Soap Client Number 20070306

Method GET_CURRENT_SAPCLIENT on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_ERROR_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERROR_AREAS Value transfer Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Deteilierte Information für Metadata Komponenten 20070306

Method GET_ERROR_AREAS on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_ERROR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERROR_TYPES Value transfer Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Deteilierte Information für Metadata Komponenten 20070306

Method GET_ERROR_TYPES on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_HEADER_DISPLAY_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER_DISP Call by reference Type reference (TYPE) SRT_MONI_HEADER_INFO Headername und value für alle Meßpunkten eines Kontextes 20060608
2 Importing IS_HEADER Call by reference Type reference (TYPE) SRT_MON_HEADER SOAP Monitoring Header Struktur (Intern) 20060608
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060608

Method GET_IFNAME_EXT_AND_NS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IF_EXT_NS Call by reference Type reference (TYPE) SRT_MONI_IF_EXT_NS_TAB Externe Bezeichnung der Schnittstelle und Namespace Tabelle 20060731
2 Importing I_INTERFACE Call by reference Type reference (TYPE) SRT_MONI_IFNAME Soap Laufzeit Schnittstellenname (intern Bezeichnung) 20060730
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060730

Method GET_IF_BY_SWAPPL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INTERFACES Call by reference Type reference (TYPE) SRT_MONI_IF_NAMES Soap Interface names 20061005
2 Importing I_AC Call by reference Type reference (TYPE) SRT_MONI_APPL_COMP Anwendungskomponente 20061005
3 Importing I_SC Call by reference Type reference (TYPE) SRT_MONI_SOFTWARE_COMP Software Komponente 20061005
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061005

Method GET_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTERFACES Value transfer Type reference (TYPE) SRT_MONI_IF_INFO_TAB 20060730
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060730

Method GET_LOCATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060403
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060403
3 Importing LOCATION Call by reference Type reference (TYPE) SRT_MONI_LOC SOAP WebService Komponenten-Lokalisation 20060403
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060403

Method GET_LOG_LEVEL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060404
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060404
3 Importing LEVEL Call by reference Type reference (TYPE) SRT_MONI_LOG_LEVEL_UI SRT logging level 20060404
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060404

Method GET_MSGTEXT_STEPNAME_BY_STEPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060404
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060404
3 Exporting MESSAGE_TEXT Call by reference Type reference (TYPE) STRING 20060404
4 Importing MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20080307
5 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20080307
6 Importing PARAM_1 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060404
7 Importing PARAM_2 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060404
8 Importing PARAM_3 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060404
9 Importing PARAM_4 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060404
10 Importing STATUS Call by reference Type reference (TYPE) SRT_MONI_STATUS SOAP Monitoring Status Info 20060404
11 Importing STEP_ID Call by reference Type reference (TYPE) SRT_MONI_STEP_ID SOAP Runtime step ID 20060404
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060404

Method GET_MSGTXT_STEP_BY_STEPID_4_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060425
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060425
3 Exporting MESSAGE_TEXT Call by reference Type reference (TYPE) STRING 20060425
4 Importing PARAM_1 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060425
5 Importing PARAM_2 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060425
6 Importing PARAM_3 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060425
7 Importing PARAM_4 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060425
8 Importing STATUS Call by reference Type reference (TYPE) SRT_MONI_STATUS_UI SOAP Monitoring Status Info für UI 20060425
9 Importing STEP_ID Call by reference Type reference (TYPE) SRT_MONI_STEP_ID SOAP Runtime step ID 20060425
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060425

Method GET_PROCESSORID_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060403
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060403
3 Importing PROCESSOR_ID Call by reference Type reference (TYPE) SRT_MONI_PROC_ID SOAP Runtime Processor Unit ID 20060403
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060403

Method GET_REC_TYPE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060403
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060403
3 Importing REC_TYPE Call by reference Type reference (TYPE) SRT_MONI_REC_TYPE SRT Monitoring Record Type 20060403
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060403

Method GET_SOAP_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SOAP_APPL Value transfer Type reference (TYPE) SRT_MONI_SOAP_APPLS Soap Application names 20051208
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method GET_SOFTWARE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SC Value transfer Type reference (TYPE) SRT_MONI_SOFTWARE_COMP_TAB Tabelle der Software Komponenten 20051206
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051206

Method GET_STATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060403
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060403
3 Importing STATUS Call by reference Type reference (TYPE) SRT_MONI_STATUS_UI SOAP Monitoring Status Info für UI 20060403
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060403

Method GET_STEPID_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060404
2 Exporting E_DISPLAYNAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060404
3 Importing I_STEPID Call by reference Type reference (TYPE) SRT_MONI_STEP_ID SOAP Runtime step ID 20060404
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060404

Method GET_SYS_ERROR_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERROR_AREAS Value transfer Type reference (TYPE) SRT_MONI_METADATA_INFO_TAB Deteilierte Information für Metadata Komponenten 20071031

Method GET_SYS_ERROR_AREAS on Interface IF_SOAP_MONI_METADATA has no exception.

Method GET_TRC_LEVEL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) SRT_MONI_DESCRIPTION Description for Meta data components 20060404
2 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) SRT_MONI_DISPLAY_NAME Display name for Meta data components 20060404
3 Importing LEVEL Call by reference Type reference (TYPE) SRT_MONI_TRC_LEVEL_UI SRT logging level 20060404

Method GET_TRC_LEVEL_INFO on Interface IF_SOAP_MONI_METADATA has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710