R_BudgetPeriodCoreTextTP
Budget Period T Transactional Processing
R_BudgetPeriodCoreTextTP is a Transactional CDS View that provides data about "Budget Period T Transactional Processing" in SAP S/4HANA. It reads from 1 data source (I_BudgetPeriodText) and exposes 5 fields with key fields Language, BudgetPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BudgetPeriodText | I_BudgetPeriodText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Budget Period T 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 (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | BudgetPeriod | BudgetPeriod | ||
| BudgetPeriodName | BudgetPeriodName | |||
| _BudgetPeriod | _BudgetPeriod | |||
| _Language | _Language |
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUDGETPERIODTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_BUDGETPERIODCORETP"
],
"BASE":
[
"I_BUDGETPERIODTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA