• Soham Zendekar
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello Friends,

I would like to access Salesforce data in SAP through ABAP. I am integrating salesforce with SAP through ABAP.

I have written a function module in ABAP and provide Oauth(Rest based) details to get access of salesforce:-
URL:- https://login.salesforce.com/services/oauth2/token with grant_type=password,ClientId,ClientSecret, username and password.

It returns me an issue:- "SSL Peer Cert Untrusted", i googled and found that i need to import a certificate on SAP, so that it can able to access https://login.salesforce.com/services/oauth2/token.

So kindly help me to get a SSL certificate to import it in SAP. From where i can download certificate, or is there any way to download or create certificate inside the salesforce organization which would be acceptable by SAP. 

Thanks,
Hemant