2007 Apr 25 1:00 PM
Hi Gurus,
I have used table control which is having scroll bar in my module pool program. Scroll bar is working fine.
But if i am selecting few rows and then scrolling down to select few more lines the previous selection is lost.......why this is happening?
Thanks in advance.
Regards,
Aniket Dayama
Hi Gurus,
I have used table control which is having scroll bar in my module pool program. Scroll bar is working fine.
But if i am selecting few rows and then scrolling down to select few more lines the previous selection is lost.......why this is happening?
Thanks in advance.
Regards,
Aniket Dayama
2007 Apr 25 1:04 PM
Hi,
Because even scroll is a user command u need to update the check box fields in your internal table
pai.
loop at itab.
module handle_usercommand.
endloop.
module handle_usecommand.
modify itab from wa transporting 'SEL'.
endmodule
where sel is the selection field
santhosh
2007 Apr 25 2:26 PM
I have not included SEL field into my internal table.......is that required to solve this problem?
2007 Apr 25 2:36 PM
Ofcourse you have to include a single character field in the internal table which will used 2 select your line.
2007 Apr 25 1:40 PM
hi,
u have to update the check box as well as in the flow logic u have run a loop before process before output. n before process after input n dont forget to activate every screen u have created if means u wont get the output.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |