‎2006 Oct 30 8:57 AM
HI,
i am creating a simple table control.when i execute it i am not able to scroll it
downwards.plz try to solve this.
‎2006 Oct 30 8:59 AM
in the PBO use the statement,
describe table itab lines fill.
tc-lines = fill.
Chekc this Program
demo_dynpro_tabcont_loop.
demo_dynpro_tabcont_loop_at.
Regards
- Gopi
‎2006 Oct 30 9:01 AM
hi,
kindly chk these standard tutorial pgms of table control.
ver very helpful
demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at
RSDEMO_TABLE_CONTROL
rgds
anver
‎2006 Oct 30 9:01 AM
hi,
kindly chk these standard tutorial pgms of table control.
ver very helpful
demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at
RSDEMO_TABLE_CONTROL
rgds
anver
‎2006 Oct 30 9:02 AM
‎2006 Oct 30 9:07 AM
Hi,
For scrolling down you need to set the property TBCL-lines in the PBO. The lines should preferably be more than 1 with the internal table . You also need to handle the P+ or any Ok codes you define for scrolling to next page ,previous page, first page and last page etc. The code for these OK codes you will find in the program
<b>demo_dynpro_tabcont_loop</b>.
Hope this helps.