DBPRO SAP (View in Material Master (Forecast) with MRP Area) Structure details

Dictionary Type: Structure
Description: View in Material Master (Forecast) with MRP Area




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




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

DBPRO 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 in Material Master (Forecast) with MRP Area" 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_DBPRO TYPE DBPRO.

The DBPRO table consists of various fields, each holding specific information or linking keys about View in Material Master (Forecast) with MRP Area 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: Not classified


SAP DBPRO 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
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
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
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

Key field Non-key field



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

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

How to access SAP table DBPRO

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