‎2008 Jan 07 10:26 PM
Hi All,
I am trying to debug a print program for sapscript. I have set up break points in both the DEV and QAS environment in the same print program. But when I run the sapscript form, it is not going to the break point in DEV but debugging fine in QAS for the same program.
Could you assist on what could be the reason, it is not going to break point in DEV. Thanks.
Regards,
FS
‎2008 Jan 07 10:30 PM
Under Utilities try to "update the navigation index" for the program and then set the break point again.
Also check if the number of debug sessions assigned are more than currently being used in the DEV system. (ask basis for help)
-Cheers
‎2008 Jan 07 10:30 PM
Under Utilities try to "update the navigation index" for the program and then set the break point again.
Also check if the number of debug sessions assigned are more than currently being used in the DEV system. (ask basis for help)
-Cheers
‎2008 Jan 08 4:14 AM
Hi Fs,
The problem may be we cannot activate ur Print program check it once.If the print program is not in active we cannot put BREAK POINT.
Award points if helpful.
Kiran Kumar.G
Have a Nice Day..
‎2008 Jan 08 4:21 AM
I dont know but it may work
go to System-> utilities->debug abap
i tried this with BSP
Check if it helps you
‎2008 Jan 08 4:34 AM
Hi,
Check if this breakpoint is within a condition, like if..endif. also check whether this condition is satisfying.
if its within a subroutine, put a break point at the call of subroutine, ie. at perform statement.
With regards,
Vamsi