cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert / copy OData V2 project to V4

former_member329871
Discoverer
0 Kudos
2,272

Hello,

We have one requirement to create OData V4 service. There are 190 entity sets (tables) . OData V4 project does not allow to import model from EDMX file or refer RFC/BOR object or DDIC structure. I have created a V2 project and there I have all those 190 entity sets. But I am not able to copy all entity sets and properties from there as well.

Is there any easiest way to convert / copy Odata V2 project to V4 one ?

Do I have only one option to manually copy / create all those entity sets there ?

Thanks & regards,

Vikrant.

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vikrant,

unfortunately I have to tell you, yes, you have manually to create all the entity sets that you have.

We also do not recommend to use the Service Builder to develop OData V4 services but to go for a pure code based implementation as I have described it in this blog.

https://blogs.sap.com/2017/12/12/odata-v4-code-based-implementation-i-basic-interface-read-access/

Best regards,

Andre

former_member329871
Discoverer
0 Kudos

Thanks a lot !!!

Answers (0)