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

Change header name

Former Member
0 Likes
801

Hi,

I am displaying traffic light signal using alv_grid_display.

In output it's showing header name 'Exception' for traffic light.

I want to change header name 'Exception' to 'Signal'.

Plz help me.

Hi,

I am displaying traffic light signal using alv_grid_display.

In output it's showing header name 'Exception' for traffic light.

I want to change header name 'Exception' to 'Signal'.

Plz help me.

4 REPLIES 4
Read only

agnihotro_sinha2
Active Contributor
0 Likes
748

hi,

define the variable of type ICONS.

also declare type-pools as ICONS.

Read only

Former Member
0 Likes
748

hi,

INCLUDE <icon>. " put it in top part of program

data :status TYPE icon-id, " put as last field of internal tabel

gwa_fcat-icon = gc_x. " make X in field catalog

Read only

Former Member
0 Likes
748

maintain standard text for tht particular column

Read only

Former Member
0 Likes
748

Thank You.