2007 Mar 14 1:41 PM
Hi
We have the following requirement for displaying column heading in REUSE_ALV_LIST_DISPLAY.
Wherever, the heading exceeds the specified column width, it should be split into two rows .
Is that possible in ALV .
Thanks in advance.
Hi
We have the following requirement for displaying column heading in REUSE_ALV_LIST_DISPLAY.
Wherever, the heading exceeds the specified column width, it should be split into two rows .
Is that possible in ALV .
Thanks in advance.
2007 Mar 14 1:46 PM
Hi Ankit,
This is not possible in ALV
To optimize the column width
<b>wa_layout-colwidth_optimize = 'X'.</b>
2007 Mar 14 2:24 PM
Hi ankit,
this is not possible although asked and discussed frequently.
The columns heading is drawn from the short, medium or long text associated with the data element in dictionary. Automatically the text fitting the actual width will be taken.
But: When you move the mouse over the heading, the full length text gets visible.
If you need this for a printed report, you have to write a list report.
Regards,
Clemens
2007 Mar 14 2:41 PM
HI,
U can use LVC_just = 'L' or 'R' or 'C' to define the justification as left right center correspondingly.
U can otimize the column width by usein
LVC_colwidth_optimize = 'X'.
Hope helps u better.
Regards,
Ravi Kumar
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |