‎2012 Aug 10 9:54 AM
How to give vertical scrolling for input/output screen element ( excluding table control) in Module pool programming?
‎2012 Aug 13 11:14 AM
Hi Ashwin,
if you want to get Vertical Scroll bar in Table Control then like this.
in Top Include Declare like this.
data : w_ln like sy-tfill.
under PBO create a module : Module get_tcontrol_lines.
double click on that module and write the following code.
tcontrol-lines = w_ln + 1000.
Reward if it was helpfull.
Thank You & Regards.
Ron.
‎2012 Aug 17 6:31 AM
Hi Ashvin,
If you got the answers what you are looking for , please close the thread don't keep it open.
Thanks & Regards
‎2012 Aug 20 4:36 AM
hi rohan,
what u mentioned is for table control, but i want for input/output element, not for table control.
Regards,
Ashvin