ROIO_RN_LIST SAP (RLM Rentals list structure) Structure details

Dictionary Type: Structure
Description: RLM Rentals list structure




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




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

ROIO_RN_LIST 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 "RLM Rentals list structure" 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_ROIO_RN_LIST TYPE ROIO_RN_LIST.

The ROIO_RN_LIST table consists of various fields, each holding specific information or linking keys about RLM Rentals list structure data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), EXTROW (Line Number), PACKNO (Package 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 ROIO_RN_LIST 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
EXTROWLine Number EXTROWNUMC10NUMC10
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
SRVPOSService number SRVPOSCHAR18Assigned to domainALPHAASNUM
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
KTEXT1Short Text SH_TEXT1CHAR40TEXT40
OIO_MATNRMobilization material OIO_RN_MATNRCHAR18Assigned to domainMATN1MATNR
OIO_MENGEMobilization quantity in base units OIO_RN_MENGEQUAN13(3) MENG13
OIO_MEINSBase unit of measure OIO_RN_MEINSUNIT3Assigned to domainCUNITMEINS
OIO_MBTXTText for mobilization of rented equipment OIO_RN_MBTXTCHAR40TEXT40
OIO_MBMNGMobilization quantity OIO_RN_MBMNGQUAN13(3) MENG13
OIO_OPMNGOpen mobilization quantity OIO_RN_OPMNGQUAN13(3) MENG13
OIO_MBMEIMobilization unit OIO_RN_MBMEIUNIT3Assigned to domainCUNITMEINS
OIO_RMOBSTATMobilization Status OIO_RN_MOBSTATCHAR1OIO_RN_MOBSTAT
OIO_RNUMPACKNumber of Packages OIO_RN_NUMPACKNUMC4
OIO_OMOBITEMSOpen number of packages OIO_RN_OPNUMPACKINT410
OIO_RX_PRTFlag: is a Production Resource or Tool OIO_RN_X_PRTCHAR1FLAG
OIO_X_PRT_ALLOCGeneral Flag FLAGCHAR1FLAG
OIO_RFBLNReference document for mobilization OIO_RN_RFBLNCHAR10Assigned to domainALPHAEBELN
OIO_RFBLPReference document item for mobilization OIO_RN_RFBLPNUMC5Assigned to domainEBELP
SELIndicator: posting line selected? MARKCHAR1XFELD
MSG_FLAGFlag: Messages exist OIO_MSG_FLGCHAR1XFELD
MSG_ICONIcon: Messages exist OIO_MSG_ICONCHAR4Assigned to domainICON
MSG_MAXSVMaximum message severity for RLM OIO_MAXSVNUMC2NUM2

Key field Non-key field



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

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

How to access SAP table ROIO_RN_LIST

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