I_CostCtrActivityTypeHierText
Activity Type Hierarchy - Text
I_CostCtrActivityTypeHierText is a Basic CDS View that provides data about "Activity Type Hierarchy - Text" in SAP S/4HANA. It reads from 1 data source (hrrp_dirt_n) and exposes 9 fields with key fields ControllingArea, CostCtrActivityTypeHierarchy, ValidityEndDate, Language. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| hrrp_dirt_n | hrrp_dirt_n | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ControllingArea | _ControllingAreaText | $projection.ControllingArea = _ControllingAreaText.ControllingArea |
| [0..1] | I_ControllingArea | _ControllingArea | $projection.ControllingArea = _ControllingArea.ControllingArea |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFCOSTCTRACTTYHT | view | |
| ObjectModel.representativeKey | CostCtrActivityTypeHierarchy | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Activity Type Hierarchy - Text | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingArea | hrrp_dirt_n | hrycls | |
| KEY | CostCtrActivityTypeHierarchy | |||
| KEY | ValidityEndDate | hrrp_dirt_n | hryvalto | |
| KEY | Language | spras | ||
| ValidityStartDate | hrrp_dirt_n | hryvalfrom | ||
| CostCtrActivityTypeHierName | hrytxt | |||
| _ControllingArea | _ControllingArea | |||
| _Language | _Language | |||
| _ControllingAreaText | _ControllingAreaText |
@AbapCatalog.sqlViewName: 'IFCOSTCTRACTTYHT'
@ObjectModel.representativeKey: 'CostCtrActivityTypeHierarchy'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #XL
}
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE]
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Activity Type Hierarchy - Text'
@Analytics.dataExtraction: {enabled:true}
define view I_CostCtrActivityTypeHierText
as select from hrrp_dirt_n
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
association [0..1] to I_ControllingArea as _ControllingAreaText on $projection.ControllingArea = _ControllingAreaText.ControllingArea
// ]--GENERATED
association [0..1] to I_ControllingArea as _ControllingArea on $projection.ControllingArea = _ControllingArea.ControllingArea
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_ControllingAreaStdVH',
element: 'ControllingArea' }
}]
@ObjectModel.text.association: '_ControllingAreaText'
// ]--GENERATED
@ObjectModel.foreignKey.association: '_ControllingArea'
// key hrrp_directoryt.hrycls as ControllingArea,
// key cast( hrrp_directory.hrycls as fis_kokrs ) as ControllingArea,
key hrrp_dirt_n.hrycls as ControllingArea,
key cast(hrrp_dirt_n.hryid as fis_hryid_cctracttytpe) as CostCtrActivityTypeHierarchy,
@Semantics.businessDate.to: true
key hrrp_dirt_n.hryvalto as ValidityEndDate,
@Semantics.language
key spras as Language,
@Semantics.businessDate.from: true
hrrp_dirt_n.hryvalfrom as ValidityStartDate,
@Semantics.text
hrytxt as CostCtrActivityTypeHierName,
_ControllingArea,
_Language,
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.hidden: true
_ControllingAreaText
// ]--GENERATED
}
where
hrrp_dirt_n.hrytyp = '0105'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_DIRT_N"
],
"ASSOCIATED":
[
"I_CONTROLLINGAREA",
"I_LANGUAGE"
],
"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