2023 Feb 21 7:05 AM
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
2023 Feb 21 8:22 AM
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?
2023 Feb 21 9:02 AM
Hi Thomas,
thanks for your reply,
front end would be a Fiori APP.