ROIJRDACT SAP (IS-OIL TSW: Table to store the actuals X-ref table) Table details

Dictionary Type: Table
Description: IS-OIL TSW: Table to store the actuals X-ref table




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




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

ROIJRDACT is a standard SAP Table which is used to store IS-OIL TSW: Table to store the actuals X-ref table data and is available within R/3 SAP systems depending on the version and release level.

The ROIJRDACT table consists of various fields, each holding specific information or linking keys about IS-OIL TSW: Table to store the actuals X-ref table data available in SAP. These include TSYST (Transport system), LOCID (Location ID), MATNR (Material Number), NOMNR (Nomination 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIJRDACT table 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
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20OIJNOMHALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10OIJNOMIOIJ_ITEM
DATUMStock Projection item date OIJ_RDDATDATS8OIJRDOIJ_RDDAT
TICKETNROIL-TSW: External ticket number OIJ_TKTNRCHAR20OIJHCT01ALPHAOIJ_TKTNROIU
CHARGBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA
IRINDOIL-TSW: Issue / receipt indicator OIJ_IRINDCHAR1OIJ_IRIND
SMENGOIL-TSW: Scheduled quantity for bulk receipts OIJ_RSCHEDQUAN13(3) MENGE
AMENGOIL-TSW: Actual quantity for bulk receipts OIJ_RACTQUAN13(3) MENGE
TANKNRSequence number of tank assigned to a business location OIJ_BSEQNRCHAR10ALPHAOII_SEQNR
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



How do I retrieve data from SAP table ROIJRDACT using ABAP code

The following ABAP code Example will allow you to do a basic selection on ROIJRDACT to SELECT all data from the table
DATA: WA_ROIJRDACT TYPE ROIJRDACT.

SELECT SINGLE *
FROM ROIJRDACT
INTO CORRESPONDING FIELDS OF WA_ROIJRDACT
WHERE...

How to access SAP table ROIJRDACT

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