Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Debug RFC Abap

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

How to debug rfc function module----------------Option1:1) Put external breakpoints in the RFC FM.

2) Now go in Debugging mode in SE38.


3) Select the debugging options, Breakpoint at FM --> give the function module n
ame.
4) Execute in SE38 and it will stop in the FM.
Option2:1) Go to SMQR
2) Figure out the Queue name and deregister it.
3) Go and execute through SE38 normally
4) The queue will not process and will stop at the RFC FM.
5) You can enter in debugging mode, by selecting 'Debug LUW' in SMQR

You might also like