C_BuPaIDTypeTextVHTemp

DDL: C_BUPAIDTYPETEXTVHTEMP SQL: CBPIDTYPETVHT Type: view CONSUMPTION Package: VDM_MD_BP

Text view for ID Type

C_BuPaIDTypeTextVHTemp is a Consumption CDS View that provides data about "Text view for ID Type" in SAP S/4HANA. It reads from 1 data source (tb039b) and exposes 3 fields with key fields BPIdentificationType, Language. Part of development package VDM_MD_BP.

Data Sources (1)

SourceAliasJoin Type
tb039b tb039b from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CBPIDTYPETVHT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BPIdentificationType view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Text view for ID Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BPIdentificationType type
KEY Language spras
BPIdentificationTypeName text ID Type Description
@AbapCatalog.sqlViewName: 'CBPIDTYPETVHT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BPIdentificationType'
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Text view for ID Type'

define view C_BuPaIDTypeTextVHTemp
  as select from tb039b
{
  key type as BPIdentificationType,
      @Semantics.language:true
  key spras as Language,
      @Semantics.text: true
      @EndUserText.label: 'ID Type Description'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
   text as BPIdentificationTypeName
}