C_CnsldtnGrpStructureFilterTP

DDL: C_CNSLDTNGRPSTRUCTUREFILTERTP Type: view_entity CONSUMPTION Package: FIN_CS_RT_GROUP_STR_FILTER

Consolidation Group Structure Filter

C_CnsldtnGrpStructureFilterTP is a Consumption CDS View that provides data about "Consolidation Group Structure Filter" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnGrpStructureFilterTP) and exposes 13 fields with key field CnsldtnGroupStructureFilter. It is exposed through 1 OData service (UI_FINCS_CNSLDTN_POSTING_RULE). Part of development package FIN_CS_RT_GROUP_STR_FILTER.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnGrpStructureFilterTP R_CnsldtnGrpStructureFilterTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Consolidation Group Structure Filter view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FINCS_CNSLDTN_POSTING_RULE UI_FINCS_CNSLDTN_POSTING_RULE V4 C1 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY CnsldtnGroupStructureFilter CnsldtnGroupStructureFilter
CnsldtnGrpStructureFilterText CnsldtnGrpStructureFilterText
CnsldtnGrpStrucFltrLongText CnsldtnGrpStrucFltrLongText
ConsolidationPostingRuleStatus ConsolidationPostingRuleStatus
CreationDateTime CreationDateTime
CreatedByUser CreatedByUser
LastChangeDateTime LastChangeDateTime
ChangedBy ChangedBy
ChangedDateTime ChangedDateTime
MandateStatusCriticality MandateStatusCriticality
_CnsldtnGrpStrucFilterText _CnsldtnGrpStrucFilterText
_CreatedByUser _CreatedByUser
_ChangedByUser _ChangedByUser
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Consolidation Group Structure Filter'
@VDM.viewType:#CONSUMPTION
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.allowExtensions: true
@ObjectModel: {
semanticKey: [ 'CnsldtnGroupStructureFilter' ]
}
@AccessControl.privilegedAssociations: [ '_CreatedByUser','_ChangedByUser' ]
define root view entity C_CnsldtnGrpStructureFilterTP
  provider contract transactional_query
  as projection on R_CnsldtnGrpStructureFilterTP
{
  key CnsldtnGroupStructureFilter,
      CnsldtnGrpStructureFilterText,
      CnsldtnGrpStrucFltrLongText,
      @Consumption.filter.hidden:true
      _CnsldtnPostingRuleStatusVH.DomainText as CnsldtnPostingRuleStatusText : localized,
      @ObjectModel.text.element: ['CnsldtnPostingRuleStatusText']
      ConsolidationPostingRuleStatus,
      @Semantics.systemDateTime.createdAt: true
      CreationDateTime,
      @Semantics.user.createdBy: true
      CreatedByUser,
      @Semantics.systemDateTime.lastChangedAt: true
      LastChangeDateTime,
      @Semantics.user.lastChangedBy: true
      ChangedBy,
      ChangedDateTime,
      @ObjectModel.filter.enabled: false
      MandateStatusCriticality,
      /* Associations */
      _CnsldtnGrpStrucFilterText,
      _CreatedByUser,
      _ChangedByUser,
      _Method       : redirected to composition child C_CnsldtnGrpStrucFltMethodTP,
      _MethodChange : redirected to composition child C_CnsldtnGrpStrucFltrMethChgTP,
      _Text         : redirected to composition child C_CnsldtnGrpStrucFilterTextTP,
      _Event        : redirected to composition child C_CnsldtnGrpStrucFltrEvtTP
}