WFCS_STD_MASTERDATA_ALV SAP (Display Structure for Forecasting Master Data) Structure details

Dictionary Type: Structure
Description: Display Structure for Forecasting Master Data




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




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

WFCS_STD_MASTERDATA_ALV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Display Structure for Forecasting Master Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WFCS_STD_MASTERDATA_ALV TYPE WFCS_STD_MASTERDATA_ALV.

The WFCS_STD_MASTERDATA_ALV table consists of various fields, each holding specific information or linking keys about Display Structure for Forecasting Master Data data available in SAP. These include MANDT (Client), WERKS (Plant), MATKL (Material Group), MATNR (Material Number).. 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 WFCS_STD_MASTERDATA_ALV structure 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 MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
PROPRForecast profile PROPRCHAR4Assigned to domainPROPRPPR
MODAWModel Selection Indicator MODAWCHAR1MODAW
MODAVModel selection procedure WFCS_MODAVCHAR1MODAV
KZPARIndicator for parameter optimization KZPARCHAR1XFELD
OPGRAOptimization level OPGRACHAR1OPGRA
KZINIInitialization indicator KZINICHAR1KZINI
PRMODForecast model PRMODCHAR1PRMOD
ALPHABasic value smoothing using alpha factor ALPHADEC3(2) GLATT
BETA1Trend value smoothing using the beta factor BETA1DEC3(2) GLATT
GAMMASeasonal index smoothing using gamma factor GAMMADEC3(2) GLATT
DELTAMAD (mean absolute deviation) smoothing using delta factor DELTADEC3(2) GLATT
EPSILEpsilon factor EPSILDEC3(2) GLATT
SIGGRTracking limit SIGGRDEC5(3) SIGGR
PRDATDate of last forecast PRDATDATS8DATUM
PERANNumber of historical periods PERANDEC3PERAN
PERINNumber of periods for initialization PERINDEC3PERAN
PERIONumber of periods per seasonal cycle PERIODEC3PERAN
PEREXNumber of periods for ex-post forecasting WFCS_PEREXDEC3PERAN
ANZPRNumber of forecast periods ANZPRDEC3PERAN
FIMONFixed periods FIMONDEC3PERAN
GWERTBasic value GWERTQUAN13(3) MENGV13
GWER1Basic value of the 2nd order WFCS_GWER21QUAN13(3) MENGV13
GWER2Basic value of the 2nd order WFCS_GWER22QUAN13(3) MENGV13
VMGWEBasic value of previous period WFCS_VMGWEQUAN13(3) MENGV13
VMGW1Base value of the second order in previous period WFCS_VMGW2QUAN13(3) MENGV13
VMGW2Base value of the second order in previous period WFCS_VMGW2QUAN13(3) MENGV13
TWERTTrend value TWERTQUAN13(3) MENGV13
VMTWETrend value of previous period WFCS_VMTWEQUAN13(3) MENGV13
PRMADMean absolute deviation (MAD) PRMADQUAN13(3) MENG13
VMMADMean absolute devaition of previous period VMMADQUAN13(3) MENG13
FSUMMError total FSUMMQUAN13(3) MENGV13
VMFSUError total for the previous period WFCS_VMFSUQUAN13(3) MENGV13
GEWGRWeighting group GEWGRCHAR2Assigned to domainGEWGR
THKOFTheil coefficient THKOFDEC5(2) DEC3_2
AUSNAException message bar AUSNACHAR30TEXT30
PROABForecast flow control WFCS_PROABCHAR10CHAR10
VBKEZIndicator: base forecast on consumption values VBKEZCHAR1X
PRWUGForecast: Lower limit PRWUGQUAN13(3) MENGV13
PRWOGForecast: Upper limit PRWOGQUAN13(3) MENGV13
PRROSForecast: Sale rate PRROSQUAN13(3) MENGV13
PRKUMCumulative forecast result WFCS_PRKUMQUAN13(3) MENGV13
PRZGFPointer: Forecast weighting factor PRZGFNUMC10PRZGF
AKTPECurrent period AKTPEDEC3PERI3
FAUSRIndicator: correction of outliers for forecast FAUSRCHAR1X
SIGMASigma factor SIGMXDEC3(2) GLATT
FLGEXCIndicator: automatic correction of outliers FLGEXCCHAR1CHAR01
FLGCORIndicator: use corrected historical values for forecast FLGCORCHAR1CHAR01
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
EISBESafety Stock EISBEQUAN13(3) MENG13
EISLOMinimum Safety Stock WFCS_EISLOQUAN13(3) MENG13
MINBEReorder Point WFCS_MINBEQUAN13(3) MENG13
MABSTMaximum stock level MABSTQUAN13(3) MENG13
PERIVFiscal Year Variant WFCS_PERIVCHAR2Assigned to domainPERIV
AUTRUReset Forecast Model Automatically WFCS_AUTRUCHAR1XFELD
KZAGLIndicator: smooth promotion consumption KZAGLCHAR1KZAGL
VRBMTReference material for consumption VRBMTCHAR18Assigned to domainMATN1MATNR
VRBWKReference plant for consumption VRBWKCHAR4Assigned to domainWERKS
VRBDTTo date of the material to be copied for consumption VRBDTDATS8DATUM
VRBFKMultiplier for reference material for consumption VRBFKDEC4(2) DEC2_2

Key field Non-key field



How do I retrieve data from SAP structure WFCS_STD_MASTERDATA_ALV using ABAP code?

As WFCS_STD_MASTERDATA_ALV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WFCS_STD_MASTERDATA_ALV as there is no data to select.

How to access SAP table WFCS_STD_MASTERDATA_ALV

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