SRT_MSELECT_RESULT SAP (Message Select Result) Structure details

Dictionary Type: Structure
Description: Message Select Result




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




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

SRT_MSELECT_RESULT 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 "Message Select Result" 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_MSELECT_RESULT TYPE SRT_MSELECT_RESULT.

The SRT_MSELECT_RESULT table consists of various fields, each holding specific information or linking keys about Message Select Result data available in SAP. These include MESSAGE_ID (Message Identifier), LOCATION (Location (Consumer / Provider)), PERSIST_ID (Unique identifier in persistence layer), CREATED_BY (User name of message creation).. 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_MSELECT_RESULT 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
MANDTClient identifier SRTM_CLIENTCLNT3Assigned to domainMANDT
MESSAGE_IDMessage Identifier SRTM_MESSAGE_IDRAW16SYSUUID
LOCATIONLocation (Consumer / Provider) SRTM_LOCATIONCHAR1CHAR1
PERSIST_IDUnique identifier in persistence layer SRTM_PERSIST_IDRAW16SYSUUID
CREATED_BYUser name of message creation SRTM_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_TSUTC timestamp at message creation SRTM_CREATED_TSDEC21(7) TZNTSTMPL
CREATED_DATELocal date at message creation SRTM_CREATED_DATEDATS8
CREATED_TIMELocal time at message creation SRTM_CREATED_TIMETIMS6TIME
CHANGED_BYUser name of last change SRTM_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_TSUTC timestamp at last change SRTM_CHANGED_TSDEC21(7) TZNTSTMPL
CHANGED_DATELocal date at last change SRTM_CHANGED_DATEDATS8
CHANGED_TIMELocal time at last change SRTM_CHANGED_TIMETIMS6TIME
STATE_GROUPProcessing status group SRTM_STATE_GROUPINT13SRT_PROCESSING_STATE_GROUP
STATE_CODEProcessing status code SRTM_STATE_CODEINT13SRT_PROCESSING_STATE
STATE_TEXTText for processing status code SRTM_STATE_TEXTCHAR24CHAR24
MESSAGE_STATEMessage status SRTM_MESSAGE_STATECHAR16CHAR16
SEQUENCE_STATESequence Status SRTM_SEQUENCE_STATECHAR16CHAR16
QUEUE_STATEQueue status SRTM_QUEUE_STATECHAR16CHAR16
PAF_STATEProcessing Agent Framework status SRTM_PAF_STATECHAR16CHAR16
TW_STATETask Watcher status SRTM_TW_STATECHAR16CHAR16
COMM_TYPECommunication type (Remote/Shortcut) SRTM_COMM_TYPECHAR1SRT_COMMUNICATION_TYPE
ADAPTER_TYPEAdapter type SRTM_ADAPTER_TYPECHAR10CHAR10
QUEUE_NAMEQueue name SRTM_QUEUE_NAMECHAR40CHAR40
SEQUENCE_IDSequence identifier SRTM_SEQUENCE_IDCHAR32CHAR32
PARENT_IDParent message identifier SRTM_PARENT_IDRAW16SYSUUID
TW_TASK_IDTask Watcher Identifier SRTM_TW_TASK_IDRAW16SYSUUID
REF_ID_TYPEReference identifier type (Update Task or bgRFC) SRTM_REF_ID_TYPECHAR1SRT_ID_TYPE
REF_ID_VALUEIdentifier of update task or queue unit SRTM_REF_ID_VALUERAW16SYSUUID
WSRM_VERSIONWSRM version SRTM_WSRM_VERSIONCHAR1CHAR1
TECHNICAL_SIDTechnical sequence identifier SRTM_TECHNICAL_SIDSSTR255ANYURI
LAST_VERSIONLast message version SRTM_LAST_VERSIONNUMC3SRT_MESSAGE_VERSION
PROD_VERSIONLast productive message version SRTM_PROD_VERSIONNUMC3SRT_MESSAGE_VERSION
ERROR_VERSIONLast error version SRTM_ERROR_VERSIONNUMC3SRT_MESSAGE_VERSION
ATTACHMENTSIndicator for message with attachments SRTM_ATTACHMENTSCHAR1SRT_ATTACH_EXISTS_INDICATOR
RETENT_CATEGORYRetention category for finished, cancelled & isolated msg SRTM_RETENTION_CATEGORYCHAR1SRT_RETENTION_CATEGORY
EXPIRY_DATEExpiry date for finished, cancelled and isolated messages SRTM_EXPIRY_DATEDATS8
OB_PARTYSender party SRTM_OB_PARTYCHAR60SRT_PERSISTENCY_PARTY
OB_COMPONENTSender component SRTM_OB_COMPONENTCHAR60SRT_PERSISTENCY_COMPONENT
OB_IF_NAMESender interface name SRTM_OB_IF_NAMECHAR120SRT_INTERFACE_NAME
OB_IF_NAMESPACESender interface namespace SRTM_OB_IF_NAMESPACECHAR255SRT_INTERFACE_NAMESPACE
OB_IF_OPERATIONSender interface operation SRTM_OB_IF_OPERATIONCHAR120SRT_INTERFACE_OPERATION
IB_PARTYReceiver party SRTM_IB_PARTYCHAR60SRT_PERSISTENCY_PARTY
IB_COMPONENTReceiver component SRTM_IB_COMPONENTCHAR60SRT_PERSISTENCY_COMPONENT
IB_IF_NAMEReceiver interface name SRTM_IB_IF_NAMECHAR120SRT_INTERFACE_NAME
IB_IF_NAMESPACEReceiver interface namespace SRTM_IB_IF_NAMESPACECHAR255SRT_INTERFACE_NAMESPACE
IB_IF_OPERATIONReceiver interface operation SRTM_IB_IF_OPERATIONCHAR120SRT_INTERFACE_OPERATION
ERROR_COUNTERError counter SRTM_ERROR_COUNTERINT410
RETRY_COUNTERRetry counter (based on application requirement) SRTM_RETRY_COUNTERINT410
MAX_RETRY_COUNTERMaximum retry counter (based on application requirement) SRTM_MAX_RETRY_COUNTERINT410
NEXT_RETRY_DATELocal date of next retry (based on application requirement) SRTM_NEXT_RETRY_DATEDATS8
NEXT_RETRY_TIMELocal time of next retry (based on application requirement) SRTM_NEXT_RETRY_TIMETIMS6TIME
ERROR_TEXTError information SRTM_ERROR_TEXTCHAR128CHAR128
ERROR_INDICATORError Indicator SRTM_ERROR_INDICATORCHAR1SRT_ERROR_INDICATOR
ROOT_CONTEXT_IDRoot context identifier in Extended Passport SRTM_ROOT_CONTEXT_IDRAW16SYSUUID
TRANSACTION_IDTransaction identifier in Extended Passport SRTM_TRANSACTION_IDRAW16SYSUUID
MESSAGE_SIZEMessage Size SRTM_MESSAGE_SIZEDEC20SRT_MESSAGE_SIZE
PERSIST_TYPEPersistency type (XI/WS persistency) SRTM_PERSIST_TYPECHAR1CHAR1
TOTAL_TIMETotal processing time SRTM_TOTAL_TIMEINT410
CREATE_COMMIT_TIMETime between message create and commit SRTM_CREATE_COMMIT_TIMEINT410
SCHEDULER_TIMEWaiting time for bgRFC Scheduler SRTM_SCHEDULER_TIMEINT410
SRT_TIMEProcessing time in SOAP Runtime SRTM_SRT_TIMEINT410
HTTP_TIMETime for HTTP transport and protocol SRTM_HTTP_TIMEINT410
PROVIDER_TIMEProvider application or system time SRTM_PROVIDER_TIMEINT410
LUW_SEQ_MESSAGESNumber of sequence messages in a Logical Unit of Work SRTM_LUW_SEQ_MESSAGESINT410
MIGRATEDMigrated from XI persistency SRTM_MIGRATEDCHAR1CHAR1
IDOC_REQUEST_IDIDoc Request ID SRT_IDOC_REQUEST_IDNUMC16
IDOC_RESPONSE_IDIDoc Response ID SRT_IDOC_RESPONSE_IDNUMC16
OPERATION_TYPEOperation Type SRT_OPERATION_TYPECHAR1SRT_OPERATION_TYPE
ACTION_MSGIDT100 application area SRTM_T100_AREACHAR20Assigned to domainARBGB
ACTION_MSGNOT100 message number SRTM_T100_MSGNOCHAR3Assigned to domainMSGNR
DUMP_ERROR_ID Dump ID ('Abort with dump'-selection only)0
DUMP_DATE Dump Date ('Abort with dump'-selection only)0
DUMP_TIME Dump Time ('Abort with dump'-selection only)0
MAPPING_NAMEOutbound mapping name SRT_OB_MAPPING_NAMECHAR30SRT_WSP_DT_OBJ_NAME
SOURCE_IF_NAMEInterface Name SRT_INTERFACE_NAMECHAR120SRT_INTERFACE_NAME
SOURCE_IF_OPERATIONInterface Operation SRT_INTERFACE_OPERATIONCHAR120SRT_INTERFACE_OPERATION
PIPELINE_IDPipeline ID SRTM_PIPELINECHAR40
SENDER_IBCIBC ID in SOAP Runtime SRT_IBC_IDRAW16SYSUUID_X16
RECEIVER_IBCIBC ID in SOAP Runtime SRT_IBC_IDRAW16SYSUUID_X16

Key field Non-key field



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

As SRT_MSELECT_RESULT 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_MSELECT_RESULT as there is no data to select.

How to access SAP table SRT_MSELECT_RESULT

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