R_CNSLDTNFUNCTIONALAREATEXTTP

CDS View

Consolidation Functional Area - Text TP

R_CNSLDTNFUNCTIONALAREATEXTTP is a CDS View in S/4HANA. Consolidation Functional Area - Text TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CnsldtnFunctionalAreaText_2 view_entity projection COMPOSITE Consolidation Functional Area - Text
I_CnsldtnFunctionalAreaTextTP view_entity projection TRANSACTIONAL Consolidation Functional Area - Text TP
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
//  sapObjectNodeType:{

//    name: 'CnsldtnFunctionalAreaText'

//  },

  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Consolidation Functional Area - Text TP'
define view entity R_CnsldtnFunctionalAreaTextTP
  as select from I_CnsldtnFunctionalAreaT as _Text

  /* associations for transactional processing */
  association        to parent R_CnsldtnFunctionalAreaTP as _FunctionalArea on $projection.FunctionalArea = _FunctionalArea.FunctionalArea

  /* associations */
  association [1..1] to I_Language                       as _Language       on $projection.Language = _Language.Language

{
      @Semantics.language
  key cast ( _Text.Language as spras preserving type )                      as Language,

  key cast ( _Text.FunctionalArea as fincs_functionalarea preserving type ) as FunctionalArea,

      @Semantics.text
      _Text.FunctionalAreaName,

      _Text.CnsldtnIsAdditionalMasterData,


      /* associations */
      _FunctionalArea,

      /* associations for text retrieval */
      _Language

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