MBERE SAP (Material Master Record Fields: Reservation) Structure details

Dictionary Type: Structure
Description: Material Master Record Fields: Reservation




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




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

MBERE 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 "Material Master Record Fields: Reservation" 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_MBERE TYPE MBERE.

The MBERE table consists of various fields, each holding specific information or linking keys about Material Master Record Fields: Reservation data available in SAP. These include SPRAS (Language Key), MAKTX (Material Description (Short Text)), MTART (Material Type), MBRSH (Industry sector).. 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 MBERE 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MBRSHIndustry sector MBRSHCHAR1T137MBRSHMTP
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
AUSMEUnit of issue AUSMEUNIT3T006CUNITMEINS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
PSTATMaintenance status PSTAT_DCHAR15PSTAT
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
LVORMDeletion Indicator LVORMCHAR1XFELD
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
DBESTMessage if material is used in Inventory Management DBESTCHAR1FEDIA
MTSTBDescription of material status from MM/PP view MTSTBCHAR25TEXT25
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
DISMMMRP Type DISMMCHAR2T438ADISMM
DISSTLow-Level Code DISSTCHAR3DISST
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BKLASValuation Class BKLASCHAR4T025BKLAS
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
EISBESafety Stock EISBEQUAN13(3) MENG13
UMLMCQuantity MENGE_DQUAN13(3) MENG13
BESKZProcurement Type BESKZCHAR1BESKZMBS
MTVFPChecking Group for Availability Check MTVFPCHAR2Assigned to domainMTVFP
KZAUSDiscontinuation indicator KZAUSCHAR1KZAUS
AUSDTEffective-Out Date AUSDTDATS8DATUM
NFMATFollow-Up Material NFMATCHAR18Assigned to domainMATN1MATNRMAT
KZWSMUnits of measure usage KZWSOCHAR1KZWSO

Key field Non-key field



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

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

How to access SAP table MBERE

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