‎2008 Jul 03 12:23 PM
Hello,
I have grid with checkboxes could somone advise me how to update field after clicking on grid. I mean for example in grid will be number of marked checkboxes.
I dont want to use method
call method cl_gui_cfw=>set_new_ok_code
exporting
new_code = 'GRIDHANDLE'.
because it takes a lot of time and everything is very slow and
CALL METHOD sender->refresh_table_display. doesn't update screen fields.
function 'DYNP_VALUES_UPDATE' doesn't work in subprogram.
Maybe put this function to module, but how to call it?
Some ideas?
Regards,
Joanna
‎2008 Jul 03 2:52 PM
I found another function 'DYNP_UPDATE_FIELDS'. it solved my problem.