‎2009 Oct 06 1:45 PM
Hi Experts,
How can we use ZEBRA format and optimize column width as we have in 'REUSE_ALV_GRID_DISPLAY'?
Please suggest.....
Thanks
Akash
‎2009 Oct 06 2:42 PM
Hi,
You need to pass the below values to the paramter: IS_LAYOUT of the FM.
Data:
LS_LAYOUT type slis_layout_alv.
Pass the values:
LS_LAYOUT-Zebra = 'X'.
LS_LAYOUT-colwidth_optimize = 'X'
REUSE_ALV_GRID_DISPLAY
IMPORTING
IS_LAYOUT = LS_LAYOUT.
Note: You need to pass all other required parameters to the above FM.
Hope this helps
regards
Shiva
‎2009 Oct 06 2:46 PM
have you searched in SDN?
they are many posts for this ..
zebra and colwidth_optimize are layout properties. pass it in the alv Fm
‎2009 Oct 06 2:51 PM
Hi All,
As the Heading suggest I need those properties set for "ALV TREE"
Thanks
Akash
‎2015 Feb 27 12:50 PM
Hello!
Don't you find solution of ZEBRA property in ALV TREE GRID?