OIJDPFCSTS SAP (OIL-TSW: TSW APO DP Forecast settings) Table details

Dictionary Type: Table
Description: OIL-TSW: TSW APO DP Forecast settings




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




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

OIJDPFCSTS is a standard SAP Table which is used to store OIL-TSW: TSW APO DP Forecast settings data and is available within R/3 SAP systems depending on the version and release level.

The OIJDPFCSTS table consists of various fields, each holding specific information or linking keys about OIL-TSW: TSW APO DP Forecast settings data available in SAP. These include BEDAE (Requirements type), VERSB (Version number for independent requirements), REL_APO_DP (Fill Demand from APO into TSW stock projection indicator), STOCK_REQ_LIST (Stock Requirement List Indicator (Negative Logic)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIJDPFCSTS 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
BEDAERequirements type BEDAECHAR4T459ABEDAEBDA
VERSBVersion number for independent requirements VERSBCHAR2T459VVERSBVES
REL_APO_DPFill Demand from APO into TSW stock projection indicator OIJ_RELAPODPCHAR1XFELD
STOCK_REQ_LISTStock Requirement List Indicator (Negative Logic) OIJ_STREQLSTCHAR1XFELD
TIME_BCKT_PRFLPeriod split PRASTACHAR5T459SPARAS
FCST_TYPEForecast type OIJ_FCST_TYPECHAR1OIJ_FCST_TYPE
WHATIF_NOMWhat if nomination of type DP creation indicator OIJ_WHATIF_APODCHAR1XFELD
SPTYPEStock Projection type OIJ_SPTYPECHAR5OIJ_SPTYPESOIJ_SPTYPE
SIM_APPLICTSW Simulate Schedules usage application OIJ_SIM_APPLICCHAR2OIJ_SIM_APPLIC
APOFCST_MAINTAPO DP Forecast SPW maintenance routine OIJ_APOFCST_BADICHAR20OIJ_APOFCST_M_ROIJ_APOFCST_BADI

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJDPFCSTS
INTO CORRESPONDING FIELDS OF WA_OIJDPFCSTS
WHERE...

How to access SAP table OIJDPFCSTS

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