I_CNSLDTNFUNCNLAREAHIERNODET
Cnsldtn Functional Area HierNode - Text
I_CNSLDTNFUNCNLAREAHIERNODET is a CDS View in S/4HANA. Cnsldtn Functional Area HierNode - Text. It contains 5 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnFuncnlAreaHierT | view | from | BASIC | Combined Functional Area Hierarchy Text |
| A_CnsldtnPartFuncnlAreaHierT | view | from | BASIC | Combined Partner Functional Area Hier - Text |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | HierarchyNode | HierarchyNode | 2 |
| KEY | Language | Language | 2 |
| KEY | ValidityEndDate | ValidityEndDate | 2 |
| HierarchyNodeText | HierarchyNodeText | 2 | |
| ValidityStartDate | ValidityStartDate | 2 |
@AbapCatalog:{
sqlViewName: 'ICCFAHNT',
compiler.compareFilter: true,
preserveKey: true
}
@Analytics: {
dataExtraction.enabled: true
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata:{
ignorePropagatedAnnotations:true
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #L}, // one more than HierNode
dataCategory: #TEXT,
representativeKey: 'HierarchyNode',
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT]
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Cnsldtn Functional Area HierNode - Text'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_CnsldtnFuncnlAreaHierNodeT
as select from P_CnsldtnUnivHierNodeText_2(P_HierarchyType : 'CS05', P_MasterDataType : 'RFAREA' ) as _HierarchyNodeText
association [1..*] to I_CnsldtnFuncnlAreaHierarchy as _Hierarchy on $projection.CnsldtnFunctionalAreaHierarchy = _Hierarchy.CnsldtnFunctionalAreaHierarchy
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key _HierarchyNodeText.Language,
@ObjectModel.foreignKey.association: '_Hierarchy'
key cast(_HierarchyNodeText.CnsldtnUniversalHierarchy as fincs_functionalareahierarchy preserving type ) as CnsldtnFunctionalAreaHierarchy,
key _HierarchyNodeText.HierarchyNode,
@Semantics.businessDate.to: true
key _HierarchyNodeText.ValidityEndDate,
@Semantics.businessDate.from: true
_HierarchyNodeText.ValidityStartDate,
_HierarchyNodeText.ParentNode,
_HierarchyNodeText.HierarchyVersion,
@Semantics.text: true
_HierarchyNodeText.HierarchyNodeText,
_Language,
_Hierarchy
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNUNIVHIERNODETEXT_2"
],
"ASSOCIATED":
[
"I_CNSLDTNFUNCNLAREAHIERARCHY",
"I_LANGUAGE"
],
"BASE":
[
"P_CNSLDTNUNIVHIERNODETEXT_2"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/