Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@AbapCatalog.

sqlViewName 'ZSFLIGHTVIEW'
@AbapCatalog.compiler.compareFilter true
@AccessControl.authorizationCheck #CHECK
@EndUserText.label 'Flight CDS View with Association'
@VDM.viewType #BASIC
view Zflight_View with parameters p_displaycurrency displaycurrency
as select from sflight as sflight
association[0..*] to
spfli as _spfli
on sflight .carrid = _spfli.carrid and sflight.connid = _spfli.connid
"on $projection.carrid = _spfli.carrid AND $projection.connid = _spfli.connid
{

You might also like