Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Return Multiple Internal tables from ODATA services to Front end.

0 Kudos
423

Hello All,

Could someone please help me with the below requirement.

Im having a webservice which is having two internal tables as exporting parameters.
i need to create an odata service which takes the input parameters from the front end and then calls this Webservice(FM) which returns the two internal tables as result based on the input parameters.

i need to pass these two internal tables to the front end as results.
How can i achieve this?

Thanks In advance

2 REPLIES 2

Former Member
0 Kudos
327

Hi,

a simple way would be to create a CDS view for those two tables and expose it as an odata service. What kind of frontend are you trying to create?

0 Kudos
327

Hi Thomas,
thanks for your reply,
front end would be a Fiori APP.