MMPURUI_MATERIAL_STY SAP (MMPUR_UI_MODEL: Structure for Material) Structure details

Dictionary Type: Structure
Description: MMPUR_UI_MODEL: Structure for Material




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




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

MMPURUI_MATERIAL_STY 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 "MMPUR_UI_MODEL: Structure for Material" 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_MMPURUI_MATERIAL_STY TYPE MMPURUI_MATERIAL_STY.

The MMPURUI_MATERIAL_STY table consists of various fields, each holding specific information or linking keys about MMPUR_UI_MODEL: Structure for Material data available in SAP. These include MAKTX (Material Description (Short Text)), MATKL (Material Group), MTART (Material Type), ATTYP (Material Category).. 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 MMPURUI_MATERIAL_STY 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 MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
ERSDACreated On ERSDADATS8DATUM
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
NUMTPCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BEGRUAuthorization Group BEGRUCHAR4BEGRU
UUIDSSTN UUID SSTN_MGIR_UUIDCHAR32SYSUUID_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VALIDITY_STARTValidity Start Date SSTN_MGIR_VAL_START_DATEDATS8DATUM
VALIDITY_ENDValidity End Date SSTN_MGIR_VAL_END_DATEDATS8DATUM
WERKS_NAMEName 1 AD_NAME1CHAR40TEXT40
OVERALL_RATINGEnvironmental Rating SSTN_MAT_RATINGNUMC3SSTN_MAT_PERCENT
RECYCLED_CONTENTRecycled Content SSTN_RECYCLED_CONTENTNUMC3SSTN_MAT_PERCENT
GHG_SCOPE1Scope 1 Emissions SSTN_MAT_GHGS1QUAN13(3) MENG13
GHG_SCOPE1_UNUnit for Scope 1 Emissions SSTN_GHGS1_UNITUNIT3T006CUNITMEINS
GHG_SCOPE2Scope 2 Emissions SSTN_MAT_GHGS2QUAN13(3) MENG13
GHG_SCOPE2_UNUnit For Scope 2 Emissions SSTN_GHGS2_UNITUNIT3T006CUNITMEINS
GHG_SCOPE3Scope 3 Emissions SSTN_MAT_GHGS3QUAN13(3) MENG13
GHG_SCOPE3_UNUnit for Scope 3 Emissions SSTN_GHGS3_UNITUNIT3T006CUNITMEINS
DIRECT_ENERGYEnergy Consumption SSTN_MAT_DIRECT_ENGQUAN13(3) MENG13
DIRECT_ENG_UNITUnit for Energy Consumption SSTN_MAT_DIRECT_ENG_UNUNIT3T006CUNITMEINS
DIRECT_WATERWater Consumption SSTN_MAT_WATER_USEDQUAN13(3) MENG13
DIRECT_WATER_UNWater Consumption Unit SSTN_MAT_WATER_UNITUNIT3T006CUNITMEINS
DIRECT_WASTEWaste Generated SSTN_MAT_DIRECT_WASTEQUAN13(3) MENG13
DIRECT_WASTE_UNUnit for Material Waste Generated SSTN_MAT_WASTE_UNUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table MMPURUI_MATERIAL_STY

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