Hi all,
My ALV grid won't save my layout, whereas I'm passing the variable i_save to the call:
CREATE OBJECT:
grid_container EXPORTING container_name = 'CONTAINER_1',
grid EXPORTING i_parent = grid_container.
(...)
CALL METHOD grid->set_table_for_first_display
EXPORTING
is_layout = layo
i_save = 'A'
CHANGING
it_outtab = gt_zpvp_display
it_fieldcatalog = fieldcat.
I've had a similar problem before, using SLIS. It was solved then by passing the call_back_program parameter. Unfortunately, this parameter isn't to be found in my method.
Hope you can help.
Kind regards, B E R T