I_AvailabilityCtrlProfile

DDL: I_AVAILABILITYCTRLPROFILE SQL: IFIAVCPRFL Type: view BASIC

Budget Availability Control Profile

I_AvailabilityCtrlProfile is a Basic CDS View (Dimension) that provides data about "Budget Availability Control Profile" in SAP S/4HANA. It reads from 1 data source (finsc_avc_prof) and exposes 6 fields with key field AvailabilityControlProfile. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
finsc_avc_prof finsc_avc_prof from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_AvailabilityCtrlProfileText _Text $projection.AvailabilityControlProfile = _Text.AvailabilityControlProfile
[0..*] I_AvailyCtrlProfileSemanticTag _SemanticTag $projection.AvailabilityControlProfile = _SemanticTag.AvailabilityControlProfile

Annotations (16)

NameValueLevelField
EndUserText.label Budget Availability Control Profile view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFIAVCPRFL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey AvailabilityControlProfile view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view
ObjectModel.sapObjectNodeType.name BdgtAvailabilityControlProfile view
AbapCatalog.compiler.compareFilter true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY AvailabilityControlProfile profile
AvailabilityControlProfileType profile_type
AvailyCtrlTimeRangeType time_range
BudgetCurrencyRole budget_currency_type
_Text _Text
_SemanticTag _SemanticTag
@EndUserText.label: 'Budget Availability Control Profile'
@Analytics: {
  dataCategory: #DIMENSION
 // dataExtraction.enabled: true

}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIAVCPRFL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'AvailabilityControlProfile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@ObjectModel.supportedCapabilities:  [
    #SQL_DATA_SOURCE,
    #CDS_MODELING_DATA_SOURCE,
    #CDS_MODELING_ASSOCIATION_TARGET
    ]
@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #FULL
}
@AbapCatalog.preserveKey:true
@ObjectModel.sapObjectNodeType.name: 'BdgtAvailabilityControlProfile'
@AbapCatalog.compiler.compareFilter:true

define view I_AvailabilityCtrlProfile
  as select from finsc_avc_prof
  association [0..*] to I_AvailabilityCtrlProfileText  as _Text        on $projection.AvailabilityControlProfile = _Text.AvailabilityControlProfile
  association [0..*] to I_AvailyCtrlProfileSemanticTag as _SemanticTag on $projection.AvailabilityControlProfile = _SemanticTag.AvailabilityControlProfile

{
      @ObjectModel.text.association: '_Text'
  key profile              as AvailabilityControlProfile,
      profile_type         as AvailabilityControlProfileType,
      time_range           as AvailyCtrlTimeRangeType,
      budget_currency_type as BudgetCurrencyRole,
      _Text,
      _SemanticTag

}