LFS_SSTN_ENVIRONMENTAL SAP (Vendor Sustainability - Environmental Parameters) Structure details

Dictionary Type: Structure
Description: Vendor Sustainability - Environmental Parameters




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




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

LFS_SSTN_ENVIRONMENTAL 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 "Vendor Sustainability - Environmental Parameters" 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_LFS_SSTN_ENVIRONMENTAL TYPE LFS_SSTN_ENVIRONMENTAL.

The LFS_SSTN_ENVIRONMENTAL table consists of various fields, each holding specific information or linking keys about Vendor Sustainability - Environmental Parameters data available in SAP. These include TTL_ENR_CONS_UN (Total Energy Consumption Unit), RENEWABLE_ENERGY (Renewable Energy), RENEW_ENERGY_UN (Renewable Energy Unit), WATER_CONS (Total Water Consumption).. 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: Cannot Be Enhanced


SAP LFS_SSTN_ENVIRONMENTAL 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
TTL_ENR_CONSTotal Energy Consumption SSTN_TOTAL_ENERGY_CONSUMEDQUAN13(3) MENG13
TTL_ENR_CONS_UNTotal Energy Consumption Unit SSTN_TOTAL_ENERGY_CONSUMED_UNUNIT3T006CUNITMEINS
RENEWABLE_ENERGYRenewable Energy SSTN_RENEWABLE_ENERGYQUAN13(3) MENG13
RENEW_ENERGY_UNRenewable Energy Unit SSTN_RENEWABLE_ENERGY_UNITUNIT3T006CUNITMEINS
WATER_CONSTotal Water Consumption SSTN_WATER_CONSUMPTIONQUAN13(3) MENG13
WATER_CONS_UNTotal Water Consumption Unit SSTN_WATER_CONSUMPTION_UNUNIT3T006CUNITMEINS
ENVI_FINEEnvironmental Fine SSTN_ENVIRONMENT_FINECURR13(2) WERT7
ENVI_FINE_UNLocal Currency HWAERCUKY5TCURCWAERS
EMISSION_REDUCEmission Reduction SSTN_EMISSION_REDUCTIONQUAN13(3) MENG13
EMISS_REDUC_UNEmission Reduction Unit SSTN_EMISSION_REDUCTION_UNUNIT3T006CUNITMEINS
GHG_SCOPE1Direct Emissions SSTN_GHG_SCOPE1QUAN13(3) MENG13
GHG_SCOPE1_UNDirect Emissions Unit SSTN_GHG_SCOPE1_UNUNIT3T006CUNITMEINS
GHG_SCOPE2Indirect Emissions SSTN_GHG_SCOPE2QUAN13(3) MENG13
GHG_SCOPE2_UNIndirect Emissions Unit SSTN_GHG_SCOPE2_UNUNIT3T006CUNITMEINS
GHG_SCOPE3Third-Party Emissions SSTN_GHG_SCOPE3QUAN13(3) MENG13
GHG_SCOPE3_UNThird-Party Emissions Unit SSTN_GHG_SCOPE3_UNUNIT3T006CUNITMEINS
WASTEWaste SSTN_WASTEQUAN13(3) MENG13
WASTE_UNITTotal Waste Unit SSTN_WASTE_UNITUNIT3T006CUNITMEINS
WASTE_RECYCLEDTotal Waste Recycled SSTN_WASTE_RECYCLEDQUAN13(3) MENG13
WASTE_RECYCLD_UNTotal Waste Recycled Unit SSTN_WASTE_RECYCLED_UNUNIT3Assigned to domainCUNITMEINS
ENV_PROTECTIONEnvironmental Protection Compliance Code SSTN_ENVIRONMENT_PROTECTIONCHAR1SSTN_COMPLIANCE_CODE
ENV_RESPEnvironmental Responsibility Compliance Code SSTN_ENVIRONMENTAL_RESPCHAR1SSTN_COMPLIANCE_CODE
CLEAN_TECHNOLOGYClean Technology Compliance Code SSTN_CLEAN_TECHNOLOGYCHAR1SSTN_COMPLIANCE_CODE
WASTE_HZDTotal Hazardous Waste SSTN_WASTE_HZDQUAN13(3) MENG13
WASTE_HZD_UNITTotal Hazardous Waste Unit SSTN_WASTE_HZD_UNITUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table LFS_SSTN_ENVIRONMENTAL

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