cancel
Showing results for 
Search instead for 
Did you mean: 

Sender ABAP Proxy to Inbound ABAP Proxy

Former Member
0 Kudos

Hi All,

My scenario is i to send data from 1 ECC system to other ECC system through PI by means of proxy. After processing data to receiving system i have to send an acknowledgement to sender system through EMAIL , saying order received

Its asynchronous scenario..

Can you let me know how this can be done thorugh email , or is there anyother means to approach.

Regards

Chetan

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> After processing data to receiving system i have to send an acknowledgement to sender system through EMAIL , saying order received

email is a medium for connecting people, not connecting systems, espesially not SAP systems.

When you say: "I have to", then it is decided yet?

Tell the guy who made this decision, that this is a bad solution.

You can:

- send an XI message from receiving system back to sender system (inbound proxy calls outbound proxy)

- use the standard ack processing of ABAP proxies.