2007 Jul 12 6:34 PM
I have a custom FM that I'm calling remotely via the .Net connector. When this function module is called via the ABAP test harness everything works great. When I'm calling it remotely nothing works. How do I set this code up for debugging bearing in mind that triggering it directly from the SAP client works just fine.
2007 Jul 12 6:40 PM
Aaron,
Goto FM and from the menu click on
<b>Utilities> Settings>ABAP Editor--> Debugging</b> over here check the <b>External Debugging</b> by passing the User ID.
And put a breakpoint where ever u want and call the FM from .Net then cursor will stop at the breakpoint...
Hope this helps...
Chandra.
2007 Jul 12 6:40 PM
Aaron,
Goto FM and from the menu click on
<b>Utilities> Settings>ABAP Editor--> Debugging</b> over here check the <b>External Debugging</b> by passing the User ID.
And put a breakpoint where ever u want and call the FM from .Net then cursor will stop at the breakpoint...
Hope this helps...
Chandra.
2007 Jul 12 7:40 PM
Thanks, that was surprisingly quick and helpful.
Now why the FM yields different results when called with the SAME input from different environments is a different story. Yet this is clearly the case...