Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Debug RFCs within ABAP

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

former_member187255
Active Contributor
0 Kudos

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.

2 REPLIES 2

former_member187255
Active Contributor
0 Kudos

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.

0 Kudos

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...