OIJ_SPTYPES SAP (Stock Projection Types) Table details

Dictionary Type: Table
Description: Stock Projection Types




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




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

OIJ_SPTYPES is a standard SAP Table which is used to store Stock Projection Types data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_SPTYPES table consists of various fields, each holding specific information or linking keys about Stock Projection Types data available in SAP. These include SPTYPE (Stock Projection type), TIMEBUCKET (Time Bucket), SIM_SCHED_TYP (Simulation Schedule category), DEF_PERIOD (Default rolling period).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIJ_SPTYPEST


SAP OIJ_SPTYPES 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
SPTYPEStock Projection type OIJ_SPTYPECHAR5OIJ_SPTYPE
TIMEBUCKETTime Bucket OIJ_TIMEBUCKETCHAR5OIJ_TIMEBUCKETSOIJ_TIMEBUCKET
SIM_SCHED_TYPSimulation Schedule category OIJ_SIM_SCHED_TYPCHAR2OIJ_SIM_SCHED_TYP
DEF_PERIODDefault rolling period OIJ_DEF_PERIODNUMC3ANZTA
DEF_PASTDefault number of days in the past OIJ_DEF_PASTNUMC3ANZTA
DP_SIM_SCHED_TYPSimulation type for APO DP Forecasts OIJ_DP_SIM_SCHED_TYPCHAR2OIJ_SIM_SCHED_TYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_SPTYPES
INTO CORRESPONDING FIELDS OF WA_OIJ_SPTYPES
WHERE...

How to access SAP table OIJ_SPTYPES

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