cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement ODATA on Bapi?

walkerist
Participant
0 Kudos
175

I'm new with ODATA. I have created a BAPI, CDS Views and want to use them together. Can I consume or implement ODATA on Bapi or is it the other way around? Is it possible to implement it using RAP?

 

View Entire Topic
NooruBohra
Active Participant
0 Kudos

If you have a custom entity then you can go with Unmanaged implementation and can call released API instead of BAPI.
If you want to use ABAP then you can create a project in SEGW, get your CDS' reference in project and override the create method. There you can write the BAPI Code.