I_BillingDocumentRequestStdVH

DDL: I_BILLINGDOCUMENTREQUESTSTDVH Type: view COMPOSITE

Billing Document Request

I_BillingDocumentRequestStdVH is a Composite CDS View that provides data about "Billing Document Request" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentRequest) and exposes 3 fields with key field BillingDocumentRequest.

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentRequest I_BillingDocumentRequest from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISDBILDOCREQ_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BillingDocumentRequest 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
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Billing Document Request view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentRequest BillingDocumentRequest
BillingDocumentRequestType BillingDocumentRequestType
SalesOrganization SalesOrganization
//GENERATED:005:GlBfhyFV7kY0W}dt2HPJCm

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

@VDM.viewType: #COMPOSITE

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

@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

@Search.searchable: true

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Billing Document Request'
define view I_BillingDocumentRequestStdVH as select from I_BillingDocumentRequest {
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key BillingDocumentRequest,

  @Consumption.hidden: true
  BillingDocumentRequestType,
  @Consumption.hidden: true
  SalesOrganization
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLINGDOCUMENTREQUEST"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/