cancel
Showing results for 
Search instead for 
Did you mean: 

how to set Table name in ALV?

Former Member
0 Kudos

Hi,

Can any one help me out to set table name in ALV?

Thanks,

Gopi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use the below code to Set the Table name in ALV :

*set header for the table 
data: lr_table_settings type ref to if_salv_wd_table_settings. 
data: lr_header type ref to CL_SALV_WD_HEADER. 
lr_table_settings ?= l_value. lr_header = lr_table_settings->get_header( ). 
lr_header->set_text( 'FLIGHT LIST SEARCH' ).

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you want to have name for the ALV or header for the ALV