function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Onofre PeláezOnofre Peláez 

How can do integration SFDC to SAP?

Hello, 
I have to send a JSON from the Sales Force to SAP.
Any ideas, any examples? I may have to call a REST service in PI.
Thanks.
 
Best Answer chosen by Onofre Peláez
VinayVinay (Salesforce Developers) 
Hi,

Review below links which has salesforce REST API example that can help you to build salesforce to SAP integration.

https://success.salesforce.com/answers?id=9063A000000pD4qQAE
https://trailhead.salesforce.com/content/learn/modules/apex_integration_services
https://www.jitendrazaa.com/blog/salesforce/call-salesforce-rest-api-from-apex/
https://www.sfdc-lightning.com/2019/01/salesforce-rest-api-integration-to-create-a-record.html
http://www.sfdcpanda.com/apex-rest-api-integration-with-third-party-application/
https://www.cloudforce4u.com/2015/10/rest-api-integration-salesforce-apex.html

Appexchange:
===========
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FZuwtUAD
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000Ey5XIUAZ
https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000ErFo2UAF
https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016a1gEAA
https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016YmyEAE

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar