2007 Jan 05 6:23 AM
Hi All,
We have recently upgraded our server from SAP R/3 4.6b to ECC 5.0. Whenever we are debugging any program(Both standard and Z-programs) getting short dump
in the select and endselect statements. This is happening only when we are going on DEBUG MODE only Appreciate any lights on this issue.(All programs are Unicode enabled).
Regards,
Ameer.
2007 Jan 05 6:28 AM
u cannt debug stmts like
select.
endselect.
this is a common issue.
Regards
Prabhu
2007 Jan 05 6:35 AM
Hi ,
This is not specifc to ECC , it happens in all systems , so it is generally not advised to put a breakpoint in SELECT - ENDSELECT statements , as there are chances of that to dump.
Regards
Arun
2007 Jan 05 7:06 AM
you cant debug the "select endselect", since it calls the iterations at database level you cant debug.
2007 Jan 05 7:10 AM
hi
your problem will solve if you put the break point after <b>ENDSELECT</b> statement. let the cursor not go inside the select-endselect statement. it causes short-dump.
thx
murthy
2007 Jan 05 7:25 AM
A breakpoint in SELECT loops can cause an exception through loss of the database cursor. The reason for this is that - during debugging - a database Commit is triggered.
Best Regards,
Vibha
*Please mark all the helpful answers