SXMSMSGINDCUS SAP (SAP XI: Configuration for Indexing of Messages) Table details

Dictionary Type: Table
Description: SAP XI: Configuration for Indexing of Messages




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




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

SXMSMSGINDCUS is a standard SAP Table which is used to store SAP XI: Configuration for Indexing of Messages data and is available within R/3 SAP systems depending on the version and release level.

The SXMSMSGINDCUS table consists of various fields, each holding specific information or linking keys about SAP XI: Configuration for Indexing of Messages data available in SAP. These include INDEX_ID (Index Id), NAMESPACE (SAP XI: Namespace of Document Structure for Indexing), FILTERCAT (SAP XI: Filter Category for Sender/Receiver Attributes), RFCDEST (Logical Destination (Specified in Function Call)).. 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 SXMSMSGINDCUS 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
INDEX_IDIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
NAMESPACESAP XI: Namespace of Document Structure for Indexing SXMS_MSGIND_DOCNSCHAR40TEXT40
FILTERCATSAP XI: Filter Category for Sender/Receiver Attributes SXMS_MSGFILTER_CATEGCHAR10SXMS_MSGFITER_CATEG
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
ACTIVESAP XI: Indicator Indexing Active/Inactive SXMS_MSGIND_ACTIVECHAR1SXMSFLAG
USE_QSERVERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
Q_PERIODSAP XI: Time Period for Starting Index Queue (in Min.) SXMS_MSGIND_QUEUEPERIODINT410INT4
Q_MAXSIZESAP XI: Max. Number of Documents to Start Index Queue SXMS_MSGIND_QUEUEMAXDOCSINT410INT4
PAYLOAD_TYPESAP XI: Payload Type for Indexing (I=Inb,O=Outb,X=All) SXMS_MSGIND_PAYLTYPECHAR1CHAR01
PACK_COUNTSAP XI: Number of Messages per Package for Indexing SXMS_MSGIND_PCOUNTINT410INT4
PACK_MAXSIZESAP XI: Maximum Package Size for Indexing (in KB) SXMS_MSGIND_PSIZEINT410INT4
MSG_MAXSIZESAP XI: Maximum Message Size for Indexing (in KB) SXMS_MSGIND_MSGSIZEINT410INT4
RET_PERIODSAP XI: Retention Time for Messages in Index (in Days) SXMS_MSGIND_RETPERIODNUMC3NUMC03
IND_PERIODSAP XI: Time Period for Indexing of Messages (in Min.) SXMS_MSGIND_INDPERIODINT410INT4
DEIND_PERIODSAP XI: Time Period for Reorganization of Messages (in Mins) SXMS_MSGIND_DEINDPERIODINT410INT4
LOG_LEVELSAP XI: Log Level for Indexing of Messages SXMS_MSGIND_LOGLEVELNUMC1SXMS_MSGIND_LOGLEVEL
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ANALYSER_TYPENatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMSMSGINDCUS
INTO CORRESPONDING FIELDS OF WA_SXMSMSGINDCUS
WHERE...

How to access SAP table SXMSMSGINDCUS

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