cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug proxies

Former Member
0 Kudos

Hi ,

Could anyone tell me how to debug proxies (client/server) .

Thanks.

hem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hem

Is your application system based on 6.40?

Then it is easy: Set a break-point in your inbound proxy code, go to sproxy, navigate to your inbound interface implemantation screen and choose proxy -> test interface from menu.

On pop up check XML editor and click execute.

In the next screen put the XML of the message payload and click on execute.

please look into following blog from stefan with screen shots

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

did you have a look at this how to?

https://websmp202.sap-ag.de/~sapdownload/011000358700004815432004E/HowTo_debug_XI_30_Appli.pdf

regards

sreeram.g.reddy

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

also see

Java And ABAP Proxy

Just go thru following thread-Java Mapping

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

ABAP proxy-

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

Regards

Chilla

Former Member
0 Kudos

Hi,

Monitoring for Processed XML messages in ABAP Proxy - /people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Regards

Chilla..

prabhu_s2
Active Contributor
0 Kudos

<b>ABAP Proxies</b>

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

And for outbound i.e. client proxies u can very well do it using the abap system command '/H' or the code 'BREAK-POINT' for/in the report program triggering the iterface

Former Member
0 Kudos

is there any name for this BREAK-POINT , wat we set in proxies

moorthy
Active Contributor
0 Kudos

Hi,

Couple of points to develop the ABAP proxies and design time debug:

1) Http destination created in the SAP Application System pointing to correct Integration Server. Test Connection-

2) SXMB_ADM-->make SAP system as a Application System wirh pointing above created http destination url.

3) Activate the Queues in the SAP application System (SXMB_ADM)

4) ICF services, if you get any error 403 forbidden etc during runtime.

Debug of Proxy calls :

Rgds,

Moorthy