SAVE ALV layout

Question:
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????
Answer:
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
Answer:
Hi,
Provide the value 'U' or 'A' for the parameter I_SAVE of the FM.
Answer:
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

More Articles:

bdc 585?
Download into different sheets of excel?
Identify Current BOM Components?
VVV Urgent: COM4ABAP BEGIN_COM_SESSION multiple sessions?
date format?
report for trail balance at profit center level?