2008 Mar 05 6:21 AM
hi
when i keep a break point for select and endselect , it is going to dump. what is the reason.
hi
when i keep a break point for select and endselect , it is going to dump. what is the reason.
2008 Mar 05 6:26 AM
2008 Mar 05 6:39 AM
Hi,
Yes, it is correct .
select...end select. behaves in loop.
Beacuse here the control moves to the database and ( in debugging mode after evry statement, there will be internal commit done by the system) commit will be done.
After the exectuion of Select statement , control cannot reach back to the program ( to reach endselect ) and teh cursor will be lost .
Thats the reason you cannot put break points bewteen select & endselect.
The only way is to put the braek point after the endselct .
Revrt back if any issues,
Regards,
Naveen
2008 Mar 05 7:40 AM
hi naveen
how the commit stmt works ? in bapi's wer use commit? in the same way the committ works ?
2008 Mar 05 8:30 AM
Hi jyothsna ,
Yes.commit means the same as u think .
When u try to eneter any program in debugging, and press F5(single step) , u can see the Satus message " Commit work done" in some part of the code...., even though no explicit Commit work is written in ur code.
Revrt back if any issues,
regards,
Naveen
2008 Mar 05 10:12 AM
2008 Mar 05 6:39 AM
The dump may not be due to the breakpoint. It can be due to overflow of data.
Check it once. we can put break point there.
Send me ur description of dump
awrd points if useful
Bhupal
2008 Mar 05 7:03 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |