MDMA SAP (MRP Area for Material) Table details

Dictionary Type: Table
Description: MRP Area for Material




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




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

MDMA is a standard SAP Table which is used to store MRP Area for Material data and is available within R/3 SAP systems depending on the version and release level.

The MDMA table consists of various fields, each holding specific information or linking keys about MRP Area for Material data available in SAP. These include MATNR (Material Number), BERID (MRP Area), WERKS (MRP area: Plant), DISPR (Material: MRP profile).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MDMA table 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BERIDMRP Area BERIDCHAR10MDLVBERIDBERID
WERKSMRP area: Plant WERKDPCHAR4T001WWERKS
DISPRMaterial: MRP profile DISPRCHAR4MDIPDISPRDPR
DISMMMRP Type DISMMCHAR2T438ADISMM
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
DISGRMRP Group DISGRCHAR4T438MDISGR
MINBEReorder Point MINBEQUAN13(3) MENG13
LFRHYPlanning cycle LFRHYCHAR3T439GMRPPP
FXHORPlanning time fence FXHORNUMC3FXHOR
DISLSLot size (materials planning) DISLSCHAR2T439ADISLS
RDPRFRounding Profile RDPRFCHAR4RDPRRDPRF
BSTRFRounding value for purchase order quantity BSTRFQUAN13(3) MENG13
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
MABSTMaximum stock level MABSTQUAN13(3) MENG13
TAKZTTakt time TAKZTDEC3DEC3
AUSSSAssembly scrap in percent AUSSSDEC5(2) DEC3_2
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
LGPROIssue Storage Location LGPROCHAR4MDLGLGORT
LGFSBDefault storage location for external procurement LGFSBCHAR4MDLGLGORT
MRPPPPPC planning calendar MRPPPCHAR3T439GMRPPP
EISBESafety Stock EISBEQUAN13(3) MENG13
RWPRORange of coverage profile RWPROCHAR3T438RRWPRO
SHZETSafety time (in workdays) SHZETNUMC2NUMC2
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
LOSFXOrdering costs LOSFXCURR11(2) WERT11
LAGPRStorage costs indicator LAGPRCHAR1T439LLAGPR
LGRADService level LGRADDEC3(1) DEC2_1
PROPRForecast profile PROPRCHAR4Assigned to domainPROPRPPR
VRBMTReference material for consumption VRBMTCHAR18Assigned to domainMATN1MATNR
VRBDBReference MRP area - consumption VRBDBCHAR10Assigned to domainBERID
VRBDTTo date of the material to be copied for consumption VRBDTDATS8DATUM
VRBFKMultiplier for reference material for consumption VRBFKDEC4(2) DEC2_2
LOEKZDeletion Indicator LVORMCHAR1XFELD
SHPROPeriod Profile for Safety Time SHPROCHAR3T438VSHPRO
AHDISMRP relevancy for dependent requirements AHDISCHAR1AHDIS
AUTRUReset Forecast Model Automatically AUTRUCHAR1XFELD
PSTATMaintenance status PSTAT_DCHAR15PSTAT
KZKFKIndicator: take correction factors into account KZKFKCHAR1XFELD
SHFLGSafety time indicator (with or without safety time) SHFLGCHAR1SHFLG
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
PLIFZXConsider Planned Delivery Time of the MRP Area MD_PLIFZ_DBCHAR1MD_PLIFZ_DB

Key field Non-key field



How do I retrieve data from SAP table MDMA using ABAP code

The following ABAP code Example will allow you to do a basic selection on MDMA to SELECT all data from the table
DATA: WA_MDMA TYPE MDMA.

SELECT SINGLE *
FROM MDMA
INTO CORRESPONDING FIELDS OF WA_MDMA
WHERE...

How to access SAP table MDMA

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