This document provides two options for debugging an RFC function module. Option 1 involves placing external breakpoints in the function module and executing it in debug mode in SE38. Option 2 involves deregistering the queue in SMQR so execution stops at the function module, then entering debug mode from SMQR to debug the locked LUW.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
219 views
Debug RFC Abap
This document provides two options for debugging an RFC function module. Option 1 involves placing external breakpoints in the function module and executing it in debug mode in SE38. Option 2 involves deregistering the queue in SMQR so execution stops at the function module, then entering debug mode from SMQR to debug the locked LUW.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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