R_FundCoreTextTP

DDL: R_FUNDCORETEXTTP Type: view_entity TRANSACTIONAL

Fund Core Text Transactional Processing

R_FundCoreTextTP is a Transactional CDS View that provides data about "Fund Core Text Transactional Processing" in SAP S/4HANA. It reads from 1 data source (I_FundText) and exposes 6 fields with key fields FinancialManagementArea, Fund, Language.

Data Sources (1)

SourceAliasJoin Type
I_FundText I_FundText from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Fund Core Text Transactional Processing view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY FinancialManagementArea FinancialManagementArea
KEY Fund Fund
KEY Language Language
FundName FundName
FundDescription FundDescription
_Fund _Fund
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Fund Core Text Transactional Processing'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.dataCategory:#TEXT 
define view entity R_FundCoreTextTP as select from I_FundText
  association to parent R_FundCoreTP as _Fund on  $projection.Fund                    = _Fund.Fund
                                            and $projection.FinancialManagementArea = _Fund.FinancialManagementArea
{
  key FinancialManagementArea,
  key Fund,
      @Semantics.language:true
  key Language,
      @Semantics.text:true
      FundName,
      @Semantics.text:true
      FundDescription,
      /* Associations */
      _Fund
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FUNDTEXT"
],
"ASSOCIATED":
[
"R_FUNDCORETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/