cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug PROXY Side Coding

Former Member
0 Kudos

Hi,

I need to debug my PROXY Code in R/3 side, but here from where to get the data for testing as I have the file content but not in XML format that is required in XML Editor when we debug the proxy.

In SXMB_MONI also I am finding the complete converted data,how to get the prcoess before data.

Thanks

Sudharshan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey

refer to the following link

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

thanx

ahmad

Former Member
0 Kudos

thanks !!

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi -

<i>>>>In SXMB_MONI also I am finding the complete converted data,how to get the prcoess before data.</i>

Need more clarification... Are you talking about the XML before the mapping step but after file content conversion? If so, just go to any pipeline step before the Request Message Mapping step and look at the Payload->Main Document.

Regards,

Jin

prabhu_s2
Active Contributor
0 Kudos

check the below link for debuggin server proxies:

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

prabhu_s2
Active Contributor
0 Kudos

if u want to debug client proxy then gowith the classical way using '/H' or the key 'BREAK-POINT' in the program. for servier proxies u need the data in xml format and in sproxy u have an option for testing.