RM11R SAP (I/O Table for Service Entry) Structure details

Dictionary Type: Structure
Description: I/O Table for Service Entry




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




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

RM11R 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 "I/O Table for 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_RM11R TYPE RM11R.

The RM11R table consists of various fields, each holding specific information or linking keys about I/O Table for Service Entry data available in SAP. These include WAERS1 (Currency Key), WAERS2 (Currency Key), WAERS3 (Currency Key), BSTNR (Purchase Order Number).. 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 or numeric)


SAP RM11R 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
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS3Currency Key WAERSCUKY5Assigned to domainWAERSFWS
BSTNRPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
BSTPOPurchase Order Item Number BSTPONUMC5Assigned to domainEBELP
SBNAMAGPerson Responsible (Internally) SBNAMAGCHAR12SBNAM
SBNAMANPerson Responsible (Externally) SBNAMANCHAR12SBNAM
DLORTLocation Where Service Was Performed DLORTCHAR25TEXT25
TXZ01Short Text TXZ01CHAR40TEXT40
LBLNIEntry Sheet Number LBLNICHAR10Assigned to domainALPHALBLNILBLESSR
LBLNEExternal Entry Sheet Number LBLNE1CHAR16XBLNR1
KZABNAcceptance indicator KZABNCHAR1CHAR01
NETWRNet value of entry sheet LWERT_NETCURR11(2) WERT11
FRGGRRelease group FRGGRCHAR2Assigned to domainFRGGR
FRGCERelease code: Entry sheet FRGCECHAR2Assigned to domainFRGCOFAB
KRTXT1Longtext for outcome of sales activity KRTXTCHAR20TEXT20
KRTXT2Longtext for outcome of sales activity KRTXTCHAR20TEXT20
BUDATPosting Date in the Document BUDATDATS8DATUM
PLNPROZPercentage quantity to be adopted PLNPROZNUMC3INT3
PLNLSTAdopt service from purchase order PLNLSTCHAR1XFELD
TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG
KZABN_TXTAcceptance indicator KZABN_TXTCHAR132SYCHAR132
FINAL_TXTIndicator: Final entry sheet FINAL_TXTCHAR132SYCHAR132
F_LOCK_TXTBlocking Indicator F_LOCK_TXTCHAR132SYCHAR132
LOEKZ_TXTDeletion indicator in entry sheet LOEKZ_TXTCHAR132SYCHAR132
PUSHTEXTCharacter field of length 40 CHAR40CHAR40CHAR40
PUSHTEXT1CHAR132 for SYST SYCHAR132CHAR132SYCHAR132
PUSHTEXT2CHAR132 for SYST SYCHAR132CHAR132SYCHAR132
PUSHTEXT3CHAR132 for SYST SYCHAR132CHAR132SYCHAR132
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SPEC_NONumber of a Set of Model Service Specifications SPEC_NOCHAR10TMP_SPECALPHASPEC10MSPSPEC
SEL_ESSRDisplay selection screen at program start SEL_ESSRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RM11R

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