SAP extract Forecasting parameters (MPOP structure)
SAP MPOP structure is not a real table, and is not directly accessible, for example using SE16N (Fig 1).
Therefore, if we want to extract Material Master’s MPOP data for a given set of materials, it must be done by accessing several tables, MAPR (Fig 2) and PROP (Fig 3), which contains information from the Material Master’s Forecasting view (Fig 4).
First, we must look for PNUM1 pointer corresponding to the Plant / Material in MAPR table (Fig 5), and, then, use it in PROP‘s table PNUM1 field (Fig 6), various Forecasting parameters versions will be detailed.
We finally have to select the highest History number, HSNUM parameter sequentially assigned, in order to get active forecasting parameters.
It is then quite simple, in SQVI, to create a Table join view, add tables MAPR and PROP, to display and extract our MPOP data.
Tables keys :
MAPR table – Material Index for Forecast (Fig 7) |
|
Plant | WERKS |
Material | MATNR |
Pointer parameters | PNUM1 |
PROP table – Forecast parameters (Fig 8) |
|
Pointer parameters | PNUM1 |
History number | HSNUM |
Version | VERSP |
PROP fields displayed by default in MM03 Forecasting view (Fig 4) and coming from MPOP :
Number of periods required |
|
PERAN | Historical periods |
ANZPR | Forecast periods |
PERIO | Periods per season |
PERIN | Initialization pds |
FIMON | Fixed periods |
Control data |
|
KZINI | Initialization |
SIGGR | Tracking limit |
MODAW | Model selection |
MODAV | Selection procedure |
KZPAR | Param.optimization |
OPGRA | Optimization level |
GEWGR | Weighting group |
ALPHA | Alpha factor |
BETA1 | Beta factor |
GAMMA | Gamma factor |
DELTA | Delta factor |
Full detail of MPOP Structure is available online[1]