define view ZTEST
as select from scustom
as customer association [*] to sbook as bookings
on customid = $projection.id
{ key id ,
name ,
bookings }
when I import this view into gateway and setup the service implementation mappings and add the association for Bookings I get the following error Mismatch of target 'bookingSet' and binding of association 'X9', since the target and binding does not result in same core-BO node ( I have played around with all the associations and even started debugging the standard. Is there a guide to use associations from a CDS View in SEGW. I am running on SP8. Is it even supported yet?