SRT_WSM_MONICONF SAP (Configuration for WS Message Monitor) Table details

Dictionary Type: Table
Description: Configuration for WS Message Monitor




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




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

SRT_WSM_MONICONF is a standard SAP Table which is used to store Configuration for WS Message Monitor data and is available within R/3 SAP systems depending on the version and release level.

The SRT_WSM_MONICONF table consists of various fields, each holding specific information or linking keys about Configuration for WS Message Monitor data available in SAP. These include SAPUSER (User Name), CHANGED_AT (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), OUTPUT_MODE (D/S: Detail/Summary), VIEW_STYLE (B/T: Basic/Technical View).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_WSM_MONICONF table 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
SAPCLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
SAPUSERUser Name SYUNAMECHAR12SYCHAR12
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
OUTPUT_MODE D/S: Detail/Summary0
VIEW_STYLE B/T: Basic/Technical View0
MAX_MESSAGES Max Number of messages0
STATE_GROUPProcessing Status Group SRT_PROCESSING_STATE_GROUPINT13SRT_PROCESSING_STATE_GROUP
ADAPTER_TYPEAdapter Type SRT_ADAPTER_TYPECHAR1SRT_ADAPTER_TYPE
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
OB_PARTYParty SRT_PERSISTENCY_PARTYCHAR60SRT_PERSISTENCY_PARTY
OB_IFNAMEInterface Name SRT_INTERFACE_NAMECHAR120SRT_INTERFACE_NAME
IB_PARTYParty SRT_PERSISTENCY_PARTYCHAR60SRT_PERSISTENCY_PARTY
IB_IFNAMEInterface Name SRT_INTERFACE_NAMECHAR120SRT_INTERFACE_NAME
SENDER_IBC_TYPEIBC Type SRTM_IBC_TYPECHAR10
SENDER_IBC_NAMEIBC Name SRTM_IBC_NAMECHAR40
RECEIVER_IBC_TYPEIBC Type SRTM_IBC_TYPECHAR10
RECEIVER_IBC_NAMEIBC Name SRTM_IBC_NAMECHAR40
UDS_STD_INCInclude Standard Selection SRTM_UDS_STD_INCCHAR1
UDS_OP_AND 0
UDS_NAME1WS runtime: UDS search name SRT_UDS_SEARCH_NAMECHAR40SRT_UDS_SEARCH_NAME
UDS_NAME2WS runtime: UDS search name SRT_UDS_SEARCH_NAMECHAR40SRT_UDS_SEARCH_NAME
UDS_NAME3WS runtime: UDS search name SRT_UDS_SEARCH_NAMECHAR40SRT_UDS_SEARCH_NAME
UDS_NAME4WS runtime: UDS search name SRT_UDS_SEARCH_NAMECHAR40SRT_UDS_SEARCH_NAME
UDS_NAME5WS runtime: UDS search name SRT_UDS_SEARCH_NAMECHAR40SRT_UDS_SEARCH_NAME
UDS_VALUE1WS runtime: UDS search value SRT_UDS_SEARCH_VALUECHAR250
UDS_VALUE2WS runtime: UDS search value SRT_UDS_SEARCH_VALUECHAR250
UDS_VALUE3WS runtime: UDS search value SRT_UDS_SEARCH_VALUECHAR250
UDS_VALUE4WS runtime: UDS search value SRT_UDS_SEARCH_VALUECHAR250
UDS_VALUE5WS runtime: UDS search value SRT_UDS_SEARCH_VALUECHAR250

Key field Non-key field



How do I retrieve data from SAP table SRT_WSM_MONICONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on SRT_WSM_MONICONF to SELECT all data from the table
DATA: WA_SRT_WSM_MONICONF TYPE SRT_WSM_MONICONF.

SELECT SINGLE *
FROM SRT_WSM_MONICONF
INTO CORRESPONDING FIELDS OF WA_SRT_WSM_MONICONF
WHERE...

How to access SAP table SRT_WSM_MONICONF

Within an ECC or HANA version of SAP you can also view further information about SRT_WSM_MONICONF 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!