SIWEFG_STR_SELLIST_ALV_LAYOUT SAP (Layout Options for EFG_SELLIST_ALV) Structure details

Dictionary Type: Structure
Description: Layout Options for EFG_SELLIST_ALV




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




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

SIWEFG_STR_SELLIST_ALV_LAYOUT 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 "Layout Options for EFG_SELLIST_ALV" 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_SIWEFG_STR_SELLIST_ALV_LAYOUT TYPE SIWEFG_STR_SELLIST_ALV_LAYOUT.

The SIWEFG_STR_SELLIST_ALV_LAYOUT table consists of various fields, each holding specific information or linking keys about Layout Options for EFG_SELLIST_ALV data available in SAP. These include TYPE_HOTSPOT (Checkbox), TYPE_LENGTH (), TYPE_ISICON (Checkbox), KEY_HOTSPOT (Checkbox).. 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 SIWEFG_STR_SELLIST_ALV_LAYOUT 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
TYPE_VISIBLECheckbox XFELDCHAR1XFELD
TYPE_HOTSPOTCheckbox XFELDCHAR1XFELD
TYPE_LENGTH 0
TYPE_ISICONCheckbox XFELDCHAR1XFELD
KEY_HOTSPOTCheckbox XFELDCHAR1XFELD
KEY_LENGTH 0
KEY_INVISIBLECheckbox XFELDCHAR1XFELD
KEY_ISICON KEY as Icon0
TEXT_HOTSPOTCheckbox XFELDCHAR1XFELD
TEXT_LENGTH 0
TEXT_ISICONCheckbox XFELDCHAR1XFELD
ATTR1_VISIBLECheckbox XFELDCHAR1XFELD
ATTR1_HOTSPOTCheckbox XFELDCHAR1XFELD
ATTR1_LENGTH 0
ATTR1_ISICONCheckbox XFELDCHAR1XFELD
ATTR2_VISIBLECheckbox XFELDCHAR1XFELD
ATTR2_HOTSPOTCheckbox XFELDCHAR1XFELD
ATTR2_LENGTH 0
ATTR2_ISICONCheckbox XFELDCHAR1XFELD
ATTR3_VISIBLECheckbox XFELDCHAR1XFELD
ATTR3_HOTSPOTCheckbox XFELDCHAR1XFELD
ATTR3_LENGTH 0
ATTR3_ISICON ATTR2 as Icon0
FLG_FULLSCREENCheckbox XFELDCHAR1XFELD
FLG_ZEBRACheckbox XFELDCHAR1XFELD
TEXT_TITLEBARError message text - long text of the error TEXT70CHAR70TEXT70
TEXT_GRIDError message text - long text of the error TEXT70CHAR70TEXT70
COMMENT1Error message text - long text of the error TEXT70CHAR70TEXT70
COMMENT2Error message text - long text of the error TEXT70CHAR70TEXT70
COMMENT3Error message text - long text of the error TEXT70CHAR70TEXT70
FLG_NO_HEADERCheckbox XFELDCHAR1XFELD
WIDTH 0
HEIGHT 0
TAB_FIELDNAME_SORT 0

Key field Non-key field



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

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

How to access SAP table SIWEFG_STR_SELLIST_ALV_LAYOUT

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