OIJ_SIM_SCHED SAP (obsolete table (will be cleaned up)) Table details

Dictionary Type: Table
Description: obsolete table (will be cleaned up)




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




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

OIJ_SIM_SCHED is a standard SAP Table which is used to store obsolete table (will be cleaned up) data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_SIM_SCHED table consists of various fields, each holding specific information or linking keys about obsolete table (will be cleaned up) data available in SAP. These include SIM_VERSION (TSW: Simulation Version), SIM_SCHED_ID (TSW: Nomination Simulation ID), SIM_SCHED_LN (TSW: Nomination Simulation Line item), SIM_SCHED_TYP (Simulation Schedule 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: 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 OIJ_SIM_SCHED 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
SIM_VERSIONTSW: Simulation Version OIJ_SIMVERSNUMC3OIJ_SIMVERS
SIM_SCHED_IDTSW: Nomination Simulation ID OIJ_SIMIDCHAR20Assigned to domainALPHAOIJ_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_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
LOCIDLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
CHARGBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA
DATUMStock Projection item date OIJ_RDDATDATS8Assigned to domainOIJ_RDDAT
SITYPSchedule type OIJ_SITYPCHAR2TOIJ_EL_SITYPESOIJ_SITYP
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
SIM_SCHED_QTYOIL-TSW: Simulated scheduled qty OIJ_SIM_MENGEQUAN13(3) MENG13
SIM_UOMScheduled UoM OIJ_UNITIUNIT3T006CUNITMEINS
SCHED_QTYScheduled qty OIJ_MENGEQUAN13(3) MENG13
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10Assigned to domainOIJ_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 VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_SIM_SCHED
INTO CORRESPONDING FIELDS OF WA_OIJ_SIM_SCHED
WHERE...

How to access SAP table OIJ_SIM_SCHED

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