LFS_SSTN_ECONOMIC_UI SAP (Vendor Master Sustainability Fields UI for Generic data) Structure details

Dictionary Type: Structure
Description: Vendor Master Sustainability Fields UI for Generic data




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




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

LFS_SSTN_ECONOMIC_UI 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 Master Sustainability Fields UI for Generic data" 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_ECONOMIC_UI TYPE LFS_SSTN_ECONOMIC_UI.

The LFS_SSTN_ECONOMIC_UI table consists of various fields, each holding specific information or linking keys about Vendor Master Sustainability Fields UI for Generic data data available in SAP. These include UUID (SSTN UUID), TOTAL_SPEND (Total Spend with Supplier), TOTAL_SPEND_CURR (Currency), TOTAL_REVENUE (Total Revenue of Supplier).. 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 LFS_SSTN_ECONOMIC_UI 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
UUIDSSTN UUID SSTN_UUIDCHAR32SYSUUID_C
TOTAL_SPENDTotal Spend with Supplier SSTN_SUPPLIER_TOTAL_SPENDCURR15(2) WERT15
TOTAL_SPEND_CURRCurrency SSTN_SUPPLIER_CURRENCYCUKY5Assigned to domainWAERS
TOTAL_REVENUETotal Revenue of Supplier SSTN_SUPPLIER_TOTAL_REVENUECURR15(2) WERT15
TOT_REVENUE_CURRCurrency SSTN_SUPPLIER_CURRENCYCUKY5Assigned to domainWAERS
EMPLOYEE_COUNTNumber of Employees SSTN_EMP_COUNTNUMC12SSTN_EMP_COUNT
TOTAL_RISKTotal Supply Risk Code SSTN_TOTAL_SUPPLY_RISKCHAR1SSTN_SUPPLY_RISK
FINANCIAL_RISKFinancial Supply Risk Code SSTN_FINANCIAL_SUPPLY_RISKCHAR1SSTN_SUPPLY_RISK
LOGISTICAL_RISKLogistics Supply Risk Code SSTN_LOGISTICAL_SUPPLY_RISKCHAR1SSTN_SUPPLY_RISK
QUALITY_RISKQuality Supply Risk Code SSTN_QUALITY_SUPPLY_RISKCHAR1SSTN_SUPPLY_RISK
POLITICAL_RISKPolitical Supply Risk Code SSTN_POLITICAL_SUPPLY_RISKCHAR1SSTN_SUPPLY_RISK
DUMMY4SSTN_XT_Dummy Field1 SSTN_XT_DUMMY1CHAR10
TOTAL_RISK_UICharacter field, length 70 CHAR70CHAR70CHAR70
FINANCIAL_RISK_UICharacter field, length 70 CHAR70CHAR70CHAR70
LOGISTICAL_RISK_UICharacter field, length 70 CHAR70CHAR70CHAR70
QUALITY_RISK_UICharacter field, length 70 CHAR70CHAR70CHAR70
POLITICAL_RISK_UICharacter field, length 70 CHAR70CHAR70CHAR70

Key field Non-key field



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

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

How to access SAP table LFS_SSTN_ECONOMIC_UI

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