A_BudgetPeriodCore
Budget Period
A_BudgetPeriodCore is a Composite CDS View that provides data about "Budget Period" in SAP S/4HANA. It reads from 1 data source (R_BudgetPeriodCoreTP) and exposes 8 fields with key field BudgetPeriod. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BudgetPeriodCoreTP | R_BudgetPeriodCoreTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | E_BudgetPeriod | _Extension | $projection.BudgetPeriod = _Extension.BudgetPeriod |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Budget Period | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| OData.entityType.name | BudgetPeriod_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BudgetPeriod | BudgetPeriod | ||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| BudgetPeriodExpirationDate | BudgetPeriodExpirationDate | |||
| BudgetPeriodReversalDate | BudgetPeriodReversalDate | |||
| BudgetPeriodAuthznGrp | BudgetPeriodAuthznGrp | |||
| BudgetPeriodPeriodicity | BudgetPeriodPeriodicity | |||
| BudgetPeriodName | BudgetPeriodName |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Budget Period'
@ObjectModel.usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MASTER
}
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@OData.entityType.name: 'BudgetPeriod_Type'
@Metadata.ignorePropagatedAnnotations: true
define root view entity A_BudgetPeriodCore
provider contract transactional_query
as projection on R_BudgetPeriodCoreTP
association [0..1] to E_BudgetPeriod as _Extension on $projection.BudgetPeriod = _Extension.BudgetPeriod
{
key BudgetPeriod,
ValidityStartDate,
ValidityEndDate,
BudgetPeriodExpirationDate,
BudgetPeriodReversalDate,
BudgetPeriodAuthznGrp,
BudgetPeriodPeriodicity,
BudgetPeriodName,
/* Associations */
_Text: redirected to composition child A_BudgetPeriodCoreText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BUDGETPERIODCORETP"
],
"ASSOCIATED":
[
"A_BUDGETPERIODCORETEXT"
],
"BASE":
[
"R_BUDGETPERIODCORETP"
],
"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