V_OIJDPFCSTS SAP (Generated Table for View V_OIJDPFCSTS) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_OIJDPFCSTS




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




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

V_OIJDPFCSTS is a standard SAP Table View which is used to store Generated Table for View V_OIJDPFCSTS data and is available within R/3 SAP systems depending on the version and release level.

The V_OIJDPFCSTS table consists of various fields, each holding specific information or linking keys about Generated Table for View V_OIJDPFCSTS 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_OIJDPFCSTS table view 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 V_OIJDPFCSTS using ABAP code

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

SELECT SINGLE *
FROM V_OIJDPFCSTS
INTO CORRESPONDING FIELDS OF WA_V_OIJDPFCSTS
WHERE...

How to access SAP table V_OIJDPFCSTS

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