SSTN_MGIR_DETAIL_STY SAP (Material Sustainability Attributes) Structure details

Dictionary Type: Structure
Description: Material Sustainability Attributes




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




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

SSTN_MGIR_DETAIL_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 "Material Sustainability Attributes" 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_SSTN_MGIR_DETAIL_STY TYPE SSTN_MGIR_DETAIL_STY.

The SSTN_MGIR_DETAIL_STY table consists of various fields, each holding specific information or linking keys about Material Sustainability Attributes data available in SAP. These include RECYCLED_CONTENT (Recycled Content), GHG_SCOPE1 (Scope 1 Emissions), GHG_SCOPE1_UN (Unit for Scope 1 Emissions), GHG_SCOPE2 (Scope 2 Emissions).. 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 SSTN_MGIR_DETAIL_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
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 SSTN_MGIR_DETAIL_STY using ABAP code?

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

How to access SAP table SSTN_MGIR_DETAIL_STY

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