‎2009 Feb 18 1:20 PM
hi ppl,
The function codes(function keys) which are in slis-SALV_TABLE_STANDARD are quite different when compare to class cl_gui_alv_grid.i have set a breakpoint in method set_table_for_first_display and debugged.But the fcode here are quite different when compared to the salv_table_standard fcodes.so i believe if we are using the above method then we need to move with the set_table_for_first_display or else if we copy all the standard function keys from slis pool,then we need to use their corresponding fcodes isnt it???pls let me know.
‎2009 Feb 19 8:10 AM
hi...
see these two thing are quite different from each other and they differ not only in case of function code but also in code and also some time for functionality at the time of implementation....
the difference inthe fcode is due to the status they are using
better go with the class based approach
regards
‎2009 Apr 20 10:29 AM