SAP-samples / abap-platform-rap-opensap

Samples for the openSAP course "Building Apps with the ABAP RESTful Application Programming model (RAP)."
https://open.sap.com/courses/cp13
Apache License 2.0
437 stars 235 forks source link

Code snippet requires adjustment - Week 2, Exercise 3, Step 4.4 #2

Closed AlexAdam-SAP closed 4 years ago

AlexAdam-SAP commented 4 years ago

https://github.com/SAP-samples/abap-platform-rap-opensap/blob/main/week2/unit3.md#step-4define-the-composition-model under 4.

 association to parent ZI_RAP_Travel_####        as _Travel     on  $projection.TravelUUID = _Travel.TravelUUID
CarineTD commented 4 years ago

Hello Alex,

Thanks for the feedback. ZI_RAP_Travel_1234 will changed to ZI_RAPTravel####.

Kind regards, Carine