P_CnsldtnUnit_2
P_CnsldtnUnit_2 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_CnsldtnUnit_Combined) and exposes 4 fields with key fields ConsolidationDimension, ConsolidationUnit.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_CnsldtnUnit_Combined | P_CnsldtnUnit_Combined | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCSCONSUNIT2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | ConsolidationUnit | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationDimension | ConsolidationDimension | ||
| KEY | ConsolidationUnit | |||
| Country | Country | |||
| DocumentEntryIsInGroupCurrency | DocumentEntryIsInGroupCurrency |
@AbapCatalog.sqlViewName: 'PCSCONSUNIT2'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.private:true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
@ObjectModel.representativeKey: 'ConsolidationUnit'
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling: {
type: #CLIENT_DEPENDENT,
algorithm: #SESSION_VARIABLE
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_CnsldtnUnit_2
as select from P_CnsldtnUnit_Combined
{
key ConsolidationDimension,
key cast(ConsolidationUnit as fc_bunit) as ConsolidationUnit,
Country,
DocumentEntryIsInGroupCurrency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNUNIT_COMBINED"
],
"ASSOCIATED":
[],
"BASE":
[],
"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