SSTN_S_ECONOMIC_RISK SAP (Suppliers sustainability attributes: economic & risk related) Structure details

Dictionary Type: Structure
Description: Suppliers sustainability attributes: economic & risk related




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




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

SSTN_S_ECONOMIC_RISK 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 "Suppliers sustainability attributes: economic & risk related" 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_S_ECONOMIC_RISK TYPE SSTN_S_ECONOMIC_RISK.

The SSTN_S_ECONOMIC_RISK table consists of various fields, each holding specific information or linking keys about Suppliers sustainability attributes: economic & risk related data available in SAP. These include TOTAL_SPEND (Total Spend with Supplier), TOTAL_SPEND_CURR (Currency), TOTAL_REVENUE (Total Revenue of Supplier), TOT_REVENUE_CURR (Currency).. 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_S_ECONOMIC_RISK 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
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

Key field Non-key field



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

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

How to access SAP table SSTN_S_ECONOMIC_RISK

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