A_BudgetPeriodCore

DDL: A_BUDGETPERIODCORE Type: view_entity COMPOSITE Package: PSM_S4C_API

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. It is exposed through 1 OData service (API_BUDGETPERIODCORE). Part of development package PSM_S4C_API.

Data Sources (1)

SourceAliasJoin Type
R_BudgetPeriodCoreTP R_BudgetPeriodCoreTP projection

Associations (1)

CardinalityTargetAliasCondition
[0..1] E_BudgetPeriod _Extension $projection.BudgetPeriod = _Extension.BudgetPeriod

Annotations (9)

NameValueLevelField
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

OData Services (1)

ServiceBindingVersionContractRelease
API_BUDGETPERIODCORE API_BUDGETPERIODCORE V2 C2 C1

Fields (8)

KeyFieldSource TableSource FieldDescription
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 

}