cancel
Showing results for 
Search instead for 
Did you mean: 

sending response after posting the idoc in ECC

sukumar_perumalsamy
Participant
0 Kudos

Hi

I am doing  SOAP to IDOC using BPM,

i have custom response message type for SOAP response  in PI system.

how to send a response from ECC  after posting the idoc ?

It's custom idoc type i prefer to develop a program and check IDOC statuses then send a proxy call to PI and to SOAP.

but no clue how to bulid the proxcy call from ECC to PI and respective SOAP call.

please send me some sample coding for ABAP proxcy call development in ECC.

Regards

Sukumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi Sukumar,

Have a look at the standard ABAP program SXIDEMO_AGCY_FBO_SEND_INFO. It covers a nice example of a sender proxy, delivered by SAP standard, already containing selection screens, proxy execution and so on. Also, have a look at this Wiki:

http://wiki.sdn.sap.com/wiki/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bpurchase%2borde...

And this blog:

http://scn.sap.com/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

They will both guide you over the process, step by step, including source code.

Regards,

Greg