You need to sign in to do that
Don't have an account?

Need to consume Salesforce Rest based API from SAP ABAP
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
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
please check once below link it may help you.
http://salesforceprasad.blogspot.sg/2017/04/how-to-test-salesforce-rest-api.html
Thanks
Varaprasad
Thanks for the reply.
I have integrated Salesforce with other technologies through rest api. but this time i m integrating with SAP through ABAP. and i have written the abap code and receiving error "SSL Peer Cert untrusted", because of SSL Certificate issue which i need to import in SAP.
Which Certificate i need to import and from where i 'll get it.
Please help me in this.
Thanks,
Can you please confirm whether your problem is resolved?
I have same requirement.
Will you please share documents or reference code? which can help me to fulfill requirement.
Thanks & Regards,
Soham Zendekar