R_CNSLDTNFINTRANSTYPETEXTTP

CDS View

Cnsldtn Fin Transaction Type - Text TP

R_CNSLDTNFINTRANSTYPETEXTTP is a CDS View in S/4HANA. Cnsldtn Fin Transaction Type - Text TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CnsldtnFinTransTypeText_2 view_entity projection COMPOSITE Cnsldtn Fin Transaction Type - Text
I_CnsldtnFinTransTypeTextTP view_entity projection TRANSACTIONAL Cnsldtn Fin Transaction Type - Text TP
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
//  sapObjectNodeType:{

//    name: 'CnsldtnFinTransactionTypeText'

//  },

  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #M
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Cnsldtn Fin Transaction Type - Text TP'
define view entity R_CnsldtnFinTransTypeTextTP
  as select from I_CnsldtnFinTransTypeT as _Text

  /* associations for transactional processing */
  association        to parent R_CnsldtnFinTransactionTypeTP as _FinancialTransactionType on $projection.FinancialTransactionType = _FinancialTransactionType.FinancialTransactionType

  /* 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.FinancialTransactionType as fincs_financialtransactiontype preserving type ) as FinancialTransactionType,

      @Semantics.text
      _Text.FinancialTransactionTypeName,

      _Text.CnsldtnIsAdditionalMasterData,


      /* associations */
      _FinancialTransactionType,

      /* associations for text retrieval */
      _Language

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