Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

set_table_for_first_display function codes vs slis

Former Member
0 Likes
388

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.

2 REPLIES 2
Read only

Former Member
0 Likes
361

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

Read only

Former Member
0 Likes
361

thanks