I_InvgCsMGeoLocation
Basic View for ICM Geo Location
I_InvgCsMGeoLocation is a Basic CDS View that provides data about "Basic View for ICM Geo Location" in SAP S/4HANA. It reads from 1 data source (geoloc) and exposes 11 fields with key fields InvgCsMGeoLocationUUID, AddressID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| geoloc | geoloc | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IINVGCSMGEOLOC | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Basic View for ICM Geo Location | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvgCsMGeoLocationUUID | guidloc | ||
| KEY | AddressID | addrnumber | ||
| InvgCsMGeoLocationLongitude | longitude | |||
| InvgCsMGeoLocationLatitude | latitude | |||
| InvgCsMGeoLocationAltitude | altitude | |||
| InvgCsMGeoLocationPrecisionID | precisid | |||
| InvgCsMGeoLocationTimeZone | tzone | |||
| InvgCsMGeoLocCreatedDateTime | created | |||
| InvgCsMGeoLocationCreatedByID | createdby | |||
| InvgCsMGeoLocChangedDateTime | changed | |||
| InvgCsMGeoLocationChangedByID | changedby |
@AbapCatalog.sqlViewName: 'IINVGCSMGEOLOC'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Basic View for ICM Geo Location'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
define view I_InvgCsMGeoLocation as select from geoloc {
key guidloc as InvgCsMGeoLocationUUID,
key addrnumber as AddressID,
longitude as InvgCsMGeoLocationLongitude ,
latitude as InvgCsMGeoLocationLatitude,
altitude as InvgCsMGeoLocationAltitude,
precisid as InvgCsMGeoLocationPrecisionID,
tzone as InvgCsMGeoLocationTimeZone,
created as InvgCsMGeoLocCreatedDateTime ,
createdby as InvgCsMGeoLocationCreatedByID,
changed as InvgCsMGeoLocChangedDateTime,
changedby as InvgCsMGeoLocationChangedByID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"GEOLOC"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA