cancel
Showing results for 
Search instead for 
Did you mean: 

How do i give custom column name in alv grid

Former Member
0 Kudos

How do i give custom column name in alv grid

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kaushik,

Before you call the SET_TABLE_FOR_FIRST_DISPLAY edit the field catalog (call get_frontend_fieldcatalog)

and set the column name by assigning your name to the fields SCRTEXT_S, SCRTEXT_M and SCRTEXT_L and COLTEXT. Then call SET_FRONTEND_FIELDCATALOG and you column name should be ok.

Regards,

John.