C_CnsldtnGrpStructureFilterTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnGrpStructureFilterTP | R_CnsldtnGrpStructureFilterTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FINCS_CNSLDTN_POSTING_RULE | UI_FINCS_CNSLDTN_POSTING_RULE | V4 | C1 | NOT_RELEASED |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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