A_BudgetPeriodCoreText
Budget Period Text
A_BudgetPeriodCoreText is a Composite CDS View that provides data about "Budget Period Text" in SAP S/4HANA. It reads from 1 data source (R_BudgetPeriodCoreTextTP) and exposes 3 fields with key fields Language, BudgetPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BudgetPeriodCoreTextTP | R_BudgetPeriodCoreTextTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| OData.entityType.name | BudgetPeriodCoreText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Budget Period Text | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | BudgetPeriod | BudgetPeriod | ||
| BudgetPeriodName | BudgetPeriodName |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory:#TEXT
@OData.entityType.name: 'BudgetPeriodCoreText_Type'
// A-view annotations
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Budget Period Text'
define view entity A_BudgetPeriodCoreText
as projection on R_BudgetPeriodCoreTextTP
{
@Semantics.language:true
key Language,
key BudgetPeriod,
@Semantics.text:true
BudgetPeriodName,
/* Associations */
_BudgetPeriod: redirected to parent A_BudgetPeriodCore
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BUDGETPERIODCORETEXTTP"
],
"ASSOCIATED":
[
"A_BUDGETPERIODCORE"
],
"BASE":
[
"R_BUDGETPERIODCORETEXTTP"
],
"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