MC29M SAP (Material Master Record Table: BOMs - Group Data) Structure details

Dictionary Type: Structure
Description: Material Master Record Table: BOMs - Group Data




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




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

MC29M 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 Table: BOMs - Group Data" 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_MC29M TYPE MC29M.

The MC29M table consists of various fields, each holding specific information or linking keys about Material Master Record Table: BOMs - Group Data data available in SAP. These include AESZN (Document change number (without document management system)), BLANZ (Number of sheets (without Document Management system)), BLATT (Page number of document (without Document Management system)), BRGEW (Gross Weight).. 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 MC29M 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
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AESZNDocument change number (without document management system) AESZNCHAR6AENUM
BLANZNumber of sheets (without Document Management system) BLANZNUMC3NUM3
BLATTPage number of document (without Document Management system) BLATTCHAR3BLATT
BRGEWGross Weight BRGEWQUAN13(3) MENG13
DISSTLow-Level Code DISSTCHAR3DISST
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERSDACreated On ERSDADATS8DATUM
FERTHProduction/inspection memo FERTHCHAR18FERTH
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
GROESSize/dimensions GROESCHAR32CHAR32
LABORLaboratory/design office LABORCHAR3Assigned to domainLABOR
LAEDADate of Last Change LAEDADATS8DATUM
LOEVMFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MBRSHIndustry sector MBRSHCHAR1Assigned to domainMBRSHMTP
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
NORMTIndustry Standard Description (such as ANSI or ISO) NORMTCHAR18NORMT
NTGEWNet Weight NTGEWQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUMQUAN13(3) MENG13
VPSTAMaintenance status of complete material VPSTACHAR15PSTAT
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WRKSTBasic Material WRKSTCHAR48Assigned to domainWRKST
ZEIFOPage format of document (without Document Management system) DZEIFOCHAR4DINFO
ZEINRDocument number (without document management system) DZEINRCHAR22CHAR22
ZEIVRDocument version (without Document Management system) DZEIVRCHAR2VERSI
ZEIARDocument type (without Document Management system) DZEIARCHAR3ZEIAR
KZDKZDocumentation required indicator KZDKZCHAR1XFELD
KZREVRevision Level Has Been Assigned to the Material KZREVCHAR1XFELD
KZKFGConfigurable Material KZKFGCHAR1XFELD
STDPDConfigurable material STDPDCHAR18Assigned to domainMATN1MATNR
CUOBJInternal object number CUOBMNUMC18CUOBJ
KZWSMUnits of measure usage KZWSOCHAR1KZWSO
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MSTAECross-Plant Material Status MSTAECHAR2Assigned to domainMMSTA
DSTLKMessage if Material Is Used in BOM Header DSTLKCHAR1FEDIA
DSTLPMessage if material is used as BOM item DSTLPCHAR1FEDIA
KZEFFAssign effectivity parameter values/ override change numbers CC_MTEFFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MC29M

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