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

Week5, Unit 3, introduction - typo #18

Closed AlexAdam-SAP closed 3 years ago

AlexAdam-SAP commented 3 years ago

https://github.com/SAP-samples/abap-platform-rap-opensap/blob/main/week5/unit3.md

Since we want to use the results of the remote OData service that provides a list of travel agencies in our managed travel app that we created in week 2 and 3 we will create a custom entity.

In contrast to "normal" CDS views that read data from the database from tables or other CDS views the so called custom entities act as a wrapper for a code based implementation that provides the data instead of a database table or a CDS view.

anfisc commented 3 years ago

done. Thanks for all the hints https://github.com/SAP-samples/abap-platform-rap-opensap/blob/main/week5/unit3.md#introduction