cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming SAP Internal System API (SuccessFactors JIRA) with application deployed on SCP

Former Member
0 Kudos

I have been working on an application and one of its features is to get and post issues consuming Success Factors JIRA API. The problem is that SuccessFactors JIRA is an internal sap application, so once my application is deployed on SAP Cloud Platform (that is an external application), it cannot consume the API. I'm trying to find something that works like a bridge between an external and an internal sap system or some workaround that can fit in this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Hi Jessica - although I am not a technical expert in this area, nor do I have an example handy, is this not one of the primary use cases for creating a destination and leveraging the cloud connector to establish the communications? I also believe there is a Success Factors adapter for cloud integration service.

Former Member
0 Kudos

Hi Jeremy, thank you for you answer!

Yes, I am trying to establish the communication with the API through the cloud connector, but I'm not sure about witch configurations to use, tried several and none have worked this far.

jcgood25
Active Contributor

An older blog but nice diagrams and screen captures: https://blogs.sap.com/2015/07/13/cloud-connector-a-brief-guide-for-beginners/

Have you tried something outlined in the help documentation, or one of the community blogs and encountered a specific error or limitation? Cloud Integration API discovery: https://cloudintegration.hana.ondemand.com/landingPage.html

Former Member
0 Kudos

I have followed the Cloud Connector - A Brief guide for Beginners that you are talking about, the problem is it explains how to connect to an OnPremisse ABAP SAP backend system, and what I need is to consume an web api, I've tried to do several similar configurations and so far the error I get in the logs of my application is the following:

And the option to uploading a certificate is not available when setting a OnPremisse destination with Cloud Connector.

Former Member
0 Kudos

The following screenshots are my current configuration:

DanielSilva1
Advisor
Advisor

Hi, Jessica.

What happens when you test the connection in the destination page? Can you paste the SCC logs again. It's not shown here.

Thanks,

Daniel

Former Member
0 Kudos

Hi, Daniel

When I test the connection in the destination page I get an 'ok' response

And the logs

DanielSilva1
Advisor
Advisor
0 Kudos

Hi, Jessica.

Are you able to cal this same API with the same user and password inside SAP network?

Thanks,

Daniel

Former Member
0 Kudos

Hi, Daniel.

Yes, I can. The application access the jira api freely while running locally inside SAP network.

DanielSilva1
Advisor
Advisor
0 Kudos

Sorry for the late answer, Jessica. Are you having the same issue yet?

Regards,

Daniel