SXI_MESSAGE_FILTER SAP (XI/WS: Message Filter (External)) Structure details

Dictionary Type: Structure
Description: XI/WS: Message Filter (External)




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




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

SXI_MESSAGE_FILTER 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 "XI/WS: Message Filter (External)" 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_SXI_MESSAGE_FILTER TYPE SXI_MESSAGE_FILTER.

The SXI_MESSAGE_FILTER table consists of various fields, each holding specific information or linking keys about XI/WS: Message Filter (External) data available in SAP. These include FROM_TIME (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), TO_TIME (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), STATUS (Integration Engine: Message Status), OB_PARTY (XI: Communication Party).. 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 SXI_MESSAGE_FILTER 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
ONLY_FAULTY_MESSAGESXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
FROM_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TO_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
STATUSIntegration Engine: Message Status SXMSPMSTATNUMC3Assigned to domainSXMSPMSTAT
OB_PARTYXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
OB_PARTY_TYPEXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
OB_PARTY_AGENCYXI Partner: Agency SXI_PARTY_AGENCYCHAR120SXI_PARTY_AGENCY
OB_SYSTEMSending System AIT_SNDRCHAR60AIT_SYSTEM
OB_NSOutbound Interface Namespace RM_OIFNSCHAR255SAI_NSPCE
OB_NAMEOutbound Interface Name RM_OIFNAMECHAR120AIT_INTF
OB_OPERATIONOperation of Service Interface SXI_OPERATIONCHAR120SXI_OPERATION
IB_PARTYXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
IB_PARTY_TYPEXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
IB_PARTY_AGENCYXI Partner: Agency SXI_PARTY_AGENCYCHAR120SXI_PARTY_AGENCY
IB_SYSTEMReceiving System AIT_RCVRCHAR60AIT_SYSTEM
IB_NSInbound Interface Namespace RM_IIFNSCHAR255SAI_NSPCE
IB_NAMEInbound Interface Name RM_IIFNAMECHAR120AIT_INTF
IB_OPERATIONOperation of Service Interface SXI_OPERATIONCHAR120SXI_OPERATION
MESSAGE_IDS 0
REFERENCE_IDS 0
INBOUND_CHANNELPipeline Service Type SXMSPSTYPECHAR10SXMSPSTYPE
OUTBOUND_CHANNELPipeline Service Type SXMSPSTYPECHAR10SXMSPSTYPE
QUALITY_OF_SERVICEIntegration Engine: Quality of Service SXMSQOSCHAR4SXMSQOS
QUEUE_NAMEqueuename SRT_SEQ_QUEUENAMECHAR40SRT_SEQ_QUEUENAME
SUBCOMPONENTIntegration Engine: Pipeline ID SXMSPIDCHAR40Assigned to domainSXMSPID
ERRCATXI: Error Category SXMSERRCATCHAR20TEXT20
ERRCODEXI: Error ID SXMSERRIDCHAR30
ERRLABELIDXI: Status Detail: Identifier SXMSERRLABELIDNUMC10Assigned to domainSXMSERRLABELIDSXMSAGGERRLABEL
MSGTYPEIntegration Engine: Message Type SXMSPMTYPECHAR1SXMSPMTYPE
MSGFORMATESP: Message Format (XI/ESI) SXI_MSG_FORMATCHAR1SXI_MSG_FORMAT
STATUS_TYPEXI: Type of a Status SXI_STAT_TYPENUMC2SXI_STAT_TYPE
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
SERVICEDEFINITIONWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
MANUALSTATSingle-Character Indicator CHAR1CHAR1CHAR1
APPCOMPONENTApplication Component ID AKHKOMPOCHAR24UFPS_POSIDH_AKH_COMPONENT
SWCOMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
MSGSTATE_TAB 0
SEQUENCEIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
PERSIST_IDS 0
SERVICEDEFINITIONWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
APPCOMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
SWCOMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
SEQUENCEIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
EXTR_DATA 0
USE_ORXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG

Key field Non-key field



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

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

How to access SAP table SXI_MESSAGE_FILTER

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