cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Managed Behavior Implementation - ABAP on cloud CDs

Dinesh_CDK
Explorer
3,249

Hello Experts,

I have created a root CDS with association with three tables.

Created a Managed Behavior Implementation for the CDS. I am getting a warning and because of the update, create and delete operation is not working.

Warning as Below: "No 'mapping' specified for persistent table 'Z*****' "

Can you please help why is the above warning is shown.

Thanks and Regards,

Dinesh.

View Entire Topic
Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Hi Dinesh,

check out my blog

https://blogs.sap.com/2020/05/17/the-rap-generator/

Using the generator you will be able to generate the code for your managed BO implementation and it will create also the mapping for you that is needed to map between the table fields on database level and the field names that you use in your CDS interface view.

Best Regards,

Andre