SXMSMSGREF SAP (Message Reference Storage) Table details

Dictionary Type: Table
Description: Message Reference Storage




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




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

SXMSMSGREF is a standard SAP Table which is used to store Message Reference Storage data and is available within R/3 SAP systems depending on the version and release level.

The SXMSMSGREF table consists of various fields, each holding specific information or linking keys about Message Reference Storage data available in SAP. These include MESSAGE_ID (XI: Message ID), JOB_ID (Job ID), QUEUE_ID (ID for Message Queue), PID (Integration Engine: Pipeline ID).. 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 SXMSMSGREF 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
MESSAGE_IDXI: Message ID SXMSMGUIDRAW16SYSUUID
JOB_IDJob ID SXMSJOBCHAR32SXMS_PRG_JOB_ID_ALL
QUEUE_IDID for Message Queue SXMSQIDCHAR32SXMSQID
PIDIntegration Engine: Pipeline ID SXMSPIDCHAR40Assigned to domainSXMSPID
SENDERXI: Service SXI_SERVICECHAR60SXI_SERVICE
SND_PARTYXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
SND_PARTY_SCHEMEXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
SND_NAMEXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
SND_NAMESPACEXI: Interface Namespace SXI_ACTION_NSCHAR255SXI_NAMESPACE
RECEIVERXI: Service SXI_SERVICECHAR60SXI_SERVICE
RCV_PARTYXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
RCV_PARTY_SCHEMEXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
RCV_NAMEXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
RCV_NAMESPACEXI: Interface Namespace SXI_ACTION_NSCHAR255SXI_NAMESPACE
MSG_SIZE 0
QOSIntegration Engine: Quality of Service SXMSQOSCHAR4SXMSQOS
STATUSJob Processing Status SXMSMSGREFSTATUSCHAR1SXMSMSGREFSTATUS
START_VERSIONSequence Number for a Message Log ID SXMSLSQNBRNUMC3
FILTERGUIDFilter ID SXMSFILTERGUIDRAW16SXMSMSGDEFSYSUUID
BRANCH 0
PROCESSIDProcess ID for Package Processing SXMSPROCESSIDCHAR32
PACKAGE_XMessage Reference for Package SXMS_PACKAGECHAR1SXMS_PACKAGE
PACKTIMEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
FILTER_TYPEMessage Type SXMS_FILTER_TYPECHAR1SXMS_FILTER_TYPE
COMMIT_ACTOR 0
QUEUEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMSMSGREF
INTO CORRESPONDING FIELDS OF WA_SXMSMSGREF
WHERE...

How to access SAP table SXMSMSGREF

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