I_BillingProcessDocTypeStdVH

DDL: I_BILLINGPROCESSDOCTYPESTDVH Type: view_entity COMPOSITE

Billing Process Document Type

I_BillingProcessDocTypeStdVH is a Composite CDS View that provides data about "Billing Process Document Type" in SAP S/4HANA. It reads from 1 data source (I_BillingProcessDocumentType) and exposes 2 fields with key field BillingProcessDocumentType.

Data Sources (1)

SourceAliasJoin Type
I_BillingProcessDocumentType I_BillingProcessDocumentType from

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.internalName #LOCAL view
Consumption.ranked true view
EndUserText.label Billing Process Document Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.representativeKey BillingProcessDocumentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingProcessDocumentType BillingProcessDocumentType
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@EndUserText.label: 'Billing Process Document Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.representativeKey: 'BillingProcessDocumentType'
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, serviceQuality: #A, sizeCategory: #S }
@ObjectModel.supportedCapabilities: [ #SEARCHABLE_ENTITY, #VALUE_HELP_PROVIDER ]
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE

define view entity I_BillingProcessDocTypeStdVH
  as select from I_BillingProcessDocumentType
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key BillingProcessDocumentType,
      _Text
}