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 grid - wrap column header

Former Member
0 Likes
514

I have long text header each column so i want to wrap them into a couple lines.

there's a way to do this ?

Hi,

As per my knowledge there is no such option in ALV.

You can make use of FIELD CATALOG coloumn text as LONG, MEDIUM, SHORT.

ls_fieldcat-seltext_l = text-t05. "LONG

ls_fieldcat-seltext_m = text-t06. "MEDIUM

ls_fieldcat-seltext_s = text-t07. "SHORT

Thanks.

If this helps you reward with points.

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi Eliram,

I hope there is no such option..

if you want to reduce the length you can use

seltext_s ='textname'.

ddictxt = 'S'.

regards

satesh

Read only

Former Member
0 Likes
396

Hi,

As per my knowledge there is no such option in ALV.

You can make use of FIELD CATALOG coloumn text as LONG, MEDIUM, SHORT.

ls_fieldcat-seltext_l = text-t05. "LONG

ls_fieldcat-seltext_m = text-t06. "MEDIUM

ls_fieldcat-seltext_s = text-t07. "SHORT

Thanks.

If this helps you reward with points.