I_BillingDocumentBasicStdVH

DDL: I_BILLINGDOCUMENTBASICSTDVH SQL: ISDBILDOCBSC_VH Type: view COMPOSITE Package: VDM_SD_BIL

Billing Process Document

I_BillingDocumentBasicStdVH is a Composite CDS View that provides data about "Billing Process Document" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentBasic) and exposes 3 fields with key field BillingDocument. Part of development package VDM_SD_BIL.

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentBasic I_BillingDocumentBasic from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISDBILDOCBSC_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BillingDocument view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Billing Process Document view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BillingDocument BillingDocument
BillingDocumentType BillingDocumentType
SalesOrganization SalesOrganization
//GENERATED:005:GlBfhyFV7kY0W}dt2HPJCm

@AbapCatalog.sqlViewName: 'ISDBILDOCBSC_VH'
@AbapCatalog: {
  compiler.compareFilter: true,
  preserveKey: true
}

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BillingDocument'

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER, 
                                      #SEARCHABLE_ENTITY ]

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Billing Process Document'
@Search.searchable: true
@Consumption.ranked: true

define view I_BillingDocumentBasicStdVH as select from I_BillingDocumentBasic {
  
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key BillingDocument,

  @Consumption.hidden: true
  BillingDocumentType,
  @Consumption.hidden: true
  SalesOrganization
}