I_SuplrInvcSeldDelivNoteAPI01

DDL: I_SUPLRINVCSELDDELIVNOTEAPI01 SQL: ISISELDELNOTAPI Type: view BASIC Package: VDM_MM_IV_SI_API

Delivery Note Ref for Supplier Invoice

I_SuplrInvcSeldDelivNoteAPI01 is a Basic CDS View that provides data about "Delivery Note Ref for Supplier Invoice" in SAP S/4HANA. It reads from 1 data source (I_SuplrInvcSeldInbDeliveryNote) and exposes 4 fields with key fields SupplierInvoice, FiscalYear, InboundDeliveryNote. It has 1 association to related views. Part of development package VDM_MM_IV_SI_API.

Data Sources (1)

SourceAliasJoin Type
I_SuplrInvcSeldInbDeliveryNote I_SuplrInvcSeldInbDeliveryNote from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_SupplierInvoiceAPI01 _SupplierInvoiceAPI01 $projection.SupplierInvoice = _SupplierInvoiceAPI01.SupplierInvoice and $projection.FiscalYear = _SupplierInvoiceAPI01.FiscalYear

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISISELDELNOTAPI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Delivery Note Ref for Supplier Invoice view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.modelingPattern #NONE view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoice I_SuplrInvcSeldInbDeliveryNote SupplierInvoice
KEY FiscalYear I_SuplrInvcSeldInbDeliveryNote FiscalYear
KEY InboundDeliveryNote I_SuplrInvcSeldInbDeliveryNote InboundDeliveryNote
_SupplierInvoiceAPI01 _SupplierInvoiceAPI01
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ISISELDELNOTAPI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Delivery Note Ref for Supplier Invoice'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE ]
@ObjectModel.modelingPattern: #NONE
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@Metadata.ignorePropagatedAnnotations: true

define view I_SuplrInvcSeldDelivNoteAPI01 
  as select from I_SuplrInvcSeldInbDeliveryNote

  association [1..1] to I_SupplierInvoiceAPI01 as _SupplierInvoiceAPI01 on  $projection.SupplierInvoice = _SupplierInvoiceAPI01.SupplierInvoice
                                                                        and $projection.FiscalYear      = _SupplierInvoiceAPI01.FiscalYear 
{
  key I_SuplrInvcSeldInbDeliveryNote.SupplierInvoice,
  key I_SuplrInvcSeldInbDeliveryNote.FiscalYear,
  key I_SuplrInvcSeldInbDeliveryNote.InboundDeliveryNote,
  
      /* Associations */
      _SupplierInvoiceAPI01  
}
where              
      ( _SupplierInvoiceAPI01.SupplierInvoice is not null and _SupplierInvoiceAPI01.SupplierInvoice <> '' );