Hi All,
Does anyone know how to create top of page in a container?
Previously, my top of page code is working before i change my alv to be display in a container.
Below is my code.
cl_salv_table=>factory (
exporting
r_container = g_custom_container
list_display = if_salv_c_bool_sap=>false.
container_name = 'CONTAINER1'
importing
r_salv_table = go_alv
changing
t_table = gt_output ).
cl_salv_form_layout_grid, cl_salv_form_header_info is not working once i create the container and display my alv in it.
Could anyone please help?
Regards,
Sham.