cancel
Showing results for 
Search instead for 
Did you mean: 

JOINS, VIEWS examples in SAP Cloud Application Programming Model

oshpro
Discoverer
0 Kudos

Hi folks,

I'm looking for any example about VIEWS and JOINS in SAP Cloud Application Programming Model.

Any can help me?

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Ivan,

did you already have a look at https://cap.cloud.sap/docs/cds/cdl#views ? There is a simple example of a view with a join. Basically the JOIN looks like in SQL.

Is this sufficient, or do you need help with a more complex situation?

Best regards, Steffen

kadir_ozgur
Explorer
0 Kudos

Hi Ivan,

You can take a look at these repositories from SAP-Samples and gregorw

https://github.com/SAP-samples/cloud-cap-hana-swapi

https://github.com/gregorwolf/bookshop-demo

gregorw
Active Contributor
0 Kudos

Hi Kadir,

thank you for pointing also to my example repository. Unfortunately it does not yet include a JOIN example.

Best regards
Gregor