cancel
Showing results for 
Search instead for 
Did you mean: 

problem in proxy?

Former Member
0 Kudos

Hi all,

iam doing file to proxy senario....where proxy is a inbound proxy.........when iam trying to execute the senario iam geting black and white flag in SXMB_MONI but data is not posting in proxy..........can any one say what will be the problem...............how to reslove the problem..............

i tried to excute the proxy giving the xml payload in it still data is not posting.......records are not cominh into the internal tables

regards,

kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Test your proxy implementation using

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

Make sure you have a commit work statement in your proxy code.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi phani

pls see the links hope it will help u .

How to Debug Proxies?

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f...

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

Pls reward if useful

sbhutani1
Contributor
0 Kudos

set an HTTP breakpoint (External) in your proxy implementation class and after executing your scenario, try to see whether it stops there or not. while debugging you can see whether the data is filling in the internal table or not.

Regards

Sumit Bhutani