Hi,
I have a APP.hdbview created from a APPF.hdbtablefunction. I have exposed this APP.hdbview as xsodata and odata model created from xsodata is bound to the UI.
Now, how do I batch update using hdbprocedure? I know procedure will accept table type. But, does the procedure accept multiple table rows? Because, table rows are not simple array.