I_AvailabilityCtrlProfileText

DDL: I_AVAILABILITYCTRLPROFILETEXT SQL: IFIAVCPRFLT Type: view BASIC

Budget Availibility Ctrl Profile - Text

I_AvailabilityCtrlProfileText is a Basic CDS View that provides data about "Budget Availibility Ctrl Profile - Text" in SAP S/4HANA. It reads from 1 data source (finsc_avc_proft) and exposes 4 fields with key fields AvailabilityControlProfile, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
finsc_avc_proft finsc_avc_proft from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIAVCPRFLT view
EndUserText.label Budget Availibility Ctrl Profile - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AvailabilityControlProfile view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.supportedCapabilities #LANGUAGE_DEPENDENT_TEXT view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AvailabilityControlProfile profile
KEY Language langu
AvailabilityControlProfileName txt
_Language _Language
@AbapCatalog.sqlViewName: 'IFIAVCPRFLT'
@EndUserText.label: 'Budget Availibility Ctrl Profile - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'AvailabilityControlProfile'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT

define view I_AvailabilityCtrlProfileText
  as select from finsc_avc_proft
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key profile as AvailabilityControlProfile,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key langu   as Language,
      @Semantics.text
      txt     as AvailabilityControlProfileName,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_AVC_PROFT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/