P_CnsldtnUnit_2

DDL: P_CNSLDTNUNIT_2 SQL: PCSCONSUNIT2 Type: view COMPOSITE

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)

SourceAliasJoin Type
P_CnsldtnUnit_Combined P_CnsldtnUnit_Combined from

Annotations (13)

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

KeyFieldSource TableSource FieldDescription
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":""
}
}*/