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

screen design

Former Member
0 Likes
377

Dear all,

pls provide the solution for the below.

i have created a screen with vertical scroll bar and the screen fields are devided under 4 blocks.

initially there is a GAP between block and the vertical scrollbar. but after pressing the 'Enter' the gap getting reduced i.e. the vertical scroll bar & block end getting closure.

can provide the solution for the above.

Regards

Venkat

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
361

if it is a selection screen you could use addition NO INTERVALS in your statement SELECTION-SCREEN BEGIN OF BLOCK . This will make the frame shorter.

Read only

Former Member
0 Likes
361

Hi,

In a PBO module, put the total lines in your internal table to the table

control "lines" field. Like this:

DESCRIBE TABLE itab LINES tablecontrol-lines.

i hope it will help you.

regards,

Lokesh