A_CnsldtnPartFuncnlAreaT

DDL: A_CNSLDTNPARTFUNCNLAREAT Type: view BASIC

Combined Partner Functional Area Text

A_CnsldtnPartFuncnlAreaT is a Basic CDS View that provides data about "Combined Partner Functional Area Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnFunctionalAreaT) and exposes 4 fields with key fields Language, FunctionalArea. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnFunctionalAreaT I_CnsldtnFunctionalAreaT from

Associations (1)

CardinalityTargetAliasCondition
[0..1] A_CnsldtnPartnerFuncnlArea _CnsldtnPartnerFuncnlArea $projection.FunctionalArea = _CnsldtnPartnerFuncnlArea.FunctionalArea

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ACSPARTFUNCAREAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK 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 #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Combined Partner Functional Area Text view
OData.entitySet.name PartnerFunctionalAreaText view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY FunctionalArea
PartnerFunctionalAreaText
_CnsldtnPartnerFuncnlArea _CnsldtnPartnerFuncnlArea
@AbapCatalog:{
  sqlViewName: 'ACSPARTFUNCAREAT',
  compiler.compareFilter: true,
  preserveKey: true
  }
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #C,
  sizeCategory: #L
}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: ['FunctionalArea']
@VDM:{
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
  }
@EndUserText.label: 'Combined Partner Functional Area Text'
@OData.entitySet.name: 'PartnerFunctionalAreaText'

define view A_CnsldtnPartFuncnlAreaT
  as select from I_CnsldtnFunctionalAreaT

  association [0..1] to A_CnsldtnPartnerFuncnlArea as _CnsldtnPartnerFuncnlArea on $projection.FunctionalArea = _CnsldtnPartnerFuncnlArea.FunctionalArea
{
      @Semantics.language: true
  key Language,

      @ObjectModel.foreignKey.association: '_CnsldtnPartnerFuncnlArea'
  key cast(FunctionalArea as fincs_sfarea preserving type)       as FunctionalArea,

      @Semantics.text: true
      cast(FunctionalAreaName as fincs_sfarea_t preserving type) as PartnerFunctionalAreaText,

      _CnsldtnPartnerFuncnlArea
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNFUNCTIONALAREAT"
],
"ASSOCIATED":
[
"A_CNSLDTNPARTNERFUNCNLAREA"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/