SXMS_MSGIND_CUST SAP (SAP XI: Configuration Data for Indexing of Messages) Structure details

Dictionary Type: Structure
Description: SAP XI: Configuration Data for Indexing of Messages




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




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

SXMS_MSGIND_CUST 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 "SAP XI: Configuration Data for Indexing of Messages" 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_SXMS_MSGIND_CUST TYPE SXMS_MSGIND_CUST.

The SXMS_MSGIND_CUST table consists of various fields, each holding specific information or linking keys about SAP XI: Configuration Data for Indexing of Messages data available in SAP. These include NAMESPACE (SAP XI: Namespace of Document Structure for Indexing), ACTIVE (SAP XI: Indicator Indexing Active/Inactive), USE_QSERVER (Flag (X or Blank)), Q_PERIOD (SAP XI: Time Period for Starting Index Queue (in Min.)).. 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 SXMS_MSGIND_CUST 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
INDEX_IDIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
NAMESPACESAP XI: Namespace of Document Structure for Indexing SXMS_MSGIND_DOCNSCHAR40TEXT40
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
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
ANALYSER_TYPENatural Number INT4INT410INT4
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME
CREATE_INITIAL_INDEXFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
DELETE_INACT_INDEXFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



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

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

How to access SAP table SXMS_MSGIND_CUST

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