I_ElectronicDocPartnerTypeVH

DDL: I_ELECTRONICDOCPARTNERTYPEVH Type: view_entity BASIC Package: GLO-EDO

Electronic Document Partner Type

I_ElectronicDocPartnerTypeVH is a Basic CDS View that provides data about "Electronic Document Partner Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field ElectronicDocBPType. Part of development package GLO-EDO.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Electronic Document Partner Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ElectronicDocBPType view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ElectronicDocBPType
ElectronicDocBPTypeDesc Partner Type Description
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Electronic Document Partner Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #META
}
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey:'ElectronicDocBPType'
@ObjectModel.modelingPattern:  #VALUE_HELP_PROVIDER
@Search.searchable:true
define view entity I_ElectronicDocPartnerTypeVH
  as select from dd07t
{
      @ObjectModel: { text.element:  [ 'ElectronicDocBPTypeDesc' ]}
  key cast(domvalue_l as edoc_partner_type)            as ElectronicDocBPType,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @Search.fuzzinessThreshold: 0.8
      @EndUserText.label: 'Partner Type Description'
      cast( dd07t.ddtext as val_text preserving type ) as ElectronicDocBPTypeDesc
}
where
      domname    = 'EDOC_PARTNER_TYPE'
  and as4local   = 'A'
  and ddlanguage = $session.system_language