cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy Debug

Former Member
0 Kudos

Hi Group,

I have one File to File scenarion which using ABAP proxy to upload the table in SAP side.I processed the File and it is showing success status in both SAP side MONI and XI Side MONI ,but corresponding tables not updated,I need to debug the proxy ,can any body suggest.

Accepted Solutions (0)

Answers (2)

Answers (2)

prabhu_s2
Active Contributor
0 Kudos

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

prabhu_s2
Active Contributor
0 Kudos

in sproxy u can find the tab called TEST in menu. u can make use of it by pasting the payload and test it. i

Former Member
0 Kudos

Hi,

In SAP side SPROXY it is not showing TEST option (It is showing only

Proxy--> Save (disable)

Check(enable)

Activate(disable)

Exit(enable).

Am I looking in the right place

Former Member
0 Kudos

swabap,

select ur messageinterface and double click it on in SPROXY t/c code . once you get screen then press F8 it will open test window give input xml u will get output xml if sucesfull.

prabhu_s2
Active Contributor
0 Kudos

this option exists for WebAS 6.40 or higher....u refer to /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation