I_CnsldtnGroupStructureTP
Consolidation Group Structure - TP
I_CnsldtnGroupStructureTP is a Transactional CDS View that provides data about "Consolidation Group Structure - TP" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnGroupStructureTP) and exposes 10 fields with key fields ConsolidationGroup, ConsolidationUnit, ConsolidationVersion, GroupStrucFromFiscalYearPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnGroupStructureTP | R_CnsldtnGroupStructureTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.sapObjectNodeType.name | ConsolidationGroupStructure | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Consolidation Group Structure - TP | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationGroup | _Source | ConsolidationGroup | |
| KEY | ConsolidationUnit | _Source | ConsolidationUnit | |
| KEY | ConsolidationVersion | _Source | ConsolidationVersion | |
| KEY | GroupStrucFromFiscalYearPeriod | _Source | GroupStrucFromFiscalYearPeriod | |
| GroupStrucToFiscalYearPeriod | _Source | GroupStrucToFiscalYearPeriod | ||
| FirstCnsldtnFiscalYearPeriod | _Source | FirstCnsldtnFiscalYearPeriod | ||
| FirstCnsldtnIsAtEndOfPeriod | _Source | FirstCnsldtnIsAtEndOfPeriod | ||
| DivestitureFiscalYearPeriod | _Source | DivestitureFiscalYearPeriod | ||
| DivestitureIsAtBeginOfPeriod | _Source | DivestitureIsAtBeginOfPeriod | ||
| DivestitureIsDueToMerger | _Source | DivestitureIsDueToMerger |
@AccessControl: {
authorizationCheck: #MANDATORY
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ObjectModel: {
modelingPattern: #TRANSACTIONAL_INTERFACE,
sapObjectNodeType:{
name: 'ConsolidationGroupStructure'
},
semanticKey: [
'ConsolidationGroup',
'ConsolidationUnit',
'ConsolidationVersion'
],
supportedCapabilities: [
#TRANSACTIONAL_PROVIDER
],
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
}
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Consolidation Group Structure - TP'
define root view entity I_CnsldtnGroupStructureTP
provider contract transactional_interface
as projection on R_CnsldtnGroupStructureTP as _Source
{
key _Source.ConsolidationGroup,
key _Source.ConsolidationUnit,
key _Source.ConsolidationVersion,
@Semantics.fiscal.yearPeriod: true
key _Source.GroupStrucFromFiscalYearPeriod,
@Semantics.fiscal.yearPeriod: true
_Source.GroupStrucToFiscalYearPeriod,
@Semantics.fiscal.yearPeriod: true
_Source.FirstCnsldtnFiscalYearPeriod,
_Source.FirstCnsldtnIsAtEndOfPeriod,
@Semantics.fiscal.yearPeriod: true
_Source.DivestitureFiscalYearPeriod,
_Source.DivestitureIsAtBeginOfPeriod,
_Source.DivestitureIsDueToMerger,
/* associations for transactional processing */
_CnsldtnGrpStrucMethAssgmt as _CnsldtnGrpStrucMethAssgmt : redirected to composition child I_CnsldtnGrpStrucMethAssgmtTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNSLDTNGROUPSTRUCTURETP"
],
"ASSOCIATED":
[
"I_CNSLDTNGRPSTRUCMETHASSGMTTP"
],
"BASE":
[
"R_CNSLDTNGROUPSTRUCTURETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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