Hi Experts,
I have developed a CAP application. I have few entities which uses managed aspect offered by CAP framework. So when I have authorizations defined and try to create or update any record from Fiori UI, all the fields of managed aspect ae getting filled.
Now I tried to insert a record to Hana cloud table from SAP Hana Client by writing an insert query. Here If I don't pass the fields of managed aspects explicitly my record is not getting created in the table.
Can I assume that aspects offered by CAP framework will be auto filled only when operating from Fiori Ui's defined with authorization and whenever we try to add/update data from some other way (here using Hana client) the fields of aspects need to be explicitly passed in the query.
I need some pointer on this like how we can auto fill the managed aspect fields of an entity from Hana client.
If this is possible let me know the way to do it.
With Regards,
Partha.