SSTN_MGIR_STY_ALV SAP (Used for data passing across application) Structure details

Dictionary Type: Structure
Description: Used for data passing across application




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




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

SSTN_MGIR_STY_ALV 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 "Used for data passing across application" 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_STY_ALV TYPE SSTN_MGIR_STY_ALV.

The SSTN_MGIR_STY_ALV table consists of various fields, each holding specific information or linking keys about Used for data passing across application data available in SAP. These include MATNR (Material Number), LIFNR (Account Number of Vendor or Creditor), WERKS (Plant), EKORG (Purchasing Organization).. 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 SSTN_MGIR_STY_ALV 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
UUIDSSTN UUID SSTN_UUIDCHAR32SYSUUID_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
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
DEL_FLAGCheckbox XFELDCHAR1XFELD
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
ECOLABEL_ID_PRECertificate Name SSTN_ECOLABEL_ID_PRECHAR15SSTN_ECOLABELSSTN_MAT_ECOLABEL1
ECOLABEL_RAT_PRECertificate Rating SSTN_ECOLABEL_RATING_PRECHAR10SSTN_ECORATINGSSTN_ECO_RATING
ECOLABEL_ID_SECSecondary Certificate SSTN_ECOLABEL_ID_SECCHAR15SSTN_ECOLABELSSTN_MAT_ECOLABEL1
ECOLABEL_RAT_SECCertificate Rating SSTN_ECOLABEL_RATING_SECCHAR10SSTN_ECORATINGSSTN_ECO_RATING

Key field Non-key field



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

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

How to access SAP table SSTN_MGIR_STY_ALV

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