GEOLOC
Geo-Location (lon/lat/alt/...)
GEOLOC is an SAP database table in S/4HANA. Geo-Location (lon/lat/alt/...). It contains 18 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CIC_GEO_COORDINATES | view_entity | from | Proj. on Geographic Coordinates (Industry Cloud Solutions) |
Fields (18)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | guidloc | geoguid | Guid 32 | |||
| longitude | geolon | Longitude | ||||
| latitude | geolat | Latitude | ||||
| altitude | geoalt | Height | ||||
| srcid | geosrcid | Data Source | ||||
| srctstmp | timestamp | Time Stamp | ||||
| precisid | geoprecis | Precision | ||||
| tzone | timezone | Time Zone | ||||
| created | timestamp | Time Stamp | ||||
| createdby | uname | User Name | ||||
| changed | timestamp | Time Stamp | ||||
| changedby | uname | User Name | ||||
| addrnumber | ad_addrnum | Address Number | ||||
| addrlogsys | logsys | Logical system | ||||
| addrguid | ad_guid | Address guid | ||||
| deleted | timestamp | Time Stamp | ||||
| deletedby | uname | User Name |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Geo-Location (lon/lat/alt/...)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GEOLOC (
CLIENT, -- Client [mandt]
GUIDLOC, -- Guid 32 [geoguid]
LONGITUDE, -- Longitude [geolon]
LATITUDE, -- Latitude [geolat]
ALTITUDE, -- Height [geoalt]
SRCID, -- Data Source [geosrcid]
SRCTSTMP, -- Time Stamp [timestamp]
PRECISID, -- Precision [geoprecis]
TZONE, -- Time Zone [timezone]
CREATED, -- Time Stamp [timestamp]
CREATEDBY, -- User Name [uname]
CHANGED, -- Time Stamp [timestamp]
CHANGEDBY, -- User Name [uname]
ADDRNUMBER, -- Address Number [ad_addrnum]
ADDRLOGSYS, -- Logical system [logsys]
ADDRGUID, -- Address guid [ad_guid]
DELETED, -- Time Stamp [timestamp]
DELETEDBY, -- User Name [uname]
PRIMARY KEY (CLIENT, GUIDLOC)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA