R_BUDGETPERIODCORETEXTTP
Budget Period T Transactional Processing
R_BUDGETPERIODCORETEXTTP is a CDS View in S/4HANA. Budget Period T Transactional Processing. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BudgetPeriodCoreText | view_entity | projection | COMPOSITE | Budget Period Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Budget Period T 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_BudgetPeriodCoreTextTP as select from I_BudgetPeriodText
association to parent R_BudgetPeriodCoreTP as _BudgetPeriod on $projection.BudgetPeriod = _BudgetPeriod.BudgetPeriod
{
key Language,
key BudgetPeriod,
BudgetPeriodName,
/* Associations */
_BudgetPeriod,
_Language
}