A_CnsldtnApportionmentT

DDL: A_CNSLDTNAPPORTIONMENTT Type: view BASIC

Apportionment - Text

A_CnsldtnApportionmentT is a Basic CDS View that provides data about "Apportionment - Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnApportionmentText_2) and exposes 3 fields with key fields Language, ConsolidationApportionment.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnApportionmentText_2 I_CnsldtnApportionmentText_2 from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ACSAPPORTIONT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Apportionment - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ConsolidationApportionment
ConsolidationApportionmentText Consolidation Apportionment Description
@AbapCatalog:{
  sqlViewName: 'ACSAPPORTIONT',
  compiler.compareFilter: true,
  preserveKey: true
  }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #C,
    sizeCategory: #S},
  dataCategory: #TEXT,
  representativeKey: ['ConsolidationApportionment']
  }
@VDM:{
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
  }
@EndUserText.label: 'Apportionment - Text'

define view A_CnsldtnApportionmentT
  as select from I_CnsldtnApportionmentText_2
{
      @Semantics.language: true
  key Language,

  key cast(ConsolidationApportionment as domvalue_l)                                      as ConsolidationApportionment,

      @EndUserText.label: 'Consolidation Apportionment Description'
      @Semantics.text
      cast(ConsolidationApportionmentText as fincs_description_text_60  preserving type ) as ConsolidationApportionmentText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNAPPORTIONMENTTEXT_2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/