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

Layout in ALV

Former Member
0 Likes
631

Hi,

Could anyone tell me in detail what the the purpose of the following in a alv layout.

1.ZEBRA

2.COLWIDTH_OPTIMIZE

3.window_titlebar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hi,

Zebra:

layout-Zebra = 'X' makes alternate rows to be coloured dark and light....

COLWIDTH_OPTIMIZE:

COLWIDTH_OPTIMIZE = 'X' makes column with to increase/decrease as per the content width....

if u make window_titlebar = ' ' the title of the detail display popup window(u get when u double click on a row) ll be details:Display....

if u make window_titlebar = '<Title as u like>' it ll come der......

Cheers,

jose.

Hi,

Could anyone tell me in detail what the the purpose of the following in a alv layout.

1.ZEBRA

2.COLWIDTH_OPTIMIZE

3.window_titlebar

3 REPLIES 3
Read only

Former Member
0 Likes
585

Hi,

This layout option is used for the layout purpose of ur alv report i.e how should the alv appear. i.e in zebra means in strips form...

Send me your mail id, i will send you the doc..

AWARD POINTS IF USEFUL

Read only

Former Member
0 Likes
585

hi ,

if u use the COLWIDTH_OPTIMIZE then automatically it will reduce the sise of the field for ex ... if the field had 20 chars and you assigned 30 chars then it will make it to 20 only...

regards,

venkat.

Read only

Former Member
0 Likes
586

Hi,

Zebra:

layout-Zebra = 'X' makes alternate rows to be coloured dark and light....

COLWIDTH_OPTIMIZE:

COLWIDTH_OPTIMIZE = 'X' makes column with to increase/decrease as per the content width....

if u make window_titlebar = ' ' the title of the detail display popup window(u get when u double click on a row) ll be details:Display....

if u make window_titlebar = '<Title as u like>' it ll come der......

Cheers,

jose.