System Debugging
By Selvamani
Consider the following program, which contains a simple
call to the function module ICON_SHOW.
Set a breakpoint at the CALL FUNCTION statement and now
execute the program.

Ensure that the system debugging is switched off, by
selecting Settings à
system debugging.
On pressing F5, instead of going into the code of the
function module, the function module is executed and the following pop-up is
shown:
Select a record and press CONTINUE, the program is executed
without going into the debug mode of the function module. Reason?
Now go to the function module ICON_SHOW. Select Goto à
Main Program.
Continued...
|