ROIJRDTSSEL SAP (OIL-TSW: Rundown transport system selection structure) Structure details

Dictionary Type: Structure
Description: OIL-TSW: Rundown transport system selection structure




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




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

ROIJRDTSSEL 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 "OIL-TSW: Rundown transport system selection 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_ROIJRDTSSEL TYPE ROIJRDTSSEL.

The ROIJRDTSSEL table consists of various fields, each holding specific information or linking keys about OIL-TSW: Rundown transport system selection structure data available in SAP. These include PMATNR (Material Number), BOOKTS (Book TS indicator), TSWERK (Transport system In-transit Plant), TSLGORT (Transport system In-transit Storage Location).. 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 ROIJRDTSSEL 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
TSYSTTransport system OIJ_TSYSTCHAR10Assigned to domainOIJ_TSYSTOIW
PMATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BOOKTSBook TS indicator OIJ_BOOKTSCHAR1XFELD
TSWERKTransport system In-transit Plant OIJ_WERKCHAR4Assigned to domainWERKS
TSLGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4Assigned to domainLGORT
TSSUOMVTS standard volume UoM OIJ_TSUOMVUNIT3Assigned to domainCUNITMEINS
TRDUOMStock Projection unit of measure (UoM) OIJ_RDUOMUNIT3Assigned to domainCUNITMEINS
TRDCONVOIL-TSW: Stock Projection conversion factor OIJ_RDCONVNUMC5NUMC5
TPERIODOIL-TSW: Rolling period OIJ_PERIODNUMC3ANZTA
TPASTOIL-TSW: Number of days in the past OIJ_PASTNUMC3ANZTA
TTOLPCTQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
TTOLABSAbsolute tolerance qty under OIJ_TOLABSQUAN13(3) MENG13
PLTYPOIL-TSW: Planning type OIJ_PLTYPCHAR3OIJ_PLTYP
CALFLGOIL-TSW: Calendar use indicator OIJ_CALFLGCHAR1OIJ_CALFLG
PLCALPlanning calendar OIJ_PLCALCHAR3Assigned to domainOIJ_PLCAL
OFFPEROIL-TSW: Planning source offset period OIJ_OFFPERQUAN3OIJ_PERIOD
OFFUOMOIL-TSW: Planning source offset period UoM OIJ_OFFUOMUNIT3Assigned to domainCUNITMEINS
TMAXLOTOIL-TSW: Planning maximum batch (lot) size OIJ_MAXLOTQUAN13(3) MENG13
TMINLOTOIL-TSW: Planning minimum batch (lot) size OIJ_MINLOTQUAN13(3) MENG13
TINCLOTOIL-TSW: Planning incremental batch (lot) size - rounding OIJ_INCLOTQUAN13(3) MENG13
TMAXINVOIL-TSW: Planning maximum inventory level OIJ_MAXINVQUAN13(3) MENG13V
TTARGETOIL-TSW: Planning target inventory level OIJ_TGTINVQUAN13(3) MENG13V
TREORDEROIL-TSW: Planning reorder point inventory level OIJ_REORDQUAN13(3) MENG13V
SLOCIDOIL-TSW: Planning source location ID OIJ_SLOCIDCHAR10Assigned to domainOIJ_LOCID
TMININVOIL-TSW: Planning minimum inventory level OIJ_MININVQUAN13(3) MENG13V
TSAFETYOIl-TSW: Planning safety inventory level OIJ_SFTINVQUAN13(3) MENG13V
TUNPUMPOIL-TSW: Unpumpable (blocked) inventory OIJ_UNPUMPQUAN13(3) MENG13V
TMEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TCMETHQuantity Conversion Method OIB_CMETHCHAR1OIB_CMETH
ENQ_FAILData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RDUOM_PREV_RUNStock Projection unit of measure (UoM) OIJ_RDUOMUNIT3Assigned to domainCUNITMEINS
NO_MAT_CTRLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PROCESSEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SFTLVLPreferred Safety Level OIJ_SFTLVLQUAN13(3) MENG13V
HRLVLPreferred Headroom Level OIJ_HRLVLQUAN13(3) MENG13V

Key field Non-key field



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

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

How to access SAP table ROIJRDTSSEL

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