I have developed an ALV report using grid controls.
However when i change the fieldcatalog(moving coloumns order and so....) and run again i dont see the effect on the list. I tried logging off and in but still same problem. Also is passed below buffer parameters also.
What could be the issue with controls?
Any hint/ideas greatly appreciated.
Thanks.
CALL METHOD GRID_100->SET_TABLE_FOR_FIRST_DISPLAY
EXPORTING
I_BYPASSING_BUFFER = 'X'
I_BUFFER_ACTIVE = ' '
IS_VARIANT = gv_variant
I_SAVE = gv_save
IS_LAYOUT = x_layout
CHANGING
IT_OUTTAB = <gt_table>
IT_FIELDCATALOG = it_fieldcat[]
IT_SORT = it_sortcat[]
EXCEPTIONS
INVALID_PARAMETER_COMBINATION = 1
PROGRAM_ERROR = 2
TOO_MANY_LINES = 3
others = 4