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

ALV - vertical text

Former Member
0 Likes
1,196

Hi!

I have written an ALV-report. Because I have to display many columns and the screen width is limited I would like to put the headertext vertical instead of horizontal. Is that an easy thing to do with ALV?

P S C

R T O

I O L

C C O

E K R

-


8.30 X RED

2.00 X YEL

5.82 X GRE

Best regards,

Patrick de Sarrazin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
971

HI Patrick,

I doubt if you can do it using an alv.

Column headings will have a tool tip feature by default.

So, you can play with the display lengths of fields instead of diplaying columns headings as vertical text.

Try to set the output length to as minimum as possible., when you build the field catalog.

Regards,

Ravi

Hi!

I have written an ALV-report. Because I have to display many columns and the screen width is limited I would like to put the headertext vertical instead of horizontal. Is that an easy thing to do with ALV?

P S C

R T O

I O L

C C O

E K R

-


8.30 X RED

2.00 X YEL

5.82 X GRE

Best regards,

Patrick de Sarrazin

5 REPLIES 5
Read only

Former Member
0 Likes
972

HI Patrick,

I doubt if you can do it using an alv.

Column headings will have a tool tip feature by default.

So, you can play with the display lengths of fields instead of diplaying columns headings as vertical text.

Try to set the output length to as minimum as possible., when you build the field catalog.

Regards,

Ravi

Read only

0 Likes
971

Patrick,

This is not an attribute of the ALV controls.

You would need to export the data to Excel, and then programatically do the vertical text there.

Read only

Peter_Inotai
Active Contributor
0 Likes
971

<i>Because I have to display many columns and the screen width is limited </i>

What about using ALV grid? You don't have such limitations there.

Peter

Read only

0 Likes
971

Peter,

By Patrick's phrase "ALV report", I believe that he means ALV grid.

And an ALV grid does have such limitations. It does not support vertical text.

Read only

Former Member
0 Likes
971

Hi Patrick,

There is no such paramter in ALV.

You can only control the screen width in the output.

Regards,

Bharadwaj