LFS_SSTN_ALV_TEXT SAP (Text fields of ALV structure) Structure details

Dictionary Type: Structure
Description: Text fields of ALV structure




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




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

LFS_SSTN_ALV_TEXT 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 "Text fields of ALV structure" 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_ALV_TEXT TYPE LFS_SSTN_ALV_TEXT.

The LFS_SSTN_ALV_TEXT table consists of various fields, each holding specific information or linking keys about Text fields of ALV structure data available in SAP. These include DISCRI_TEXT (Discrimination Description), CHILD_LAB_TEXT (Child Labor Description), FORCED_LAB_TEXT (Forced Labor Description), COL_BARGAIN_TEXT (Collective Bargain Description).. 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 LFS_SSTN_ALV_TEXT 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
HUMAN_RT_TEXTHuman Rights Description SSTN_HUMAN_RT_TEXTCHAR60
DISCRI_TEXTDiscrimination Description SSTN_DISCRI_TEXTCHAR60
CHILD_LAB_TEXTChild Labor Description SSTN_CHILD_TEXTCHAR60
FORCED_LAB_TEXTForced Labor Description SSTN_FORCED_TEXTCHAR60
COL_BARGAIN_TEXTCollective Bargain Description SSTN_COL_BARGAIN_TEXTCHAR60
WOMEN_OWNED_TEXTWomen-Owned Business Description SSTN_WOMEN_OWNED_TEXTCHAR60
MINOR_OWNED_TEXTMinority-Owned Business Description SSTN_MINOR_OWNED_TEXTCHAR60
ANTI_CORR_TEXTAnti-Corruption Description SSTN_ANTICORR_TEXTCHAR60
ENV_PROTECTION_TEXTEnvironmental Protection Description SSTN_ENV_TEXTCHAR60
ENV_PROC_TEXTEnvironmental Processes and Systems SSTN_PROC_TEXTCHAR60
ENV_INIT_TEXTEnvironmental Initiatives SSTN_ENV_INIT_TEXTCHAR60
ENV_TECH_TEXTEnvironmentally Friendly Technology Description SSTN_ENV_FRI_TEXTCHAR60
NAME1Vendor Name SSTN_LIFNR_NAMECHAR35
TOTAL_RISK_TEXTTotal Supply Risk SSTN_TOT_RISK_TEXTCHAR60
FIN_RISK_TEXTFinancial Risk Rating Description SSTN_FIN_RISK_TEXTCHAR60
LOGISTIC_RISK_TEXTLogistics Risk Description SSTN_LOGI_RISK_TEXTCHAR60
QUALITY_RISK_TEXTQuality Risk Description SSTN_QUALITY_TEXTCHAR60
POLITIC_RISK_TEXTPolitical Risk Description SSTN_POLITIC_TEXTCHAR60
SOC_PROCESS_TEXTSocial Processes and Systems SSTN_SOC_PROCESSCHAR60
HEALTH_SAFE_TEXTHealth and Safety Compliance SSTN_HEALTH_TEXTCHAR60

Key field Non-key field



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

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

How to access SAP table LFS_SSTN_ALV_TEXT

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