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

update screen fields from grid

Former Member
0 Likes
378

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

1 REPLY 1
Read only

Former Member
0 Likes
334

I found another function 'DYNP_UPDATE_FIELDS'. it solved my problem.