I_EHSCalculationDefinitionRoot
Calculation Definition Root
I_EHSCalculationDefinitionRoot is a Basic CDS View that provides data about "Calculation Definition Root" in SAP S/4HANA. It reads from 1 data source (ehenvd_cdef_root) and exposes 5 fields with key field CalculationRootUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehenvd_cdef_root | ehenvd_cdef_root | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Calculation Definition Root | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CalculationRootUUID | db_key | ||
| EHSCalculationSetupName | name | |||
| EHSLocationUUID | loc_root_key_ref | |||
| DataUsagePeriodicity | ||||
| EHSCalcMigrationSource | migration_src |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Calculation Definition Root'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
@VDM.viewType: #BASIC
define view entity I_EHSCalculationDefinitionRoot
as select from ehenvd_cdef_root
{
key db_key as CalculationRootUUID,
name as EHSCalculationSetupName,
loc_root_key_ref as EHSLocationUUID,
cast ( usage_period as abap.char(3) ) as DataUsagePeriodicity,
migration_src as EHSCalcMigrationSource
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHENVD_CDEF_ROOT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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