cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchy ALV: column heading not displayed

Former Member
0 Kudos

Hi,

I have a two-level hierarchy ALV. I used SET_TEXT of column header class to set the column heading. The only headings displayed are the headings of columns which are set as hierarchy column and the reset headings display the description of data domain. How can I customize all column headings?

Best regards,

ts

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Before SET_TEXT method, set the DDIC binging to None and then check:

LS_COLUMN_HEADER->SET_DDIC_BINDING_FIELD( IF_SALV_WD_C_COLUMN_SETTINGS=>DDIC_BIND_NONE ). " Remove DDIC Binding

LS_COLUMN_HEADER->SET_TEXT( 'Your Text' ).

Hope this helps u,

Regards,

Kiran

Answers (0)