I_SuplrInvcSeldSESLeanAPI01

DDL: I_SUPLRINVCSELDSESLEANAPI01 SQL: ISISELSESLAPI Type: view BASIC Package: VDM_MM_IV_SI_API

Service Entry Sheet Ref for Supplier Inv

I_SuplrInvcSeldSESLeanAPI01 is a Basic CDS View that provides data about "Service Entry Sheet Ref for Supplier Inv" in SAP S/4HANA. It reads from 1 data source (I_SuplrInvcSeldSrvcEntrShtLean) and exposes 5 fields with key fields SupplierInvoice, FiscalYear, ServiceEntrySheet, ServiceEntrySheetItem. It has 1 association to related views. Part of development package VDM_MM_IV_SI_API.

Data Sources (1)

SourceAliasJoin Type
I_SuplrInvcSeldSrvcEntrShtLean I_SuplrInvcSeldSrvcEntrShtLean 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 ISISELSESLAPI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Service Entry Sheet Ref for Supplier Inv 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 (5)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoice I_SuplrInvcSeldSrvcEntrShtLean SupplierInvoice
KEY FiscalYear I_SuplrInvcSeldSrvcEntrShtLean FiscalYear
KEY ServiceEntrySheet I_SuplrInvcSeldSrvcEntrShtLean ServiceEntrySheet
KEY ServiceEntrySheetItem I_SuplrInvcSeldSrvcEntrShtLean ServiceEntrySheetItem
_SupplierInvoiceAPI01 _SupplierInvoiceAPI01
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ISISELSESLAPI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Service Entry Sheet Ref for Supplier Inv'
@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_SuplrInvcSeldSESLeanAPI01 
  as select from I_SuplrInvcSeldSrvcEntrShtLean 

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