C_CnsldtnPostingRuleNodeVH
Consoldiation Posting Rule Group Nodes
C_CnsldtnPostingRuleNodeVH is a Consumption CDS View that provides data about "Consoldiation Posting Rule Group Nodes" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnPstRlGroupRelationTP) and exposes 3 fields with key fields ConsolidationPostingRuleGroup, CnsldtnPostingRuleGroupElement. It has 1 association to related views. It is exposed through 1 OData service (UI_FINCS_CNSLDTN_POSTING_RULE). Part of development package FIN_CS_RT_CONF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnPstRlGroupRelationTP | R_CnsldtnPstRlGroupRelationTP | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_CnsldtnPostingRuleGroupText | _Description | $projection.ConsolidationPostingRuleGroup = _Description.ConsolidationPostingRuleGroup and _Description.Language = $session.system_language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Consoldiation Posting Rule Group Nodes | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | ConsolidationPostingRuleGroup | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FINCS_CNSLDTN_POSTING_RULE | UI_FINCS_CNSLDTN_POSTING_RULE | V4 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationPostingRuleGroup | ConsolidationPostingRuleGroup | ||
| KEY | CnsldtnPostingRuleGroupElement | CnsldtnPostingRuleGroupElement | ||
| CnsldtnPstRlGroupSequence | CnsldtnPstRlGroupSequence |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Consoldiation Posting Rule Group Nodes'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
usageType: {
dataClass: #MASTER,
serviceQuality: #B,
sizeCategory: #S
},
representativeKey: 'ConsolidationPostingRuleGroup',
modelingPattern: #VALUE_HELP_PROVIDER,
supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER ]
}
@Search.searchable: true
@VDM.viewType:#CONSUMPTION
@Consumption.ranked:true
define view entity C_CnsldtnPostingRuleNodeVH
as select from R_CnsldtnPstRlGroupRelationTP
association [0..1] to I_CnsldtnPostingRuleGroupText as _Description on $projection.ConsolidationPostingRuleGroup = _Description.ConsolidationPostingRuleGroup
and _Description.Language = $session.system_language
{
key ConsolidationPostingRuleGroup,
@ObjectModel.text.element: [ 'CnsldtnPstRlGroupNodeName' ]
key CnsldtnPostingRuleGroupElement,
CnsldtnPstRlGroupSequence,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Semantics.text: true
case CnsldtnPostingRuleGroupElement
when '0001'
then ConsolidationPostingRuleGroup
else CnsldtnPstRlGroupNodeName
end as CnsldtnPstRlGroupNodeName
}where CnsldtnPstRlGroupNodeType = 'N'
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