A_BudgetPeriodText

DDL: A_BUDGETPERIODTEXT Type: view_entity BASIC

Budget Period Text

A_BudgetPeriodText is a Basic CDS View that provides data about "Budget Period Text" in SAP S/4HANA. It reads from 1 data source (I_BudgetPeriodText) and exposes 4 fields with key fields Language, BudgetPeriod. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_BudgetPeriodText I_BudgetPeriodText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_BudgetPeriod _BudgetPeriod $projection.BudgetPeriod = _BudgetPeriod.BudgetPeriod

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Budget Period Text view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name BudgetPeriodText_Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY BudgetPeriod BudgetPeriod
BudgetPeriodName BudgetPeriodName
_BudgetPeriod _BudgetPeriod
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Budget Period Text'
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #S
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory:#TEXT
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entityType.name: 'BudgetPeriodText_Type'
define view entity A_BudgetPeriodText as select from I_BudgetPeriodText
   association [1..1] to A_BudgetPeriod as _BudgetPeriod on $projection.BudgetPeriod = _BudgetPeriod.BudgetPeriod
   
{
  @Semantics.language:true
  key Language,
  key BudgetPeriod,
  @Semantics.text:true
  BudgetPeriodName,
  /* Associations */
  _BudgetPeriod
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUDGETPERIODTEXT"
],
"ASSOCIATED":
[
"A_BUDGETPERIOD"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/