on ‎2017 Aug 15 7:28 AM
Dear Expert.
SAP SuccessFactors provides ODATA API and SFAPI web service for integration.
My question is below;
Is it possible for ABAP to control Successfactors ODATA or SFAPI(SOAP) without SAP PI or HCI?
I think that it is possible with 'Enterprise service' as my previous experiences.
SFAPI WSDL is
https://apisalesdemo8.successfactors.com/sfapi/v1/soap?wsdl
and Succcessfactors ODATA API is
Request clarification before answering.
Hi,
We are trying to consume SuccessFactors Odata Services in ABAP using the samples of other Blogs. The issue we have is that we get an error when we try to connect to the url https://api2.successfactors.eu/odata/v2/. We created an external connection in SM59 and we get the following message "ICM_HTTP_SSL_ERROR". Any idea of what is missing or we need to install any kind of certificate or something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that should be possible. Both SOAP-based web services and ODATA resources can be consumed using ABAP code, so if your client's integration policies allow for external connections from ECC without a middleware, you could implement the integration directly in your ABAP code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joong,
There are quite a few blog articles out there that explain how to do it. Here are just some random examples. A lot more can be found with a simple Google search.
Hope this helps.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.