I_AllocationFrequencyText

DDL: I_ALLOCATIONFREQUENCYTEXT SQL: IPVALLOCFRQCYT Type: view BASIC

Allocation Frequency - Text

I_AllocationFrequencyText is a Basic CDS View that provides data about "Allocation Frequency - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields AllocationFrequency, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (13)

NameValueLevelField
EndUserText.label Allocation Frequency - Text view
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVALLOCFRQCYT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey AllocationFrequency view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AllocationFrequency
KEY Language
AllocationFrequencyName
@EndUserText.label: 'Allocation Frequency - Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVALLOCFRQCYT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'AllocationFrequency'

@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META

define view I_AllocationFrequencyText
  as select from dd07t
{
  key cast( domvalue_l as oiu_freq_cd )       as AllocationFrequency,
      @Semantics.language
  key cast( ddlanguage as spras )             as Language,
      @Semantics.text
      cast( ddtext as oiu_vdm_alloc_frqcy_t ) as AllocationFrequencyName
}
where
      domname  = 'OIU_FREQ_CD'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/