cancel
Showing results for 
Search instead for 
Did you mean: 

inbound proxy debug

Former Member
0 Kudos

Hi Gurus,

I am sending the XML message from PI to SAP ECC system using inbound proxy.

I have to debug the inbound proxy at runtime.

I mean when the message is sent to SAP ECC system I want to debug the proxy code.

Is there any transaction to debug the proxy code.

Any help appreciated.

Thanks,

Jay

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Check this blog and ofcourse use the seach feature more often!

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards,

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Follow this abstracts taken from one of the thread

go to TCode: SPROXY in SAP system and find your Inbound Message interface from ur software component.

double click on the ABAP interface and get into the execute_asynchrounous method. place a break point there or place a break point in the program which is used to update the table

come back to the Inbound interface and press F8 or execute the interface. take the payload from SXMB_MONI in SAP system and paste the payalod. now investigate..

regds

Ramesh