SAVE ALV layout
I am using 'DISPLAY_BASIC_LIST' generate an ALV layout, I can change the layout (colums displayed, sort order etc) but the save button is greyed out and I have no options to save the new layout.
Any Ideas????
Hi,
Provide the value 'X' for the parameter I_SAVE of the FM. If you are using the ABAP Object, you have provide the same, but as I havent used the object yet, I am not able to give u the exact parameter name.
_________________
Cheers!
Sgabaper
Hi,
Provide the value 'U' or 'A' for the parameter I_SAVE of the FM.
Hi martinkelly,
Try using REUSE_ALV_GRID_DISPLAY instead
Here you can specify
I_SAVE = 'U' " for user specific variants and
I_SAVE = 'A' " for global variants.
regards,
Kevin Hill