SAP table PROW (Forecast Values)
SAP table PROW has 3 primary key fields being MANDT,PNUM2,ERTAG.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | * | MANDT | |
PNUM2 | Pointer for forecast results | NUMC | 10 | 0 | PNUM2 | ||
ERTAG | First day of the period to which the values refer | DATS | 8 | 0 | ERTAG | ||
PRWRT | Forecast value | QUAN | 13 | 3 | PRWRT | ||
KOPRW | Corrected value for forecast | QUAN | 13 | 3 | KOPRW | ||
SAIIN | Seasonal index | DEC | 6 | 2 | SAIIN | ||
FIXKZ | Indicator: consumption value is fixed | CHAR | 1 | 0 | FIXKZ | ||
EXPRW | Ex-post forecast value | QUAN | 13 | 3 | EXPRW | ||
FLGCV | Indicator: Correct outlier | CHAR | 1 | 0 | FLGCV |