2008 Oct 14 7:11 AM
Hi All ,
Help needed.
I need to filter a internal table based on the values from select options , The data in the internal table is from BW query and I cant use select option in that query ,
whats the efficient way of doing it .
Thanks And Regard s
Vinay Kolla
2008 Oct 14 7:30 AM
hi,
use like:
loop at itab into wa where field1 = so_1....
append wa to itab2.
endloop.
clear itab.
append lines of itab2 to itab1.
Regards,
Renjith Michael.
hi,
use like:
loop at itab into wa where field1 = so_1....
append wa to itab2.
endloop.
clear itab.
append lines of itab2 to itab1.
Regards,
Renjith Michael.
2008 Oct 14 7:30 AM
hi,
use like:
loop at itab into wa where field1 = so_1....
append wa to itab2.
endloop.
clear itab.
append lines of itab2 to itab1.
Regards,
Renjith Michael.
2008 Oct 14 8:33 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |