LVC_S_L002_WAO SAP (ALV Control: Grid Customizing (Web Add-On)) Structure details

Dictionary Type: Structure
Description: ALV Control: Grid Customizing (Web Add-On)




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




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

LVC_S_L002_WAO 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 "ALV Control: Grid Customizing (Web Add-On)" 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_LVC_S_L002_WAO TYPE LVC_S_L002_WAO.

The LVC_S_L002_WAO table consists of various fields, each holding specific information or linking keys about ALV Control: Grid Customizing (Web Add-On) data available in SAP. These include NO_TOOLBAR (ALV Control: Hide Toolbar (Web Add-On)), GRID_TITLE (ALV Control: Title Row Text (Web Add-On)), SEL_MODE (ALV Control: Selection Mode (Web Add-On)), BOX_FNAME (ALV Control: Field Name Internal Table Field (Web Add-On)).. 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: Not classified


SAP LVC_S_L002_WAO 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
NO_ROWMARKALV Control: Switch Off Row Selections (Web Add-On) LVC_ROWMK_WAOCHAR1CHAR1
NO_TOOLBARALV Control: Hide Toolbar (Web Add-On) LVC_TOOLB_WAOCHAR1CHAR1
GRID_TITLEALV Control: Title Row Text (Web Add-On) LVC_TITLE_WAOCHAR70SYCHAR70
SEL_MODEALV Control: Selection Mode (Web Add-On) LVC_LIBOX_WAOCHAR1CHAR1
BOX_FNAMEALV Control: Field Name Internal Table Field (Web Add-On) LVC_FNAME_WAOCHAR30CHAR30
SGL_CLK_HDALV Control: Single Click Column Header (Web Add-On) LVC_SGLCLH_WAOCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table LVC_S_L002_WAO

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