cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP and MAIL Scenario

0 Kudos

Hi Guru's,

I have been stuck with a typical type of scenario. Please help me with this.

We have Synchronous scenario  which is

RFC --> PI --> SOAP

Normally in this case SAP R/3 will send RFC request message to SOAP and then it executes the data in Third party application system.

Then  TP system will send SOAP response message back to SAP R/3.

Now the user wants what ever the SOAP response we are getting from Third party system need to be sent in email and to RFC also.

Please let me know is it possible ?

If yes, how?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
0 Kudos

Thank You for your reply.

Is there any other option to achieve this scenario without using BPM ?

regards,

Praveen.

Former Member
0 Kudos

Hello,

IMO, BPM is the preferred solution (and blog posted above is exactly matching your requirement) but if you don't want to opt that then you can explore option 1 mentioned by Inaki.

Thanks

Amit Srivastava

Message was edited by: Amit Srivastava

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Praveen,

From my point of view you have two options,

1. Send an email in the Operation mapping response with JAVA MAIL API (http://scn.sap.com/docs/DOC-33036)

2. Modify the third application to connect with a scenario in PI which send that mail, in a SOAP-MAIL scenario between the request and response of the main scenario.

Regards,