A_BudgetPeriod

DDL: A_BUDGETPERIOD Type: view_entity COMPOSITE

Budget Period

A_BudgetPeriod is a Composite CDS View that provides data about "Budget Period" in SAP S/4HANA. It reads from 1 data source (R_BudgetPeriodTP) and exposes 11 fields with key field BudgetPeriod. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
R_BudgetPeriodTP R_BudgetPeriodTP projection

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_BudgetPeriodText _Text $projection.BudgetPeriod = _Text.BudgetPeriod

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Budget Period view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L 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 (11)

KeyFieldSource TableSource FieldDescription
KEY BudgetPeriod BudgetPeriod
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
BudgetPeriodExpirationDate BudgetPeriodExpirationDate
BudgetPeriodReversalDate BudgetPeriodReversalDate
BudgetPeriodAuthznGrp BudgetPeriodAuthznGrp
CreationDate CreationDate
LastChangeDate LastChangeDate
BudgetPeriodPeriodicity BudgetPeriodPeriodicity
BudgetPeriodName BudgetPeriodName
_Text _Text
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Budget Period'
@ObjectModel.usageType: {
  serviceQuality: #C,
  sizeCategory: #L,
  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_BudgetPeriod 
  provider contract transactional_query
  as projection on R_BudgetPeriodTP as budgetpd
  association [0..*] to A_BudgetPeriodText as _Text     on $projection.BudgetPeriod = _Text.BudgetPeriod
  
{
  key BudgetPeriod,
  ValidityStartDate,
  ValidityEndDate,
  BudgetPeriodExpirationDate,
  BudgetPeriodReversalDate,
  BudgetPeriodAuthznGrp,
  CreationDate,
  LastChangeDate,
  BudgetPeriodPeriodicity,
  BudgetPeriodName,
  /* Associations */
  _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BUDGETPERIODTP"
],
"ASSOCIATED":
[
"A_BUDGETPERIODTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/