ROIO_RT_RESB_LIST SAP (List fields for returns create with ref. to RESB) Structure details

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




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




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

ROIO_RT_RESB_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 RESB" 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_RESB_LIST TYPE ROIO_RT_RESB_LIST.

The ROIO_RT_RESB_LIST table consists of various fields, each holding specific information or linking keys about List fields for returns create with ref. to RESB data available in SAP. These include VORNR (Operation/Activity Number), POSNR (BOM item number), AUART (Order Type), AUTYP (Order category).. 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_RESB_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
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
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
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PLPLADistribution of Differences PLPLACHAR10PLPLA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BDTERRequirement Date for the Component BDTERDATS8DATUM
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
LMENGRequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
SGTXTItem Text SGTXTCHAR50TEXT50
OIO_HOLDIndicator: Hold Delivery Onshore OIO_HOLDCHAR1XFELD
DBSKZDirect procurement indicator DBSKZCHAR1DBSKZ
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
OIO_SPROCSupply Process OIO_SPROCCHAR4Assigned to domainOIO_SPROC
OIO_SPTXTSupply process text OIO_SPROC_TXCHAR40OIO_SPROC_TX
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_RESB_LIST using ABAP code?

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

How to access SAP table ROIO_RT_RESB_LIST

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