I_ADDRESSGEOLOCATION
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AddressGeoloc | view_entity | from | COMPOSITE | Geolocation for Organization and Person |
Fields (6)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | GeolocationID | GeolocationID | 1 |
| AddressGeoPoint | AddressGeoPoint | 1 | |
| AddressID | AddressID | 1 | |
| Altitude | Altitude | 1 | |
| Latitude | Latitude | 1 | |
| Longitude | Longitude | 1 |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Geolocation'
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XXL,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'GeolocationID'
define view entity I_AddressGeolocation as select from adrgeo
{
key geoguid as GeolocationID,
addrnumber as AddressID,
latitude as Latitude,
longitude as Longitude,
altitude as Altitude,
geomloc as AddressGeoPoint
}