C_InvoiceDatesVHTemp

DDL: C_INVOICEDATESVHTEMP SQL: CINVOICEDATESVH Type: view CONSUMPTION Package: VDM_MD_BP

Value Help for Invoice Dates

C_InvoiceDatesVHTemp is a Consumption CDS View that provides data about "Value Help for Invoice Dates" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendar) and exposes 2 fields with key field FactoryCalendar. It has 1 association to related views. Part of development package VDM_MD_BP.

Data Sources (1)

SourceAliasJoin Type
I_FactoryCalendar I_FactoryCalendar from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_InvoiceDatesTextVHTemp _Text $projection.FactoryCalendar = _Text.FactoryCalendar

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CINVOICEDATESVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey FactoryCalendar view
Search.searchable true view
EndUserText.label Value Help for Invoice Dates view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar I_FactoryCalendar FactoryCalendar Invoice Dates
_Text _Text
@AbapCatalog.sqlViewName: 'CINVOICEDATESVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'FactoryCalendar'
@Search.searchable: true
@EndUserText.label: 'Value Help for Invoice Dates'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true

define view C_InvoiceDatesVHTemp
  //as select from tfacd

  as select from I_FactoryCalendar
  association [1..*] to C_InvoiceDatesTextVHTemp as _Text on $projection.FactoryCalendar = _Text.FactoryCalendar

{
      @EndUserText.label: 'Invoice Dates'
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key I_FactoryCalendar.FactoryCalendar as FactoryCalendar,

      _Text
}