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

save column width in alv variant

Former Member
0 Likes
622

Hello All,

My requirement is, I want to change the column width and save it as variant in my ALV Report.

Please help me to achieve this functionality.

I am using FM: REUSE_ALV_LIST_DISPLAY

Thanks,

Shreekant

Hello All,

My requirement is, I want to change the column width and save it as variant in my ALV Report.

Please help me to achieve this functionality.

I am using FM: REUSE_ALV_LIST_DISPLAY

Thanks,

Shreekant

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

use column width optimize like below....

wa_layout-colwidth_optimize = 'X'.

The output will fix in the column.

after that save the varient..

Regards

Ganesh Reddy

Edited by: Ganesh Reddy on Feb 9, 2011 3:06 PM

Read only

0 Likes
487

Hi Ganesh,

I don't want to fix the column, i just want to change some of the column width and want to save it in variant, so that if I execute the report with that variant again, I would like to see the changes what we did earlier. (ex. width changes)