Hello Experts,
I have a requirement that states a need to consume (read, etc) data via OData provided by an application running SAP Hana Cloud Platform from within SAP Cloud for Customer.
The data should be displayed on C4C UI screen.
Any idea how to implement this? would a mashup work here or there is a better way to do that?
Looking forward for you answers.
Best regards
Mohammed
Hi Mohammed,
Basically, you can do the following:
1) Create an external webservice integration in studio.
2) Set to use REST webservice.
3) Generate and configure communications systems and arrangements.
4) Perform the request by absl code and parse (you have to parse it by yourself =\) the response into your fields.
You can read about "external webservice integration" in the studio documentation.
Regards,
Alexandre.
Add a comment