SAP table PROH (Basic Values (for Forecast): Consumption or Actual Number)
SAP table PROH 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 | T000 | MANDT | |
PNUM2 | Pointer for forecast results | NUMC | 10 | 0 | PROW | 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 | ||
FIXKZ | Indicator: consumption value is fixed | CHAR | 1 | 0 | FIXKZ | ||
FLGCV | Indicator: Correct outlier | CHAR | 1 | 0 | FLGCV |
PROH foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 PROH | PNUM2 | PROW | Forecast Values | MANDT |
0 PROH | PNUM2 | PROW | Forecast Values | PNUM2 |
0 PROH | PNUM2 | PROW | Forecast Values | ERTAG |