GEOLOC SAP (Geo location (lon/lat/alt/...)) Table details

Dictionary Type: Table
Description: Geo location (lon/lat/alt/...)




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




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

GEOLOC is a standard SAP Table which is used to store Geo location (lon/lat/alt/...) data and is available within R/3 SAP systems depending on the version and release level.

The GEOLOC table consists of various fields, each holding specific information or linking keys about Geo location (lon/lat/alt/...) data available in SAP. These include GUIDLOC (GUID 16), LONGITUDE (Geo location longitude), LATITUDE (Geo location latitude), ALTITUDE (Geo location height).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GEOLOC 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDLOCGUID 16 GEOGUIDRAW16SYSUUID
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
ALTITUDEGeo location height GEOALTDEC9(3) GEOALT
SRCIDGeo location data source ID/Geocoder ID GEOSRCIDCHAR4CHAR4
SRCTSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PRECISIDPrecision (street, postal code, ...) of a Geo location GEOPRECISNUMC4D_GEOPREC
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATEDBYUser Name UNAMECHAR12UNAME
CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGEDBYUser Name UNAMECHAR12UNAME
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
ADDRLOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ADDRGUIDAddress guid AD_GUIDRAW16SYSUUID
DELETEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELETEDBYUser Name UNAMECHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM GEOLOC
INTO CORRESPONDING FIELDS OF WA_GEOLOC
WHERE...

How to access SAP table GEOLOC

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