2008 Jul 21 11:44 AM
hi all,
i'm working on ALV report,
i need to display column heading as
PR to
Po in
days
i'm getting as PR to PO in Days in a single line,
how to make text to come one below the other.
Regards
Suprith
2008 Jul 21 11:52 AM
hi
give both column no nad row number to text.
fcat-row = 1.
fcat-column = 1.
text = PR to.
fcat-row = 2.
fcat-column = 2.
text = Po in.
Aditya
hi
give both column no nad row number to text.
fcat-row = 1.
fcat-column = 1.
text = PR to.
fcat-row = 2.
fcat-column = 2.
text = Po in.
Aditya
2008 Jul 21 11:52 AM
hi
give both column no nad row number to text.
fcat-row = 1.
fcat-column = 1.
text = PR to.
fcat-row = 2.
fcat-column = 2.
text = Po in.
Aditya
2008 Jul 21 12:02 PM
Hi,
try this..
fieldcat-row = 1.
fieldcat-column = 1.
fieldcat-coltext_l = PR to.
fieldcat-row = 2.
fieldcat-column = 1.
fieldcat-coltext_l = Po in.
2008 Jul 21 12:09 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |