Hi,
im looking for an replacement for I_grid_title the the FM REUSE_ALV_GRID_DISPLAY:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = alv_report_id i_grid_title = tmp_title is_layout = alv_layout is_print = alv_print it_fieldcat = it_fcat i_save = 'A' it_sort = it_alv_sort is_variant = alv_variant
I tried
salv_display_settings->set_list_header( 'Userlist' ).
and
create object salv_header. salv_label = salv_header->create_label( row = 1 column = 1 ). salv_label->set_text('Title for the ALV'). salv->set_top_of_list( salv_header ).
But both are not an replacement for the I_grid_title parameter as the position and look&feel is completely different.