Hello Experts ,
I would like to know the procedure of creating Odata Service using transaction SEGW , especially Posting records into database table. I tried to Post using the below procedure.
*Created DataModel->Entity Type
* Created Entity Set,
*Generating Runtime objects,
*System Alias Maintaining,
*Registering service ,
*Redefining the Create method and GetEntitySet method with the logic to Post records into Database Table.
But using this Approach , records are not getting posted when i checked from REST Client.
So , Could you please suggest me which Classes and Methods I need to redefine and what business logic i need to follow for the post/create method
in SEGW.
Appreciate your help.
Thanks,
Uday.