LAYER_CONF_BASE SAP (Map Service Configuration) Table details

Dictionary Type: Table
Description: Map Service Configuration




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




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

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

The LAYER_CONF_BASE table consists of various fields, each holding specific information or linking keys about Map Service Configuration data available in SAP. These include LAYER_ID (Map Layer ID), DESTINATION (Layer RFC Destination), LAYER_TYPE (Layer Type), BUSINESS_SYSTEM (Key Name of Business System).. 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_BASE 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
LAYER_IDMap Layer ID MAP_LAYER_IDCHAR30MAP_LAYER_ID
DESTINATIONLayer RFC Destination LAYER_DESTCHAR32Assigned to domainRFCDEST
LAYER_TYPELayer Type MAP_LAYER_TYPECHAR50MAP_LAYER_TYPE
BUSINESS_SYSTEMKey Name of Business System SLD_BSKEYCHAR60SLD_BSKEY
SERVER_TYPEServer Type SERVER_TYPECHAR50SERVER_TYPE
TOKENToken MAP_SERVICE_TOKENCHAR60MAP_SERVICE_TOKEN

Key field Non-key field



How do I retrieve data from SAP table LAYER_CONF_BASE using ABAP code

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

SELECT SINGLE *
FROM LAYER_CONF_BASE
INTO CORRESPONDING FIELDS OF WA_LAYER_CONF_BASE
WHERE...

How to access SAP table LAYER_CONF_BASE

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