GEOMET_SER_CONF SAP (Geometry Service Configuration) Table details

Dictionary Type: Table
Description: Geometry Service Configuration




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




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

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

The GEOMET_SER_CONF table consists of various fields, each holding specific information or linking keys about Geometry Service Configuration data available in SAP. These include GEO_CONTEXT_ID (Geo Context ID), GEOM_SERVICE_ID (Geometry Service ID), GEOM_DESTINATION (Geometry Service Destination), GEOM_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 GEOMET_SER_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
GEOM_SERVICE_IDGeometry Service ID GEOM_SERVICE_IDCHAR30GEOM_SERVICE_ID
GEOM_DESTINATIONGeometry Service Destination GEOM_DESTINATIONCHAR32Assigned to domainRFCDEST
GEOM_LAYER_TYPELayer Type MAP_LAYER_TYPECHAR50MAP_LAYER_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM GEOMET_SER_CONF
INTO CORRESPONDING FIELDS OF WA_GEOMET_SER_CONF
WHERE...

How to access SAP table GEOMET_SER_CONF

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