2023 Jul 26 3:09 PM
Hello community
I'm creating an alv with two containers:
I have the button to modify layout:
But I don't have the buttons to select layout and save layout:
Does anyone know how to add these two buttons already with their respective functions?
Thanks
2023 Jul 26 4:30 PM
Hello,
Did you add this parameters?
CALL METHOD g_grid->set_table_for_first_display
EXPORTING
is_variant = gv_variant
i_save = 'X'
2023 Jul 26 4:30 PM
Hello,
Did you add this parameters?
CALL METHOD g_grid->set_table_for_first_display
EXPORTING
is_variant = gv_variant
i_save = 'X'
2023 Jul 26 4:50 PM
2023 Jul 27 10:28 PM
2023 Jul 26 4:36 PM