R_FUNDCORETEXTTP
Fund Core Text Transactional Processing
R_FUNDCORETEXTTP is a CDS View in S/4HANA. Fund Core Text Transactional Processing. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_FundCoreText | view_entity | projection | COMPOSITE | Fund Text |
@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
}