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.
OnSAP
Collaborative Q&A for SAP technies
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.
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' )
Add comment