cancel
Showing results for 
Search instead for 
Did you mean: 

proxys(urgent)

Former Member
0 Kudos

hi.....

1)how we can debug the proxys

2)what is the tcode for qrfc.

Advance Thanks,

Naresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>1)how we can debug the proxys

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

>>2)what is the tcode for qrfc.

SMQ2

Regards,

Jai Shankar

Former Member
0 Kudos

hi..... Shankar,

Thank u for ur response, but what u gave that is only for inboung proxy debugging, but

my requirement is outbound debugging proxy, how can i do...

Thanks

Naresh.

points will be rewarded

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>my requirement is outbound debugging proxy, how can i do...

just like any other ABAP report

set a break point just before send method of your proxy class

and check what goes inside this proxy call

it's exactly the same as debugging outbound RFCs

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

hi......michal krawczyk

pls explain briefly outbound proxy debugging like inbound?

thank u.

prateek
Active Contributor
0 Kudos

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

https://wwwn.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e8...

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

what is server proxy code?