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
Rahul Reddy 1Rahul Reddy 1 

SAP Integration

Need help with the below requirement.

When i create an opportunity in SFDC it should get created in SAP with same ID and also it should delete an opportunity when i do in SFDC.

Any help would be highly appreciated.

Thanks and Regards
 
BDatlaBDatla
Hi Rahul,

Request SAP team to provide you a SOAP/Restful service to send opportunity details from salesforce to SAP to create/delete.
1) If you are expecting only acknoledgement response with SAP then you could simply use workflow outbound messageses.

2) If you require some http respose back from SAP  then you can use apex  callout to send data from salesforce to SAP and read http response to update details in salesforce.

Let me know if you need any more information

Regards,
BD