I have an requirement to send the articles from HANA to UI5 via XS ODATA service. I have to do the pagination of 500 rows at a time. For which I have created read/write procedure to insert a data into HANA custom table and want to send 500 rows at single call. Logic got derived using procedure.I am facing issue while I want to expose from HANA via XS ODATA.
Call type has slight different
Call with input '0' then the model will execute and send the first 500 records and rest of the records will be inserted into HANA custom table.
Call with input '1' then send next 500 records exist in the HANA custom table.
Can someone please share your thoughts on how to handle this situation?
If it is calculation view I can expose the models. No issues.