C_EHSLocationAggregationDEX
Location Aggregation Data Extraction
C_EHSLocationAggregationDEX is a Consumption CDS View (Dimension) that provides data about "Location Aggregation Data Extraction" in SAP S/4HANA. It reads from 1 data source (I_LocAggregationRoot) and exposes 11 fields with key field LocAggregationUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LocAggregationRoot | I_LocAggregationRoot | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_EHSLocationRevisionBasic | _EHSLocationRevisionBasic | $projection.EHSLocationUUID = _EHSLocationRevisionBasic.EHSLocationUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Location Aggregation Data Extraction | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| Analytics.internalName | #LOCAL | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LocAggregationUUID | LocAggregationUUID | ||
| LocAggregationID | LocAggregationID | |||
| LocAggregationMigrationSource | LocAggregationMigrationSource | |||
| LocAggregationName | LocAggregationName | |||
| DataUsagePeriodicity | DataUsagePeriodicity | |||
| EHSLocationUUID | EHSLocationUUID | |||
| UnitOfMeasure | UnitOfMeasure | |||
| EHSSubjectType | EHSSubjectType | |||
| EHSSubjectUUID | EHSSubjectUUID | |||
| LocAggregationTitle | LocAggregationTitle | |||
| _EHSLocationRevisionBasic | _EHSLocationRevisionBasic |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Location Aggregation Data Extraction'
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE ]
@VDM.viewType: #CONSUMPTION
@Analytics.dataExtraction.enabled:true
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.delta.changeDataCapture.automatic: true
@Analytics.internalName:#LOCAL
define view entity C_EHSLocationAggregationDEX
as select from I_LocAggregationRoot
association [0..*] to I_EHSLocationRevisionBasic as _EHSLocationRevisionBasic on $projection.EHSLocationUUID = _EHSLocationRevisionBasic.EHSLocationUUID
{
key LocAggregationUUID,
LocAggregationID,
LocAggregationMigrationSource,
LocAggregationName,
DataUsagePeriodicity,
EHSLocationUUID,
UnitOfMeasure,
EHSSubjectType,
EHSSubjectUUID,
LocAggregationTitle,
// Required for DCL
_EHSLocationRevisionBasic
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOCAGGREGATIONROOT"
],
"ASSOCIATED":
[
"I_EHSLOCATIONREVISIONBASIC"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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