‎2008 Apr 21 8:20 AM
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
‎2008 Aug 22 10:28 AM
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.
‎2008 Aug 26 9:59 AM
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