cancel
Showing results for 
Search instead for 
Did you mean: 

Expose SuccessFactors LMS OData API in Cloud Platform Integration

ACORDERO
Participant
0 Kudos

Hi,

I working on a new program which needs to use the SuccessFactors LMS OData API from SAP ECC; we already have CPI and we would like to avoid direct connection between SAP ECC and SF LMS, ideally, we would have SAP ECC ==> CPI ==> SF LMS API.

Is there an easy way to expose the SF LMS OData API in CPI (like a proxy)?

I have seen that CP API Management has API Proxies but this is not part of CPI and has extra costs.

Thanks,
Alejandro Cordero.

Accepted Solutions (0)

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Hi Alekjandro,

generally, SF LMS will have SOAP/REST API already publicly exposed for integrations and that will provide you a convenient way to do the integration.

Please check the required APIs for your integrations like Qualification Catalog data, Qualification Status etc.

Thanks,

Apu

ACORDERO
Participant
0 Kudos

Hi Apu,

Yes, SF LMS exposes the APIs but we don't want to connect directly to LMS from SAP ECC but we want to go through CPI (we already allow SAP ECC > CPI connection for other integrations).

Regards,
Alejandro Cordero.

apu_das2
Active Contributor

Hi Alejandro,

Yes you can connect via CPI only. Use ODATA adapter to connect with your ECC system (if you are getting data from OData services) and CPI to SF LMS connection is required to be configured using SuccessFactors Adapter. Message protocol will be REST/SOAP as per your requirement.

Thanks,