ROIO_RT_ESLL_LIST SAP (List fields for returns create with ref. to ESLL) Structure details

Dictionary Type: Structure
Description: List fields for returns create with ref. to ESLL




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




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

ROIO_RT_ESLL_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 "List fields for returns create with ref. to ESLL" 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_RT_ESLL_LIST TYPE ROIO_RT_ESLL_LIST.

The ROIO_RT_ESLL_LIST table consists of various fields, each holding specific information or linking keys about List fields for returns create with ref. to ESLL data available in SAP. These include AUFNR (Order Number), AUART (Order Type), AUTYP (Order category), AUFPL (Routing number of operations in the order).. 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_RT_ESLL_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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
REFNRReference order number AUFREFNRCHAR12Assigned to domainALPHAAUFNRANV
ERNAMEntered by AUFERFNAMCHAR12USNAM
ERDATCreated on AUFERFDATDATS8DATUM
AENAMLast changed by AUFAENAMCHAR12USNAM
AEDATChange date for Order Master AUFAEDATDATS8DATUM
KTEXTDescription AUFTEXTCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
CCKEYCost collector key CCKEYCHAR23CCKEY
KOSTVResponsible cost center AUFKOSTVCHAR10Assigned to domainALPHAKOSTL
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PSPELWork breakdown structure element (WBS element) PS_PSP_ELENUMC8Assigned to domainKONPRPS_POSNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWLine Number NUMZEILENUMC10INTROW
EXTROWLine Number EXTROWNUMC10NUMC10
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
KTEXT1Short Text SH_TEXT1CHAR40TEXT40
OIO_XRENTFlag: service item is for equipment rental OIO_RN_XRENTCHAR1FLAG
OIO_MATNRMobilization material OIO_RN_MATNRCHAR18Assigned to domainMATN1MATNR
OIO_MBTXTText for mobilization of rented equipment OIO_RN_MBTXTCHAR40TEXT40
OIO_MBMNGMobilization quantity OIO_RN_MBMNGQUAN13(3) MENG13
OIO_MBMEIMobilization unit OIO_RN_MBMEIUNIT3Assigned to domainCUNITMEINS
OIO_MENGEMobilization quantity in base units OIO_RN_MENGEQUAN13(3) MENG13
OIO_MEINSBase unit of measure OIO_RN_MEINSUNIT3Assigned to domainCUNITMEINS
OIO_RMOBSTATMobilization Status OIO_RN_MOBSTATCHAR1OIO_RN_MOBSTAT
OIO_RNUMPACKNumber of Packages OIO_RN_NUMPACKNUMC4
OIO_RVENDREFVendor's Reference OIO_RN_VENDREFCHAR20
OIO_RX_PRTFlag: is a Production Resource or Tool OIO_RN_X_PRTCHAR1FLAG
DOCNRReturns document number OIO_RT_DOCNRCHAR10Assigned to domainALPHAOIO_RT_DOCNROIO_RT_DOCNRH_OIO_RT_RTDOC
RECTYReturns document record type OIO_RT_RECTYCHAR1OIO_RT_RECTY
DOCLNReturns document item number OIO_RT_DOCLNNUMC4OIO_RT_DOCLN

Key field Non-key field



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

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

How to access SAP table ROIO_RT_ESLL_LIST

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