Hi,
You can't call procedure directly in odata service.
You can call the procedure inside a scripted calculation view and then call this view inside odata service.
Regards,
Vivek
As Vivek mentioned, you can not use procedures in xsodata for GET operation. But, for create , you can check the 'CREATE USING' option available. Otherwise, create the procedure with result view, and use the result view to expose as odata.
Sreehari
Add a comment