R_CnsldtnFSItemTextTP

DDL: R_CNSLDTNFSITEMTEXTTP Type: view_entity TRANSACTIONAL

Cnsldtn FS Item - Text TP

R_CnsldtnFSItemTextTP is a Transactional CDS View that provides data about "Cnsldtn FS Item - Text TP" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnFSItemText_2) and exposes 9 fields with key fields Language, ConsolidationChartOfAccounts, CnsldtnFinancialStatementItem. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnFSItemText_2 _Source from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_Language _Language $projection.Language = _Language.Language

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
EndUserText.label Cnsldtn FS Item - Text TP view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Language I_CnsldtnFSItemText_2 Language
KEY ConsolidationChartOfAccounts I_CnsldtnFSItemText_2 ConsolidationChartOfAccounts
KEY CnsldtnFinancialStatementItem I_CnsldtnFSItemText_2 CnsldtnFinancialStatementItem
CnsldtnFSItemText I_CnsldtnFSItemText_2 CnsldtnFSItemText
CnsldtnFSItemMediumText I_CnsldtnFSItemText_2 CnsldtnFSItemMediumText
CnsldtnFSItemLongText I_CnsldtnFSItemText_2 CnsldtnFSItemLongText
ETag _CnsldtnFSItem ETag
_Language _Language
_CnsldtnFSItem _CnsldtnFSItem
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #M
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Cnsldtn FS Item - Text TP'
define view entity R_CnsldtnFSItemTextTP
  as select from I_CnsldtnFSItemText_2 as _Source

  /* associations for transactional processing */
  association        to parent R_CnsldtnFSItemTP as _CnsldtnFSItem on  $projection.ConsolidationChartOfAccounts  = _CnsldtnFSItem.ConsolidationChartOfAccounts
                                                                   and $projection.CnsldtnFinancialStatementItem = _CnsldtnFSItem.CnsldtnFinancialStatementItem
  /* associations */
  association [1..1] to I_Language               as _Language      on  $projection.Language = _Language.Language

{

      @Semantics.language
  key _Source.Language,

  key _Source.ConsolidationChartOfAccounts,

  key _Source.CnsldtnFinancialStatementItem,

      @Semantics.text
      _Source.CnsldtnFSItemText,

      @Semantics.text
      _Source.CnsldtnFSItemMediumText,

      @Semantics.text
      _Source.CnsldtnFSItemLongText,
      
      @UI.hidden: true
      _CnsldtnFSItem.ETag, // required for etag handling



      /* associations */
      _Language,
      _CnsldtnFSItem

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