‎2007 Apr 26 4:19 PM
Hi,
I have developed a report using FM REUSE_ALV_HIERSEQ_LIST_DISPLAY. This report doesn't have a column separator and there is an option on menu Settings->Columns->Automatic Separator where I can activate it. But I would like to enable this option automatically and I couldn't find any parameters in this FM to enable column separator.
Suggestions are welcome.
Regards,
Leonardo Stroebel
‎2007 Apr 26 5:31 PM
Hi,
In the layout structure set NO_VLINE = 3.
Ex..
S_LAYOUT-NO_VLINE = 3
Thanks,
Naren
‎2007 Apr 26 4:22 PM
Hi,
Check the following link;
http://www.sap-img.com/abap/how-to-use-alv-for-hierarchical-lists.htm
Regards,
Bhaskar
‎2007 Apr 26 4:23 PM
Chcek if youur layout is passed with the parameter
x_layout-no_vline = 'X'.
Make it space instead.
x_layout-no_vline = space.
Regards,
Ravi
‎2007 Apr 26 5:24 PM
Hi Ravi,
I've already tried to use no_vline with space and 'X' and it doesn't work. I've forgot to mention that I'm working with 4.6C.
Tks,
Leonardo
‎2007 Apr 26 5:31 PM
Hi,
In the layout structure set NO_VLINE = 3.
Ex..
S_LAYOUT-NO_VLINE = 3
Thanks,
Naren
‎2007 Apr 26 5:51 PM
Hi Naren,
It's solved. Tks a lot. Thanks everybody for your help too.
Regards,
Leonardo S.