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

Column Separator

Former Member
0 Likes
1,147

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
878

Hi,

In the layout structure set NO_VLINE = 3.

Ex..

S_LAYOUT-NO_VLINE = 3

Thanks,

Naren

5 REPLIES 5
Read only

Former Member
0 Likes
878
Read only

Former Member
0 Likes
878

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

Read only

0 Likes
878

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

Read only

Former Member
0 Likes
879

Hi,

In the layout structure set NO_VLINE = 3.

Ex..

S_LAYOUT-NO_VLINE = 3

Thanks,

Naren

Read only

0 Likes
878

Hi Naren,

It's solved. Tks a lot. Thanks everybody for your help too.

Regards,

Leonardo S.