‎2006 Sep 01 6:39 PM
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
‎2006 Sep 01 6:59 PM
‎2006 Sep 01 6:42 PM
Hi Raj,
Did you activated your code after did changes to it??
If not make it active and test once again.
Thanks,
Vinay
‎2006 Sep 01 6:46 PM
‎2006 Sep 01 6:59 PM
‎2006 Sep 01 7:05 PM
‎2006 Sep 01 7:07 PM
‎2006 Nov 30 3:22 AM
I just wanna let everyone know that <b>today</b> i suffered the same and exactly issue like in this entry. It was really causing me to bang my head -> wall like Rich....
I couldn't see my result after i insert a new column and move a column...
yeah, guys out there, when you move your ALV fieldcat... make sure you check your layout management tooo...
otherwise you go around the world to look what's going on!....
phew... thanks to this post... oh god!
william wilstroth