2011 Feb 09 9:29 AM
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
2011 Feb 09 9:34 AM
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
2011 Feb 09 10:04 AM
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)