BAPIE1MPOP SAP (Forecast Parameters) Structure details

Dictionary Type: Structure
Description: Forecast Parameters




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




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

BAPIE1MPOP 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 "Forecast Parameters" 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_BAPIE1MPOP TYPE BAPIE1MPOP.

The BAPIE1MPOP table consists of various fields, each holding specific information or linking keys about Forecast Parameters data available in SAP. These include MATERIAL (Material Number), PLANT (Plant), FORE_PROF (Forecast profile), MODEL_SI (Model Selection Indicator).. 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: Cannot Be Enhanced


SAP BAPIE1MPOP 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
FUNCTIONFunction of BAPI BAPIFNCHAR3BAPIFN
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FORE_PROFForecast profile PROPRCHAR4Assigned to domainPROPRPPR
MODEL_SIModel Selection Indicator MODAWCHAR1MODAW
MODEL_SPModel selection procedure MODAVCHAR1MODAV
PARAM_OPTIndicator for parameter optimization KZPARCHAR1XFELD
OPTIM_LEVOptimization level OPGRACHAR1OPGRA
INITIALIZEInitialization indicator KZINICHAR1KZINI
FORE_MODELForecast model PRMODCHAR1PRMOD
ALPHA_FACTBasic value smoothing using alpha factor ALPHADEC3(2) GLATT
BETA_FACTTrend value smoothing using the beta factor BETA1DEC3(2) GLATT
GAMMA_FACTSeasonal index smoothing using gamma factor GAMMADEC3(2) GLATT
DELTA_FACTMAD (mean absolute deviation) smoothing using delta factor DELTADEC3(2) GLATT
TRACKLIMITTracking limit SIGGRDEC5(3) SIGGR
FORE_DATEDate of last forecast PRDATDATS8DATUM
HIST_VALSNumber of historical periods PERANDEC3PERAN
INIT_PDSNumber of periods for initialization PERINDEC3PERAN
SEASON_PDSNumber of periods per seasonal cycle PERIODEC3PERAN
EXPOST_PDSNumber of periods for ex-post forecasting PEREXDEC3PERAN
FORE_PDSNumber of forecast periods ANZPRDEC3PERAN
FIXED_PDSFixed periods FIMONDEC3PERAN
WTG_GROUPWeighting group GEWGRCHAR2Assigned to domainGEWGR
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



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

As BAPIE1MPOP 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 BAPIE1MPOP as there is no data to select.

How to access SAP table BAPIE1MPOP

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