/SAPAPO/DP440G SAP (Master Forecast Profile (APO0300)) Table details

Dictionary Type: Table
Description: Master Forecast Profile (APO0300)




ABAP Code to SELECT data from /SAPAPO/DP440G
Related tables to /SAPAPO/DP440G
Access table /SAPAPO/DP440G




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

/SAPAPO/DP440G is a standard SAP Table which is used to store Master Forecast Profile (APO0300) data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/DP440G table consists of various fields, each holding specific information or linking keys about Master Forecast Profile (APO0300) data available in SAP. These include PRPFL (Master Forecast Profile), ICUBE (InfoCube), PAREAID (Name of DP and SNP Planning Area), PAREANAME (External Description for S&D Planning Area).. 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 /SAPAPO/DP440G 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 /SAPAPO/MANDTCLNT3Assigned to domain/SAPAPO/MANDT
PRPFLMaster Forecast Profile /SAPAPO/PRPFLCHAR22/SAPAPO/PRPFL/SAPAPO/PRP
ICUBEInfoCube /SAPAPO/INFOCUBECHAR30CHAR30/SAPAPO/ICUBE
PAREAIDName of DP and SNP Planning Area /SAPAPO/SCMB_PAREAIDCHAR40SPARE/SAPAPO/SCMB_PAREAID
PAREANAMEExternal Description for S&D Planning Area /SAPAPO/SCMB_PAREANAMECHAR40CHAR40
GUIDIndicator for Whether a GUID Exists /SAPAPO/FLG_GUIDCHAR1/SAPAPO/FLG_GUID
PFITXProfile Description /SAPAPO/PFITXCHAR60/SAPAPO/TEXT60
SELECTIONIDSelection ID /SAPAPO/SELECTIONIDCHAR22CHAR22/SAPAPO/SELID
KENNZKey Figure /SAPAPO/KRIT3CHAR20/SAPAPO/KRIT1/SAPAPO/KRIT1
PERKZPeriod Indicator /SAPAPO/PERKZCHAR1/SAPAPO/PERKZ/SAPAPO/PKZ
PERIVFiscal Year Variant /SAPAPO/PERIVCHAR2Assigned to domain/SAPAPO/PERIV
FABKLFactory calendar key /SAPAPO/FABKLCHAR2Assigned to domainWFCID
TBIDTime buckets profile ID /SAPAPO/TBIDCHAR22/SAPAPO/TBID/SAPAPO/TBID
VOPERFrom period (general) > YYYYMMDD or YYYYMM__ /SAPAPO/PALLVCHAR8/SAPAPO/PALLG
BIPERTo period (general) ---> YYYYMMDD or YYYYMM__ /SAPAPO/PALLBCHAR8/SAPAPO/PALLG
VGVONFrom period (general) > YYYYMMDD or YYYYMM__ /SAPAPO/PALLVCHAR8/SAPAPO/PALLG
VGBISTo period (general) ---> YYYYMMDD or YYYYMM__ /SAPAPO/PALLBCHAR8/SAPAPO/PALLG
PERANNumber of Historical Periods /SAPAPO/PERANDEC5/SAPAPO/PERAN
PERAN_LAGMove Historical Period of Forecast /SAPAPO/PERAN_LAGCHAR3/SAPAPO/PERAN_LAG
ANZPRNumber of Forecast Periods /SAPAPO/ANZPRDEC5/SAPAPO/PERAN
ANZPR_LAGMove Forecast Period /SAPAPO/ANZPR_LAGCHAR3/SAPAPO/ANZPR_LAG
LIKEIDProfile ID for Like Dependency in Material Forecast /SAPAPO/LIKEIDCHAR22SYSUUID_22
PHIN_TSIDTime Series ID /SAPAPO/TSIDCHAR22Assigned to domain/SAPAPO/TSID
PHOUT_TSIDTime Series ID /SAPAPO/TSIDCHAR22Assigned to domain/SAPAPO/TSID
FLG_COMPGeneral Indicator in Forecasting /SAPAPO/FCSTFLAGCHAR1/SAPAPO/FCSTFLAG
COMPPFMaster Forecast Profile /SAPAPO/PRPFLCHAR22Assigned to domain/SAPAPO/PRPFL/SAPAPO/PRP
FLG_MLRGeneral Indicator in Forecasting /SAPAPO/FCSTFLAGCHAR1/SAPAPO/FCSTFLAG
MLRPFMaster Forecast Profile /SAPAPO/PRPFLCHAR22Assigned to domain/SAPAPO/PRPFL/SAPAPO/PRP
FLG_STATGeneral Indicator in Forecasting /SAPAPO/FCSTFLAGCHAR1/SAPAPO/FCSTFLAG
STATPFMaster Forecast Profile /SAPAPO/PRPFLCHAR22Assigned to domain/SAPAPO/PRPFL/SAPAPO/PRP
FLG_MATPROGLifecycle Planning Active /SAPAPO/MATPROGCHAR1/SAPAPO/FCSTFLAG
ALPROFProfile for Controlling Alert Monitor Output /SAPAPO/ALPROFCHAR22/SAPAPO/VWALPROF/SAPAPO/ALPROF
CDATCreated On /SAPAPO/CDATDATS8/SAPAPO/SYDATS
CTIMETime of Creation /SAPAPO/CTMETIMS6/SAPAPO/CTME
AUTORAuthor /SAPAPO/AUTORCHAR12/SAPAPO/CHAR12
UDATChanged On /SAPAPO/UDATDATS8/SAPAPO/SYDATS
UPNAMLast Changed By /SAPAPO/UPNAMCHAR12/SAPAPO/USNAM
UTIMETime of Last Change /SAPAPO/UTMETIMS6/SAPAPO/CTME
NO_REESTIMATIONGeneral Indicator in Forecasting /SAPAPO/FCSTFLAGCHAR1/SAPAPO/FCSTFLAG

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/DP440G using ABAP code

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

SELECT SINGLE *
FROM /SAPAPO/DP440G
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/DP440G
WHERE...

How to access SAP table /SAPAPO/DP440G

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