MAPRO SAP (View on Material Master (Forecasting)) Structure details

Dictionary Type: Structure
Description: View on Material Master (Forecasting)




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




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

MAPRO 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 "View on Material Master (Forecasting)" 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_MAPRO TYPE MAPRO.

The MAPRO table consists of various fields, each holding specific information or linking keys about View on Material Master (Forecasting) data available in SAP. These include EISBE (Safety Stock), MINBE (Reorder Point), DISMM (MRP Type), DISPO (MRP Controller (Materials Planner)).. 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: Can be enhanced (character-type or numeric)


SAP MAPRO 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
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
EISBESafety Stock EISBEQUAN13(3) MENG13
MINBEReorder Point MINBEQUAN13(3) MENG13
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PSTATMaintenance status PSTAT_DCHAR15PSTAT
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VERSPVersion number of forecast parameters VERSPCHAR2VERSP
DZEITIn-house production time DZEITDEC3DEC3
BASMGBase quantity BASMGQUAN13(3) MENG13
BEARZProcessing time BEARZDEC5(2) DEC3_2
RUEZTSetup and teardown time RUEZTDEC5(2) DEC3_2
TRANZInteroperation time TRANZDEC5(2) DEC3_2
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
BESKZProcurement Type BESKZCHAR1BESKZMBS
LGRADService level LGRADDEC3(1) DEC2_1
DISSTLow-Level Code DISSTCHAR3DISST
KZKFKIndicator: take correction factors into account KZKFKCHAR1XFELD
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
DPROGMessage if material is used in Forecasting DPROGCHAR1FEDIA
VRBMTReference material for consumption VRBMTCHAR18Assigned to domainMATN1MATNR
VRBDBReference MRP area - consumption VRBDBCHAR10Assigned to domainBERID
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
AUTRUReset Forecast Model Automatically AUTRUCHAR1XFELD
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
EISLOMinimum Safety Stock EISLOQUAN13(3) MENG13
MABSTMaximum stock level MABSTQUAN13(3) MENG13
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL

Key field Non-key field



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

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

How to access SAP table MAPRO

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