IDX_XMB SAP (tRFC Parameter for IDoc Output Integration Broker) Structure details

Dictionary Type: Structure
Description: tRFC Parameter for IDoc Output Integration Broker




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




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

IDX_XMB 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 "tRFC Parameter for IDoc Output Integration Broker" 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_IDX_XMB TYPE IDX_XMB.

The IDX_XMB table consists of various fields, each holding specific information or linking keys about tRFC Parameter for IDoc Output Integration Broker data available in SAP. These include MANDT (Client), PORT (Receiver port (SAP System, EDI subsystem)), DOCREL (SAP Release for IDoc), VERSION (Version of control record).. 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: Can be enhanced (character-type)


SAP IDX_XMB 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
RFCDESTRFC destination EDI_LOGDESCHAR32EDI_LOGDES
MANDTClient MANDTCLNT3Assigned to domainMANDT
PORTReceiver port (SAP System, EDI subsystem) EDI_RCVPORCHAR10EDI_PORT
DOCRELSAP Release for IDoc EDI_DOCRELCHAR4SAPRL
VERSIONVersion of control record EDI_VERS23CHAR1EDI_VERS23
SAPRELRelease of SAP System SYSAPRLCHAR4SYCHAR04
MESTYPMessage type EDI4MESTYPCHAR30Assigned to domainEDI_MESTYPMES
IDOCTYPName of basic type EDI4IDOCTPCHAR30Assigned to domainEDI_IDOCTP
CIMTYPExtension (defined by customer) EDI4CIMTYPCHAR30Assigned to domainEDI_CIMTYP
SNDPORSender port (SAP System, external subsystem) EDI4SNDPORCHAR10EDI_PORT
SNDPRNPartner Number of Sender EDI4SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
SNDPRTPartner type of sender EDI4SNDPRTCHAR2EDI_PARTYP
RCVPRNPartner Number of Receiver EDI4RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
RCVPRTPartner Type of Receiver EDI4RCVPRTCHAR2EDI_PARTYP
DOCNUMIDoc number EDI4DOCNUCCHAR16EDI_CHAR16
QOSIntegration Engine: Quality of Service SXMSQOSCHAR4SXMSQOS
QNAMEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
SNDPFCPartner Function of Sender EDI4SNDPFCCHAR2EDIPVEDI_PARVW
RCVPFCPartner function of recipient EDI4RCVPFCCHAR2EDIPVEDI_PARVW
SNDFROMPLDSingle-Character Indicator CHAR1CHAR1CHAR1
RCVFROMPLDSingle-Character Indicator CHAR1CHAR1CHAR1
QUEUEIDName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
XI20_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
RESTORE_ORIGINAL_PARTYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table IDX_XMB

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