2006 Mar 02 12:12 PM
I have long text header each column so i want to wrap them into a couple lines.
there's a way to do this ?
I have long text header each column so i want to wrap them into a couple lines.
there's a way to do this ?
2006 Mar 02 12:16 PM
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
2006 Mar 02 12:23 PM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |