/MDGMM/_S_MM_FC_MATERIAL SAP (Structure for Field Control) Structure details

Dictionary Type: Structure
Description: Structure for Field Control




ABAP Code to SELECT data from /MDGMM/_S_MM_FC_MATERIAL
Related tables to /MDGMM/_S_MM_FC_MATERIAL
Access table /MDGMM/_S_MM_FC_MATERIAL




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

/MDGMM/_S_MM_FC_MATERIAL 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 "Structure for Field Control" 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_/MDGMM/_S_MM_FC_MATERIAL TYPE /MDGMM/_S_MM_FC_MATERIAL.

The /MDGMM/_S_MM_FC_MATERIAL table consists of various fields, each holding specific information or linking keys about Structure for Field Control data available in SAP. These include BEGRU (Information for Field Control), BISMT (Information for Field Control), CADKZ (Information for Field Control), EAN_MARA (Information for Field Control).. 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 (Deep)


SAP /MDGMM/_S_MM_FC_MATERIAL 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
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BEGRUInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
BISMTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
CADKZInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
EAN_MARAInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
EXTWGInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
FERTHInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
FORMTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
GEWEI_MATInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
GROESInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
GTIN_VAR1Information for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
HAZMATInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
KOSCHInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
KZKFGInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
KZUMWInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
LABORInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
LVORM_MATInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MATFIInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MATKLInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MATNR_EXTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MBRSHInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MEINSInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MSTAEInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MSTDEInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MTARTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
MTPOSMARAInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
NORMTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
NRFHGInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
NTGEWInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
NUMTP1Information for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
PRDHAInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
PROFLInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
SATNRInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
SERIALInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
SPARTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
TXTMIInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
WRKSTInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
XCHPFMARAInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP
XGCHPMARAInformation for Field Control USMD_UICTRL_PROPCHAR1USMD_UICTRL_PROP

Key field Non-key field



How do I retrieve data from SAP structure /MDGMM/_S_MM_FC_MATERIAL using ABAP code?

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

How to access SAP table /MDGMM/_S_MM_FC_MATERIAL

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