I_ADDRESSGEOLOCATION

CDS View

Geolocation

I_ADDRESSGEOLOCATION is a CDS View in S/4HANA. Geolocation. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AddressGeoloc view_entity from COMPOSITE Geolocation for Organization and Person

Fields (6)

KeyField CDS FieldsUsed in Views
KEY GeolocationID GeolocationID 1
AddressGeoPoint AddressGeoPoint 1
AddressID AddressID 1
Altitude Altitude 1
Latitude Latitude 1
Longitude Longitude 1

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.

-- Geolocation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ADDRESSGEOLOCATION (
    GEOLOCATIONID,
    ADDRESSGEOPOINT,
    ADDRESSID,
    ALTITUDE,
    LATITUDE,
    LONGITUDE,
    PRIMARY KEY (GEOLOCATIONID)
);