A_CnsldtnPartnerPrftCtrT

DDL: A_CNSLDTNPARTNERPRFTCTRT Type: view COMPOSITE

Combined Partner Profit Center - Text

A_CnsldtnPartnerPrftCtrT is a Composite CDS View that provides data about "Combined Partner Profit Center - Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnProfitCenterT) and exposes 6 fields with key fields Language, ProfitCenter, ControllingArea. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnProfitCenterT I_CnsldtnProfitCenterT from

Associations (2)

CardinalityTargetAliasCondition
[0..1] A_CnsldtnControllingArea _CnsldtnControllingArea $projection.ControllingArea = _CnsldtnControllingArea.ControllingArea
[0..1] A_CnsldtnPartnerProfitCenter _CnsldtnPartnerProfitCenter $projection.ProfitCenter = _CnsldtnPartnerProfitCenter.ProfitCenter and $projection.ControllingArea = _CnsldtnPartnerProfitCenter.ControllingArea

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ACSPARTPRFTCTRT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Combined Partner Profit Center - Text view
OData.entitySet.name PartnerProfitCenterText view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ProfitCenter
KEY ControllingArea ControllingArea
PartnerProfitCenterText
_CnsldtnPartnerProfitCenter _CnsldtnPartnerProfitCenter
_CnsldtnControllingArea _CnsldtnControllingArea
@AbapCatalog:{
  sqlViewName: 'ACSPARTPRFTCTRT',
  compiler.compareFilter: true,
  preserveKey: true
  }
@AccessControl:{
  authorizationCheck: #CHECK,
  personalData.blocking: #REQUIRED
  }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #L},
  dataCategory: #TEXT,
  representativeKey: ['ProfitCenter']
  }
@VDM:{
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
  }
@EndUserText.label: 'Combined Partner Profit Center - Text'
@OData.entitySet.name: 'PartnerProfitCenterText'

define view A_CnsldtnPartnerPrftCtrT
  as select from I_CnsldtnProfitCenterT

  association [0..1] to A_CnsldtnControllingArea     as _CnsldtnControllingArea     on  $projection.ControllingArea = _CnsldtnControllingArea.ControllingArea

  association [0..1] to A_CnsldtnPartnerProfitCenter as _CnsldtnPartnerProfitCenter on  $projection.ProfitCenter    = _CnsldtnPartnerProfitCenter.ProfitCenter
                                                                                    and $projection.ControllingArea = _CnsldtnPartnerProfitCenter.ControllingArea

{
      @Semantics.language: true
  key Language,

      @ObjectModel.foreignKey.association: '_CnsldtnPartnerProfitCenter'
  key cast(ProfitCenter as fincs_pprctr preserving type)               as ProfitCenter,

      @ObjectModel.foreignKey.association: '_CnsldtnControllingArea'
  key ControllingArea,

      @Semantics.text: true
      cast(AdditionalMasterDataText as fincs_pprctr_t preserving type) as PartnerProfitCenterText,


      _CnsldtnPartnerProfitCenter,
      _CnsldtnControllingArea
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNPROFITCENTERT"
],
"ASSOCIATED":
[
"A_CNSLDTNCONTROLLINGAREA",
"A_CNSLDTNPARTNERPROFITCENTER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/