Hi,
I need render the result of a Stored Procedure on a UI5 page. What would be the best way to go about this?
Is there a way to use this Stored Procedure in an oData service? or can run the stored procedure on the webpage like a select statement?
Thank you.
Saneth
Hi Saneth,
I dont know if it's possible to use a SP in ODATA-Service directly (tried it but didn't managed it), but you could use an Calculation View with SQL-Script instead.
Also, you could create an Calculation View as a wrapper for your SP (meaning you are calling the stored procedure within the Calc. View).
That calc. view you can definetly use in you ODATA-Service.
Greets,
ben
Add a comment