cancel
Showing results for 
Search instead for 
Did you mean: 

How to make changes to an existing Odata service ?

Former Member
0 Kudos

I had created an odata service (in SEGW transaction) for some tables and implemented basic CRUD operations. Now I have made some changes to the tables (deleted some fields and added some new fields). How do I modify/update my odata service to reflect the changes made to the tables?

Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Pal,

You need to manually modify/enhance the existing service ( GW Model ) to act upon those newly added fields in the tables. Also the MPC_EXT & DPC_EXT classes if implemented.

Regards,

Ashwin

Former Member
0 Kudos

Hi Ashwin,

Thanks for the reply. I managed to import the newly added fields to the existing Odata service.

Answers (0)