2008 Mar 10 10:17 AM
How to add a colour to ALV grid heading?
Here is my code.
DATA: gs_line TYPE slis_listheader.
CLEAR gs_line.
gs_line-typ = 'A'.
gs_line-info = 'JMS Interface Jobs Status Report'(a01).
APPEND gs_line TO gt_top_of_page.
Its urgent.
ThnxVenky
How to add a colour to ALV grid heading?
Here is my code.
DATA: gs_line TYPE slis_listheader.
CLEAR gs_line.
gs_line-typ = 'A'.
gs_line-info = 'JMS Interface Jobs Status Report'(a01).
APPEND gs_line TO gt_top_of_page.
Its urgent.
ThnxVenky
2008 Mar 10 10:24 AM
Hi,
Use the statement.
Format color n ON.
where n is a number which specifies a color. Different colors have different numbers. Just do some trial and error for the color which you want.
Reward if helpful.
Regards.
2008 Mar 10 10:27 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |