I_InvoiceListStdVH

DDL: I_INVOICELISTSTDVH Type: view COMPOSITE

Invoice List

I_InvoiceListStdVH is a Composite CDS View that provides data about "Invoice List" in SAP S/4HANA. It reads from 1 data source (I_InvoiceList) and exposes 3 fields with key field InvoiceList.

Data Sources (1)

SourceAliasJoin Type
I_InvoiceList I_InvoiceList from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISDINVOICLIST_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey InvoiceList view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Invoice List view

Fields (3)

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

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

@VDM.viewType: #COMPOSITE

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

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L

@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER,
                                      #SEARCHABLE_ENTITY ]

@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true
@Consumption.ranked: true

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Invoice List'
define view I_InvoiceListStdVH as select from I_InvoiceList {
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key InvoiceList,

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