I_CostCtrActivityTypeHierNodeT
CostCtr Activty Type Hierarchy Node - Text
I_CostCtrActivityTypeHierNodeT is a Basic CDS View that provides data about "CostCtr Activty Type Hierarchy Node - Text" in SAP S/4HANA. It reads from 1 data source (hrrp_nodet_n) and exposes 12 fields with key fields ControllingArea, CostCtrActivityTypeHierarchy, HierarchyNode, ValidityEndDate, Language. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| hrrp_nodet_n | hrrp_nodet_n | from |
Associations (4)
| 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 |
| [1..*] | I_CostCtrActivityTypeHierarchy | _Hierarchy | $projection.CostCtrActivityTypeHierarchy = _Hierarchy.CostCtrActivityTypeHierarchy and $projection.ControllingArea = _Hierarchy.ControllingArea |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFCOSTCTRACTYHNT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | HierarchyNode | 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.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.dataExtraction.enabled | true | view | |
| EndUserText.label | CostCtr Activty Type Hierarchy Node - Text | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingArea | |||
| KEY | CostCtrActivityTypeHierarchy | |||
| KEY | HierarchyNode | hrrp_nodet_n | hrynode | |
| KEY | ValidityEndDate | hrrp_nodet_n | hryvalto | |
| KEY | Language | hrrp_nodet_n | spras | |
| HierarchyNodeText | hrrp_nodet_n | nodetxt | ||
| HierarchyNodeShortText | ||||
| ValidityStartDate | hrrp_nodet_n | hryvalfrom | ||
| _ControllingArea | _ControllingArea | |||
| _Language | _Language | |||
| _Hierarchy | _Hierarchy | |||
| _ControllingAreaText | _ControllingAreaText |
@AbapCatalog.sqlViewName: 'IFCOSTCTRACTYHNT'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'HierarchyNode'
@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.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@Analytics.dataExtraction: {enabled:true}
@EndUserText.label: 'CostCtr Activty Type Hierarchy Node - Text'
define view I_CostCtrActivityTypeHierNodeT
as select from hrrp_nodet_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
association [1..*] to I_CostCtrActivityTypeHierarchy as _Hierarchy on $projection.CostCtrActivityTypeHierarchy = _Hierarchy.CostCtrActivityTypeHierarchy
and $projection.ControllingArea = _Hierarchy.ControllingArea
{
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_ControllingAreaStdVH',
element: 'ControllingArea' }
}]
@ObjectModel.text.association: '_ControllingAreaText'
// ]--GENERATED
@ObjectModel.foreignKey.association: '_ControllingArea'
key cast( hrrp_nodet_n.kokrs as fis_kokrs preserving type ) as ControllingArea,
@ObjectModel.foreignKey.association: '_Hierarchy'
key cast(hrrp_nodet_n.hryid as fis_hryid_cctracttytpe preserving type ) as CostCtrActivityTypeHierarchy,
@ObjectModel.text.element: 'HierarchyNodeText'
key hrrp_nodet_n.hrynode as HierarchyNode,
@Semantics.businessDate.to: true
key hrrp_nodet_n.hryvalto as ValidityEndDate,
@Semantics.language: true
key hrrp_nodet_n.spras as Language,
@Semantics.text: true
hrrp_nodet_n.nodetxt as HierarchyNodeText,
@Semantics.text: true
substring(hrrp_nodet_n.nodetxt, 1, 20) as HierarchyNodeShortText,
@Semantics.businessDate.from: true
hrrp_nodet_n.hryvalfrom as ValidityStartDate,
_ControllingArea,
_Language,
_Hierarchy,
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.hidden: true
_ControllingAreaText
// ]--GENERATED
}
where
hrrp_nodet_n.hrytyp = '0105';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_NODET_N"
],
"ASSOCIATED":
[
"I_CONTROLLINGAREA",
"I_COSTCTRACTIVITYTYPEHIERARCHY",
"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