cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data to MAIL as well as to SOAP?

Former Member
0 Kudos

Hi,

I am new to BPM SOAP Mail scenarios.

I am working on [SOAP->XI->BAPI(request)->BAPI(respond)->XI->SOAP] scenario.

If BAPI(respond) is ERROR.

I want to send respond to [->XI->SOAP] as well as [->XI->Mail].

Q1) Please suggest How can i do above scenario without using BPM.

Q2) If without BPM it is not possible. Suggest me the design steps of BPM.

Thanks in advance.

Best regards

Umesh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>I am working on [SOAP->XI->BAPI(request)->BAPI(respond)->XI->SOAP] scenario.

you need to use a BPM

you can use sync bpm

sync receive step - soap

sync send step - RFC

sync send step - soap response

you can wrap the RFC send step in a block

to catch the excetption and send an e-mail too

(before the soap response)

Regards,

michal

Former Member
0 Kudos

Hi Michal,

Thanks for reply.

Since i am Using BPM first time can you explain the BPM steps more clearly in detail.

Best regards.

Umesh

moorthy
Active Contributor
0 Kudos

Hi Umesh,

Just check this blog, will give you some hints. Then try to simulate with your scenario.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

hi,

You don't have to use BPM process, just define your scenario like this:

1、import the RFC

2、export the RFC as XSD file

3、import the xsd file from the external defination

4、define the Message Interface,then Interface Mapping and Message Mapping

5、final,define the ID and configure the communicate channel include RFC adapter and soap adapter

That's all.

Wish to give your some ideas

Amanda

Former Member
0 Kudos

Thanks for reply Krishna...

Hi Amanda,

Thanks for reply.

In case of BAPI (respond) one of the field contents is "ERROR",

I need to send data to E-MAIL as well as to SOAP (Webmethod).

SOAP and BAPI can use as Synchronous communication.

But how can I send E-mail without BPM?

Best regards

Umesh

Answers (0)