SXMSMSGDEF SAP (Message Definition) Table details

Dictionary Type: Table
Description: Message Definition




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




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

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

The SXMSMSGDEF table consists of various fields, each holding specific information or linking keys about Message Definition data available in SAP. These include GUID (Filter ID), LOCATION (Filter Location), SENDER (Sender/Receiver ID), RECEIVER (Receiver 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 SXMSMSGDEF 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
GUIDFilter ID SXMSFILTERGUIDRAW16SYSUUID
LOCATIONFilter Location SXMSLOCATIONCHAR1SXMSLOCATION
SENDERSender/Receiver ID SXMSSENDER_IDCHAR30Assigned to domainSXMSSITE
RECEIVERReceiver ID SXMSRECEIVER_IDCHAR30Assigned to domainSXMSSITE
QUEUEID for Message Queue SXMSQUEUE_IDCHAR16SXMSQIDAPP
JOB_IDJob ID SXMSJOBCHAR32SXMS_PRG_JOB_ID_ALL
PREFIXQueue Prefix SXMS_QUEUE_PREFIXCHAR4SXMS_QUEUE_PREFIX
MSGTYPEMessage Type SXMS_ACKNOWLEDGECHAR1SXMS_ACKNOWLEDGE
SIZECATSmaller/Larger Operator SXMSMSGSIZECATCHAR1SXMSMSGSIZECAT
MSGSIZESize of Message Payload in KB SXMSMSGSIZENUMC7
SEQUENCESequence of Message Filters SXMSMSGSEQUNUMC6
STATUSMessage Filter Status SXMSMSGDEFSTATUSCHAR1SXMSMSGDEFSTATUS
MAXPACKSIZEMaximum Size of Message Package SXMSMAXPACKSIZEINT410
STARTATONCEFlag ('' space) to indicate start mode of packaged messages SXMSSTARTATONCECHAR1SXMSSTARTATONCE
EO_QUEUEData Type for Generated EO tcmp Queue SXMS_EO_QUEUECHAR24TRFCQNAM
DESCRDescription SXMSDESCRCHAR60TEXT60
CREATEDBYCreated by User SXMSCREATEDBYCHAR12UNAME
CREATEDDATECreated On SXMSCREATEDDATEDATS8SYDATS
CREATEDTIMECreated At SXMSCREATEDTIMETIMS6SYTIME
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMSMSGDEF
INTO CORRESPONDING FIELDS OF WA_SXMSMSGDEF
WHERE...

How to access SAP table SXMSMSGDEF

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