Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

vertical scrolling in Module pool programming

Former Member
0 Likes
1,273

How to give vertical scrolling for input/output screen element ( excluding table control) in Module pool programming?

3 REPLIES 3
Read only

Former Member
0 Likes
668

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.

Read only

Former Member
0 Likes
668

Hi Ashvin,

    If you got the answers what you are looking for , please close the thread don't keep it open.

Thanks & Regards

Read only

0 Likes
668

hi rohan,

what u mentioned is for table control, but i want for input/output element, not for table control.

Regards,

Ashvin