TTMGSSTN_PWL SAP (Material Sustainability Powl) Structure details

Dictionary Type: Structure
Description: Material Sustainability Powl




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




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

TTMGSSTN_PWL 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 Powl" 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_TTMGSSTN_PWL TYPE TTMGSSTN_PWL.

The TTMGSSTN_PWL table consists of various fields, each holding specific information or linking keys about Material Sustainability Powl data available in SAP. These include VALST (Validity Start Date), VALEN (Validity End Date), RCYCT (Recycled Content), GHGSC1 (Scope 1 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 (Deep)


SAP TTMGSSTN_PWL 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
OVRRTEnvironmental Rating SSTN_MAT_RATINGNUMC3SSTN_MAT_PERCENT
VALSTValidity Start Date SSTN_MGIR_VAL_START_DATEDATS8DATUM
VALENValidity End Date SSTN_MGIR_VAL_END_DATEDATS8DATUM
RCYCTRecycled Content SSTN_RECYCLED_CONTENTNUMC3SSTN_MAT_PERCENT
GHGSC1Scope 1 Emissions SSTN_MAT_GHGS1QUAN13(3) MENG13
GHGSC1UNUnit for Scope 1 Emissions SSTN_GHGS1_UNITUNIT3Assigned to domainCUNITMEINS
GHGSC2Scope 2 Emissions SSTN_MAT_GHGS2QUAN13(3) MENG13
GHGSC2UNUnit For Scope 2 Emissions SSTN_GHGS2_UNITUNIT3Assigned to domainCUNITMEINS
GHGSC3Scope 3 Emissions SSTN_MAT_GHGS3QUAN13(3) MENG13
GHGSC3UNUnit for Scope 3 Emissions SSTN_GHGS3_UNITUNIT3Assigned to domainCUNITMEINS
DIRENEnergy Consumption SSTN_MAT_DIRECT_ENGQUAN13(3) MENG13
DIRENUNUnit for Energy Consumption SSTN_MAT_DIRECT_ENG_UNUNIT3Assigned to domainCUNITMEINS
DIRWTWater Consumption SSTN_MAT_WATER_USEDQUAN13(3) MENG13
DIRWTUNWater Consumption Unit SSTN_MAT_WATER_UNITUNIT3Assigned to domainCUNITMEINS
DIRWSWaste Generated SSTN_MAT_DIRECT_WASTEQUAN13(3) MENG13
DIRWSUNUnit for Material Waste Generated SSTN_MAT_WASTE_UNUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table TTMGSSTN_PWL

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