‎2009 Apr 20 6:53 PM
Hi Gurus
Can anyone tell me why does the debug skips a PERFORM command pointing to an implicit program, (such as in the following line of code)?
PERFORM SPEZIAL_DD_RANGES_AENDERN IN PROGRAM (LIS_PROGNAME) IF FOUND.
In fact, when debugging the main program, the runtime environment will not point to LIS_PROGNAME even if the program is found (which is the case). Instead it will skip it.
Thanks
Nuno Natividade
‎2009 Apr 20 6:56 PM
If the program in the variable LIS_PROGNAME is the system program, than you have to do the SYSTEM debugging.
Put a breakpoint on the PREFORM
In the debugging start the System Debugging by:
Settings > System Debugging
Now, do single Step (F5).
Regards,
Naimesh Patel
‎2009 Apr 20 6:56 PM
If the program in the variable LIS_PROGNAME is the system program, than you have to do the SYSTEM debugging.
Put a breakpoint on the PREFORM
In the debugging start the System Debugging by:
Settings > System Debugging
Now, do single Step (F5).
Regards,
Naimesh Patel