cancel
Showing results for 
Search instead for 
Did you mean: 

Managed scenario for CDS with with multiple tables in Restful ABAP

ravi_rajput
Participant
0 Kudos

We have custom UI5 screen with no annotations. I am wondering how do we do a managed implementation for it when the CDS is having complex logic and it does not point to one Persistent table. What is the solution for it ? Can we go ahead with Unmanaged implementation ?

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

If your CDS View CDS is having complex logic and it does not point to one persistent table you cannot use the managed approach.

The solution is, as you assumed, to implement an unmanaged scenario instead.

Best Regards,

Andre

Answers (1)

Answers (1)

ravi_rajput
Participant

Thank you Andre for clarifying ! 🙂