LAYER_CONF SAP (Map Layer Configuration) Table details

Dictionary Type: Table
Description: Map Layer Configuration




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




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

LAYER_CONF is a standard SAP Table which is used to store Map Layer Configuration data and is available within R/3 SAP systems depending on the version and release level.

The LAYER_CONF table consists of various fields, each holding specific information or linking keys about Map Layer Configuration data available in SAP. These include GEO_CONTEXT_ID (Geo Context ID), LAYER_ID (Map Layer ID), DESTINATION (Layer RFC Destination), LAYER_TYPE (Layer Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LAYER_CONF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GEO_CONTEXT_IDGeo Context ID GEO_CONTEXT_IDCHAR32GEO_CONTEXT_CONFGEO_CONTEXT_ID
LAYER_IDMap Layer ID MAP_LAYER_IDCHAR30MAP_LAYER_ID
DESTINATIONLayer RFC Destination LAYER_DESTCHAR32Assigned to domainRFCDEST
LAYER_TYPELayer Type MAP_LAYER_TYPECHAR50MAP_LAYER_TYPE
STACK_INDEXMap Layer Index MAP_LAYER_INDEXINT410MAP_LAYER_INDEX
VISIBILITYMap Layer Visibility MAP_LAYER_VISIBLECHAR1FLAG
OPACITYMap Layer Opacity MAP_LAYER_OPACITYD16R16MAP_LAYER_OPACITY
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 table LAYER_CONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on LAYER_CONF to SELECT all data from the table
DATA: WA_LAYER_CONF TYPE LAYER_CONF.

SELECT SINGLE *
FROM LAYER_CONF
INTO CORRESPONDING FIELDS OF WA_LAYER_CONF
WHERE...

How to access SAP table LAYER_CONF

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