‎2008 Feb 18 6:33 AM
Hi,
I am using 2 table controls in a screen . I have marked vertical resizing in attributes of the screen. but it is not allowing for vertical scroll. i have checked out in all screen attributes . Please help me with this issue.
‎2008 Feb 18 6:37 AM
in the PBO include these lines
<tabctrlname> is the name of the table control placed on the screen.
it_tabctrl is the internal table data that is being passed to the table control.
describe table it_tabctrl lines N.
<tabctrlname>-lines = N.
Regards
Gopi
‎2008 Feb 18 6:37 AM
hi i don think it ll scroll down if the table control is empty...
try entering some values and den scroll dowm.
‎2008 Feb 18 6:37 AM
in the PBO include these lines
<tabctrlname> is the name of the table control placed on the screen.
it_tabctrl is the internal table data that is being passed to the table control.
describe table it_tabctrl lines N.
<tabctrlname>-lines = N.
Regards
Gopi
‎2008 Feb 18 8:44 AM
i tried out that solution but its still not allowing for vertical scroll.
‎2008 Feb 18 6:42 AM
Hi,
You can get the vertical scrolling automatically based on the records which u want to display in the table control.
Try to print more than 100 records. Then observe the output displayed.
Thanks,
chandu.