ROIJRDDOC SAP (Rundown item / document X-ref table update) Structure details

Dictionary Type: Structure
Description: Rundown item / document X-ref table update




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




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

ROIJRDDOC 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 "Rundown item / document X-ref table update" 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_ROIJRDDOC TYPE ROIJRDDOC.

The ROIJRDDOC table consists of various fields, each holding specific information or linking keys about Rundown item / document X-ref table update data available in SAP. These include MANDT (Client), TSYST (Transport system), LOCID (Location ID), MATNR (Material 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 ROIJRDDOC 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
MANDTClient MANDTCLNT3T000MANDT
TSYSTTransport system OIJ_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
LOCIDLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
DATUMStock Projection item date OIJ_RDDATDATS8OIJRDOIJ_RDDAT
DOCNRNomination Reference Document OIJ_DOCNRCHAR10ALPHAOIJ_DOCNR
POSNROIL-TSW: Document item number OIJ_POSNRNUMC6NUMC6
LINENROIL-TSW: Document item schedule line number OIJ_LINENRNUMC4NUMC4
IRINDOIL-TSW: Issue / receipt indicator OIJ_IRINDCHAR1OIJ_IRIND
PMENGOIL-TSW: Document (item) quantity not yet scheduled OIJ_PMENGQUAN13(3) MENGE
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20OIJNOMHALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10OIJNOMIOIJ_ITEM
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
DMENGOIL-TSW: Document (item) quantity against RD object OIJ_DMENGQUAN13(3) MENGE
CHARGBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA
VBTYPTSW Details document type OIJ_EL_VBTYPCHAR1OIJ_EL_VBTYP
RDUOMStock Projection unit of measure (UoM) OIJ_RDUOMUNIT3Assigned to domainCUNITMEINS
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
UPD_FLAGTransaction type TRTYPCHAR1TRTYP
LOCID_XLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
TSYST_XTransport system OIJ_TSYSTCHAR10Assigned to domainOIJ_TSYSTOIW
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RESWKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SITYPSchedule type OIJ_SITYPCHAR2OIJ_SITYP
NMSHIPPERShipper OIJ_SHIPNRCHAR10Assigned to domainALPHALIFNR
NMCARRIERTransport system Carrier OIJ_CARRNRCHAR10Assigned to domainALPHALIFNR
UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
ITBOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
ITBUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
PLANLOCLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
PARTNRLocation Partner OIJ_PARTNRCHAR10ALPHAOIJ_PARTNR
CONPATContract Partner OIJ_CONPATCHAR10ALPHAOIJ_PARTNR
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM
SOLDTOCustomer Sold-to or Vendor OIJ_SOLDTOCHAR10ALPHAOIJ_SOLDTO
SCHED_STATTSW: Status of Simulated Schedule line OIJ_SIMSTATCHAR1OIJ_SIMSTAT

Key field Non-key field



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

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

How to access SAP table ROIJRDDOC

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