Application Development 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: 

To reduce the size of the tabbed selection screen ?

Former Member
0 Kudos

hi friends..

by using NO INTERVALS, we can reduce the width of the selection screen block..

like wise

i have to reduce the size of the tabbed selection screen block..

is it possible ?

if s means can you plz...

4 REPLIES 4

Former Member
0 Kudos

Hi,

give smaller lenght in tab specification:

SELECTION-SCREEN TAB (len) tab USER-COMMAND fcode

reward points if it is helpful.

Regards,

Satish.

0 Kudos

hi sathis..

thanks 4 ur replay..

but my query is reduce the width of tabbed block not the tab width...

Former Member
0 Kudos

Hi Selva,

Check this code...

SELECTION-SCREEN BEGIN OF TABBED BLOCK b1 <b>FOR 10 LINES</b>.

SELECTION-SCREEN TAB (15) name1 USER-COMMAND ucomm1

DEFAULT SCREEN 101.

SELECTION-SCREEN TAB (17) name2 USER-COMMAND ucomm2

DEFAULT SCREEN 102.

SELECTION-SCREEN TAB (23) name3 USER-COMMAND ucomm3

DEFAULT SCREEN 103.

SELECTION-SCREEN END OF BLOCK b1.

***********************************************************

See,in the first line,we are writing

SELECTION-SCREEN BEGIN OF TABBED BLOCK b1 <b>FOR 10 LINES</b>.

Here if u,reduce number of lines,the tabbed block width gets reduced..

Rewards if Useful,

Imran.

0 Kudos

hi imran..

thanks for ur replay..

but here no of lines ie length is reduced but my query is i have to reduce the width