In this post I am going to use the example from my previous post and publish it as an oData service in ten simple steps:
1. In the annotation part of the DDL, declare the publisher as 'true'
2. Make sure that the CDS View has at least one key field
In this post I am going to use the example from my previous post and publish it as an oData service in ten simple steps:
1. In the annotation part of the DDL, declare the publisher as 'true'
2. Make sure that the CDS View has at least one key field
In this post I am going to demonstrate the creation of a CDS view with an authorization check. Implementing authorization checks hand in hand with the CDS view is a great way to achieve even more code pushdown.
The example in this post is from the RE-FX module but it can be applied in every module.
I am going to redesign a common report in the real estate, for example the occupation and pull some contract and partner data.
The Data Definition Language (DDL) part looks like this: