on 2018 Sep 03 10:54 AM
I tried to create an xsodata file where I have added the .hdbtablefunction as an entity, but I received the following error: "Unsupported object type ...". I thought that it might not work for hdbtablefunctions but I could not find anything regarding this topic. I need this because I have to replace the scripted views with table functions and expose the information using oData. Thank you.
Request clarification before answering.
If your table function should be executed with a constant or no input parameter, then you can simply encapsulate it into a view and expose the view via oData.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
XSODATA does not support Table Functions as a source entity. You must wrap them in a calculation view, hdbview, or CDS view in order first.
User | Count |
---|---|
64 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.