In some cases, for example with actions on ALV buttons, the PBO of the screen is not triggered but one might want to update some screen element. asked 06 Jul '10, 15:56 pvl |
The following call will force the PBO execution and the corresponding update of screen fields. cl_gui_cfw=>set_new_ok_code( new_code = 'REFR' ) answered 06 Jul '10, 15:58 pvl |