LAYER_CONF_S SAP (Layer Configuration Structure) Structure details

Dictionary Type: Structure
Description: Layer Configuration Structure




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




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

LAYER_CONF_S 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 "Layer Configuration 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_LAYER_CONF_S TYPE LAYER_CONF_S.

The LAYER_CONF_S table consists of various fields, each holding specific information or linking keys about Layer Configuration Structure data available in SAP. These include DESTINATION_URL (Layer URL), LAYER_TYPE (Layer Type), VISIBILITY (Map Layer Visibility), OPACITY (Map Layer Opacity).. 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 LAYER_CONF_S 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
LAYER_IDMap Layer ID MAP_LAYER_IDCHAR30MAP_LAYER_ID
DESTINATION_URLLayer URL MAP_LAYER_URLSTRG0STRING
LAYER_TYPELayer Type MAP_LAYER_TYPECHAR50MAP_LAYER_TYPE
VISIBILITYMap Layer Visibility MAP_LAYER_VISIBLECHAR1FLAG
OPACITYMap Layer Opacity MAP_LAYER_OPACITYD16R16MAP_LAYER_OPACITY
STACK_INDEXMap Layer Index MAP_LAYER_INDEXINT410MAP_LAYER_INDEX
IS_SUBLAYERSub Layer Check IS_SUB_LAYERCHAR1FLAG
TOKENToken for Layers MAP_TOKENSTRG0STRING
LAYER_STYLELayer Style MAP_LAYEER_STYLECHAR32MAP_LAYEER_STYLE
SERVER_TYPEServer Type SERVER_TYPECHAR50SERVER_TYPE
LAYER_STRINGLayer String LAYER_STRINGCHAR90LAYER_STRING

Key field Non-key field



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

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

How to access SAP table LAYER_CONF_S

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