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

Adding colour to ALV heading

Former Member
0 Likes
643

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

2 REPLIES 2
Read only

Former Member
0 Likes
434

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.

Read only

Former Member
0 Likes
434

hi,

i think its not possible to change header colour in ALV...