C_CnsldtnPostingRuleNodeVH

DDL: C_CNSLDTNPOSTINGRULENODEVH Type: view_entity CONSUMPTION Package: FIN_CS_RT_CONF

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)

SourceAliasJoin Type
R_CnsldtnPstRlGroupRelationTP R_CnsldtnPstRlGroupRelationTP from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_CnsldtnPostingRuleGroupText _Description $projection.ConsolidationPostingRuleGroup = _Description.ConsolidationPostingRuleGroup and _Description.Language = $session.system_language

Annotations (12)

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

ServiceBindingVersionContractRelease
UI_FINCS_CNSLDTN_POSTING_RULE UI_FINCS_CNSLDTN_POSTING_RULE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
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'