ROIJ_DIST_SCHED SAP (Structure for distribution schedule lines) Structure details

Dictionary Type: Structure
Description: Structure for distribution schedule lines




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




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

ROIJ_DIST_SCHED 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 "Structure for distribution schedule lines" 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_ROIJ_DIST_SCHED TYPE ROIJ_DIST_SCHED.

The ROIJ_DIST_SCHED table consists of various fields, each holding specific information or linking keys about Structure for distribution schedule lines data available in SAP. These include MANDT (Client), SIM_VERSION (TSW: Simulation Version), SIM_SCHED_ID (TSW: Nomination Simulation ID), SIM_SCHED_LN (TSW: Nomination Simulation Line item).. 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 ROIJ_DIST_SCHED 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 MANDTCLNT3MANDT
SIM_VERSIONTSW: Simulation Version OIJ_SIMVERSNUMC3OIJ_SIMVERS
SIM_SCHED_IDTSW: Nomination Simulation ID OIJ_SIMIDCHAR20ALPHAOIJ_NOMTK
SIM_SCHED_LNTSW: Nomination Simulation Line item OIJ_SIMLNNUMC10OIJ_ITEMNO
SIM_SCHED_TYPSimulation Schedule category OIJ_SIM_SCHED_TYPCHAR2OIJ_SIM_SCHED_TYP
TSYSTTransport system OIJ_TSYSTCHAR10OIJ_TSYSTOIW
LOCIDLocation ID OIJ_LOCIDCHAR10OIJ_LOCIDOIX
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
CHARGBatch / Valuation type OIJ_CHARGCHAR10CHARGCHA
DATUMStock Projection item date OIJ_RDDATDATS8OIJ_RDDAT
SITYPSchedule type OIJ_SITYPCHAR2OIJ_SITYP
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
SIM_SCHED_QTYOIL-TSW: Simulated scheduled qty OIJ_SIM_MENGEQUAN13(3) MENG13
SIM_UOMScheduled UoM OIJ_UNITIUNIT3CUNITMEINS
SCHED_QTYScheduled qty OIJ_MENGEQUAN13(3) MENG13
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20ALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10OIJ_ITEM
SIM_STATUSTSW: Status of Simulated Schedule line OIJ_SIMSTATCHAR1OIJ_SIMSTAT
AUTO_CREATETSW: Flag for automatically created entries OIJ_SIM_AUTO_CREATECHAR1XFLAG
CB_INDTSW: Clipboard indicator OIJ_CB_INDCHAR1BOOLE
SIM_GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BLOINDBlocking indicator OIJ_BLOINDCHAR1XFELD
DELINDDeletion indicator OIJ_DELINDCHAR1XFELD
VBELNSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6POSNR

Key field Non-key field



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

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

How to access SAP table ROIJ_DIST_SCHED

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