RM11X SAP (Parameter Structure for External Service Entry) Structure details

Dictionary Type: Structure
Description: Parameter Structure for External Service Entry




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




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

RM11X 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 "Parameter Structure for External Service Entry" 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_RM11X TYPE RM11X.

The RM11X table consists of various fields, each holding specific information or linking keys about Parameter Structure for External Service Entry data available in SAP. These include X_EBELP (Item Number of Purchasing Document), X_ORDER (Service Order Data will be Exported), X_LIMIT (Limit data from purchase order will be exported), X_CONT (Service contract data will be exported).. 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 RM11X 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
X_EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
X_EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
X_ORDERService Order Data will be Exported X_ORDERCHAR1XFELD
X_LIMITLimit data from purchase order will be exported X_LIMITCHAR1XFELD
X_CONTService contract data will be exported X_CONTCHAR1XFELD
X_ACCOUNTExport account assignment data for services X_ACCOUNTCHAR1XFELD
X_SERVExport service master records X_SERVCHAR1XFELD
X_ENTRYEntry data will be transferred X_ENTRYCHAR1XFELD
X_CLASSClass number KLASSE_DCHAR18KLASSEKLA
X_PROTOutput of a log of the selection data X_PROTCHAR1XFELD
X_MAILTransmit download of service entry direct via Internet X_MAILCHAR1XFELD
X_ADRSInternet address of vendor for external service entry X_ADRSCHAR255TEXT255
X_FILEPC file with service data for external entry X_FILECHAR1XFELD
X_INTNMail inbox for external entry sheet data X_INTNCHAR1XFELD
X_UNREADRead unread received mails only X_UNREADCHAR1XFELD
X_KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
X_KONPNItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
X_UPLOADEDEntry sheet already imported X_UPLOADEDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RM11X

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