Hi All,
In SAPUI5 application I am consuming REST services exposed from MS Azure and protected by Oauth2.
This is how it works in Postman
URL: https://login.microsoftonline.com/{tennant}/oauth2/token
and POST body as form-data:
Grant...
Hello All
I have encountered the problem while running my SAPUI5 application from Fiori Launchpad. I have checked all resources I could find, but didn't find the resolution. So here is the situation:
1. Launchpad is set up on on premise abap syst...
Hello All,
I have to map response that comes from REST webservice, and is in JSON form. it looks like this:
[ { "code": "AAAAAAAAAAAAA", "name": "AAAAAAAAAAAAA" }, { "code": "BBBBBBBBBBBBB", "name": "BBBBBBBBBBBBB" } ]
Webservice does not allo...
Hello All
I'm trying to get data from REST webservice with Oauth2.0 authorization using CPI-DS. Unfortunately I can't get proper settings for authorization - datastore does not pass neither client_id nor token with the request.
I was able to pu...
Hello Martin, Thanks for your response. Unfortunately I have tried adding parameter to postman call - it was ignored and token returned was not proper. As this is POST call and all parameters are sent via body as form, all parameters in URL were igno...
Hello Akash, You should check if your extractor is properly activated, and if data was loaded to it. You can use transaction /IBP/ETS_REPL_TEST to check if particular extractors are ok. You can also test the extractor itself by using RODPS_REPL_TEST ...
Hi Kumar,Salesforce exposes multiple APIs both REST, SOAP, which CPI-DS is capable of consuming. I have created SAP PO integration with SF, and it was quite complicated. Lot of things depend on which API you plan to use, but probably SF team is capab...
Hello Harish, I find your solution feasible, but it is probably possible to do it in more simple way.1. BW/4Hana indeed uses ADSO instead of DSO, which CPI-DS is not able to consume yet - it was announced, but so far no solution from SAP. I have crea...
Hello Jeff, Thanks for your answer, below you can see screenshot of current datastore setup. I have put client_id and access_token values hardcoded in Standard HTTP Header Fields and service was accessible, of course that's just for testing, since to...