ALV_S_LAYO SAP (Layout (for LVC and for KKBLO)) Structure details

Dictionary Type: Structure
Description: Layout (for LVC and for KKBLO)




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




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

ALV_S_LAYO 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 (for LVC and for KKBLO)" 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_ALV_S_LAYO TYPE ALV_S_LAYO.

The ALV_S_LAYO table consists of various fields, each holding specific information or linking keys about Layout (for LVC and for KKBLO) data available in SAP. These include EDIT (ALV control: Ready for input), EDIT_MODE (ALV control: Edit mode), NO_KEYFIX (ALV control: Do not fix key columns), FRONTEND (ALV control: Excel, Crystal or ALV).. 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 ALV_S_LAYO 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
ZEBRAALV control: Alternating line color (striped) LVC_ZEBRACHAR1CHAR1
EDITALV control: Ready for input LVC_EDITCHAR1CHAR01
EDIT_MODEALV control: Edit mode LVC_EDMOCHAR1CHAR01
NO_KEYFIXALV control: Do not fix key columns LVC_NOKFIXCHAR1CHAR01
FRONTENDALV control: Excel, Crystal or ALV LVC_FRONTCHAR1CHAR01
OBJECT_KEYBusiness Document Service: Object key BDS_TYPEIDCHAR70SWO_TYPEID
DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
TEMPLATEBusiness Document Service: File names BDS_FILENACHAR255CHAR255
LANGUAGELanguage ID LANGLANG1ISOLALANG
GRAPHICSGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SMALLTITLEALV control: Title size LVC_TITSZCHAR1CHAR1
NO_HGRIDLNALV control: Hide horizontal grid lines LVC_HGRIDCHAR1CHAR1
NO_VGRIDLNALV control: Hide vertical grid lines LVC_VGRIDCHAR1CHAR1
NO_HEADERSALV control: Hide column headings LVC_HEADSCHAR1CHAR1
NO_MERGINGALV control: Disable cell merging LVC_MERGECHAR1CHAR1
CWIDTH_OPTALV control: Optimize column width LVC_CWOCHAR1CHAR1
TOTALS_BEFALV control: Totals output before individual records LVC_TOTBEFCHAR1CHAR1
NO_TOTARRCharacter Field Length 1 CHAR01CHAR1CHAR1
NO_TOTEXPCharacter Field Length 1 CHAR01CHAR1CHAR1
NO_ROWMOVECharacter Field Length 1 CHAR01CHAR1CHAR1
NO_ROWINSCharacter Field Length 1 CHAR01CHAR1CHAR1
NO_COLEXPDCharacter Field Length 1 CHAR01CHAR1CHAR1
NO_F4Character Field Length 1 CHAR01CHAR1CHAR1
COUNTFNAMEALV control: Field name of internal table field LVC_FNAMECHAR30CHAR30
COL_OPTCharacter Field Length 1 CHAR01CHAR1CHAR1
VAL_DATACharacter Field Length 1 CHAR01CHAR1CHAR1
BLOB_SCOPEIdentifier if BLOB is from SAP or Customer SALV_BS_BLOB_SCOPECHAR1SALV_BS_BLOB_SCOPE
BLOB_FLAVOURKey Field for BLOB Store in SALV_BS_BLOB_... SALV_BS_BLOB_FLAVOURCHAR6SALV_BS_BLOB_FLAVOUR
BLOB_NAMEName for BLOB Store in SALV_BS_BLOB_... SALV_BS_BLOB_NAMECHAR24SALV_BS_BLOB_NAME
BLOB_KEYKey Field for BLOB Storage SLIS_BLOB_KEYCHAR10SLIS_BLOB_KEY
BLOB_TYPEID from ALV Layout for BLOB Display Mode SLIS_BLOB_TYPECHAR1SLIS_BLOB_TYPE

Key field Non-key field



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

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

How to access SAP table ALV_S_LAYO

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