Hi all,
I am new to OData Services in HANA. I want to build OData service for search capability.
Problem :
1. I want to pass search_criteria and some of the filters from my web application to OData Service (Basically REST url).
2. Based on parameters I get from web application to OData Service I want to use these parameters in my service.
3. Plan is from OData service I may call Stored Procedure or View and pass search criteria and filters details to Stored Procedure or View and get the appropriate result which would be the response of my service (most probably JSON response)
Can someone provide some idea how to go about this.
Your help will be greatly appreciated.
Thank you.
Dharmesh