I_EHSCalculationDefinitionRoot

DDL: I_EHSCALCULATIONDEFINITIONROOT Type: view_entity BASIC

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)

SourceAliasJoin Type
ehenvd_cdef_root ehenvd_cdef_root from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/