T440P SAP (Profiles for Function Module PROGNOSE_DIALOG) Table details

Dictionary Type: Table
Description: Profiles for Function Module PROGNOSE_DIALOG




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




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

T440P is a standard SAP Table which is used to store Profiles for Function Module PROGNOSE_DIALOG data and is available within R/3 SAP systems depending on the version and release level.

The T440P table consists of various fields, each holding specific information or linking keys about Profiles for Function Module PROGNOSE_DIALOG data available in SAP. These include PRPFL (Profile for forecast), PERKZ (Period Indicator), PERIV (Fiscal Year Variant), FABKL (Factory calendar key).. 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 or numeric)


SAP T440P 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
PRPFLProfile for forecast PRPFLCHAR4PRPFLPRP
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
ANZNKNumber of decimal places ANZNKINT13ANZNK
VOPERFrom period (general) > YYYYMMDD or YYYYMM__ PALLVCHAR8PALLG
BIPERTo period (general) ---> YYYYMMDD or YYYYMM__ PALLBCHAR8PALLG
VGVONFrom period (general) > YYYYMMDD or YYYYMM__ PALLVCHAR8PALLG
VGBISTo period (general) ---> YYYYMMDD or YYYYMM__ PALLBCHAR8PALLG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
FNULLFlag for exclusion of zero consumptions from the forecast FNULLCHAR1X
PRSTRForecast strategy PRSTRCHAR2PRSTR
ALPHXAlpha factor ALPHXDEC3(2) GLATT
BETAXTrend value smoothing BETAXDEC3(2) GLATT
GAMMXSeasonal index smoothing GAMMXDEC3(2) GLATT
PERANNumber of historical periods PERANDEC3PERAN
GEWGRWeighting group GEWGRCHAR2T440GGEWGR
PERIONumber of periods per seasonal cycle PERIODEC3PERAN
FLG01New Input Values XFLAGCHAR1XFLAG
FLG02New Input Values XFLAGCHAR1XFLAG
PFITXProfile description PFITXCHAR40TEXT40
APPLIApplication area APPLI_TR01CHAR2APPLI_TR01API
MAXVGMaximum number of historical values MAXVGDEC3PERAN
VBKEZIndicator: base forecast on consumption values VBKEZCHAR1X
PRWUGForecast: Lower limit PRWUGQUAN13(3) MENGV13
PRWOGForecast: Upper limit PRWOGQUAN13(3) MENGV13
ANZPRNumber of forecast periods ANZPRDEC3PERAN
FAUSRIndicator: correction of outliers for forecast FAUSRCHAR1X
SIGMASigma factor SIGMXDEC3(2) GLATT
AVGPERAverage number of days in the forecast period AVGPERINT410INT4_NOS
FLGEXCIndicator: automatic correction of outliers FLGEXCCHAR1CHAR01
FLGCORIndicator: use corrected historical values for forecast FLGCORCHAR1CHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM T440P
INTO CORRESPONDING FIELDS OF WA_T440P
WHERE...

How to access SAP table T440P

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