C_DspDocFlwSuplrInvcVH

DDL: C_DSPDOCFLWSUPLRINVCVH Type: view_entity CONSUMPTION

Supplier Invoices VH for DDF

C_DspDocFlwSuplrInvcVH is a Consumption CDS View that provides data about "Supplier Invoices VH for DDF" in SAP S/4HANA. It reads from 1 data source (I_SupplierInvoice) and exposes 11 fields with key fields SupplierInvoice, FiscalYear.

Data Sources (1)

SourceAliasJoin Type
I_SupplierInvoice I_SupplierInvoice from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Supplier Invoices VH for DDF view
Search.searchable true view
Consumption.ranked true view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoice SupplierInvoice
KEY FiscalYear FiscalYear
AccountingDocumentType AccountingDocumentType
CompanyCode CompanyCode
CreationDate
Supplier
SupplierName
SupplierInvoiceIDByInvcgParty SupplierInvoiceIDByInvcgParty
AnchorDocument
ReferenceDocumentType
IsEndOfPurposeBlocked IsEndOfPurposeBlocked
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L

@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Supplier Invoices VH for DDF'
@Search.searchable: true
@Consumption.ranked: true
define view entity C_DspDocFlwSuplrInvcVH
  as select from I_SupplierInvoice

{
      @UI.selectionField: [ {position: 10 }]
      @UI.lineItem: [ {position: 10 }]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.9 }
  key SupplierInvoice,
      @UI.selectionField: [ {position: 15 }]
      @UI.lineItem: [ {position: 15 }]
      @Search: { defaultSearchElement: true, ranking: #LOW }
  key FiscalYear,
      @UI.selectionField: [ {position: 20 }]
      @UI.lineItem: [ {position: 20 }]
      @Search: { defaultSearchElement: true, ranking: #LOW }
      AccountingDocumentType,
      @UI.selectionField: [ {position: 30 }]
      @UI.lineItem: [ {position: 30 }]
      @Search: { defaultSearchElement: true, ranking: #LOW }
      CompanyCode,
      @UI.selectionField: [ {position: 40 }]
      @UI.lineItem: [ {position: 40 }]
      @Search: { defaultSearchElement: true, ranking: #LOW }
      cast( CreationDate as fac_ddf_document_date preserving type )  as CreationDate,
      @ObjectModel.text.element: ['SupplierName']
      @UI.textArrangement: #TEXT_LAST
      @UI.selectionField: [ {position: 50 }]
      @UI.lineItem: [ {position: 50 }]      
      @Search: { defaultSearchElement: true, ranking: #LOW }
      I_SupplierInvoice._Supplier.Supplier,
      @UI.selectionField: [ {position: 60 }]
      @UI.lineItem: [ {position: 60 }]      
      @Semantics.text: true
      I_SupplierInvoice._Supplier.SupplierName,
      @UI.selectionField: [ {position: 70 }]
      @UI.lineItem: [ {position: 70 }]
      @Search: { defaultSearchElement: true, ranking: #LOW }
      SupplierInvoiceIDByInvcgParty,

      @UI.hidden: true
      cast( SupplierInvoice as fac_ddf_anchor_document )             as AnchorDocument,
      @UI.hidden: true
      cast( 'BUS2081' as swo_objtyp)                                 as ReferenceDocumentType,
      
      @Consumption.hidden: true
      IsEndOfPurposeBlocked            
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER",
"I_SUPPLIERINVOICE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/