SRT_MONI_CALL_LIST SAP (SOAP List of Selected Call Structures Using ESI-UI) Structure details

Dictionary Type: Structure
Description: SOAP List of Selected Call Structures Using ESI-UI




ABAP Code to SELECT data from SRT_MONI_CALL_LIST
Related tables to SRT_MONI_CALL_LIST
Access table SRT_MONI_CALL_LIST




Structure field list including key, data, relationships and ABAP select examples

SRT_MONI_CALL_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SOAP List of Selected Call Structures Using ESI-UI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SRT_MONI_CALL_LIST TYPE SRT_MONI_CALL_LIST.

The SRT_MONI_CALL_LIST table consists of various fields, each holding specific information or linking keys about SOAP List of Selected Call Structures Using ESI-UI data available in SAP. These include TRC_PATTERN (SOAP Runtime Trace Context Pattern), TRC_KEY (SOAP Runtime Trace Context Key), TS (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), CALL_STATUS (SOAP Monitoring Status Information).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_MONI_CALL_LIST structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
IDGUID_32 as ID for Part of Web Service Call SRT_MONI_IDCHAR32SRT_MONI_ID
TRC_PATTERNSOAP Runtime Trace Context Pattern SRT_MONI_TRC_PATTERNSTRG0SRT_MONI_TRC_PATTERN
TRC_KEYSOAP Runtime Trace Context Key SRT_MONI_TRC_KEYCHAR32SRT_MONI_TRC_KEY
TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CALL_STATUSSOAP Monitoring Status Information SRT_MONI_STATUSCHAR1SRT_MONI_STATUS
ERRORTYPEError Type for Web Service Monitoring SRT_MONI_ERRORTYPECHAR10SRT_MONI_ERRORTYPE
ERRORAREAError Area for Web Service Monitoring SRT_MONI_ERRORAREACHAR10SRT_MONI_ERRORAREA
NETHDRTIMENatural Number INT4INT410INT4
INTERFACESOAP Runtime Interface Name (Internal Name) SRT_MONI_IFNAMECHAR30SRT_MONI_IFNAME
USER_NAMEUser Name SRT_MONI_USERCHAR12SRT_MONI_USER
SAP_CLIENTSOAP Client Number SRT_MONI_CLIENTCHAR3SRT_MONI_CLIENT
APPLSERVERApplication Server in ABAP System SRT_MONI_APPLSERVERCHAR40SRT_MONI_APPLSERVER
SOAP_APPLICATIONSOAP Application Name of SOAP Runtime SRT_MONI_APPLICATIONCHAR60SRT_MONI_APPLICATION
LOCATIONSOAP Web Service Component Localization SRT_MONI_LOCCHAR1SRT_MONI_LOC
MSG_IDMessage ID SRT_MONI_MSGIDCHAR32SRT_MONI_MSGID
REFTOMSGMessage ID SRT_MONI_MSGIDCHAR32SRT_MONI_MSGID
APPL_COMPApplication Component SRT_MONI_APPL_COMPCHAR24SRT_MONI_APPL_COMP
SW_COMPSoftware Component SRT_MONI_SOFTWARE_COMPCHAR30SRT_MONI_SOFTWARE_COMP
WSRM_SEQIDAny URI ANYURISSTR255ANYURI
SOAP_SEQIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ISPRESCHEDULINGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
COMM_PATTERN 0

Key field Non-key field



How do I retrieve data from SAP structure SRT_MONI_CALL_LIST using ABAP code?

As SRT_MONI_CALL_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SRT_MONI_CALL_LIST as there is no data to select.

How to access SAP table SRT_MONI_CALL_LIST

Within an ECC or HANA version of SAP you can also view further information about SRT_MONI_CALL_LIST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!