2007 Aug 17 7:28 PM
this above error is coming while processing select - endselect statement in ECC 6.0
this above error is coming while processing select - endselect statement in ECC 6.0
2007 Aug 17 7:30 PM
Hi,
Check whether you have commit in between a SELECT and ENDSELECT loop.
That is why you are getting this error.
a®
2007 Aug 17 7:34 PM
2007 Aug 17 7:36 PM
Hi,
If you are debugging then
select
endselect
if sy-subrc eq 0. " <<< put the break-point here. if not
please paste the code in between select and endselect
a®
2007 Aug 17 7:32 PM
Hi,
if you are doing a debugging the program in between SELECT - ENDSELECT, thenyou have to use F6 (and not F5) for step-by-step debugging.
aRs
2007 Aug 17 7:41 PM
hi,
if you are in the select loop and try to debug you will get this error.
are you selecting only few fields from the table... try with select * and see.
Thanks
Mahesh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |