OnSAP

Collaborative Q&A for SAP technies

How to update screen values when PBO is not triggered?

Up

0

Down

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.

abap dynpro

Created on Jul 6, 2010 3:56:24 PM by pvl (52) 2 1.

Last change on Jul 6, 2010 3:56:35 PM by pvl (52) 2 1.

This post was edited 1 time. Show revisions

1 Reply

Accepted Answer

Up

0

Down

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' )

Created on Jul 6, 2010 3:58:05 PM by pvl (52) 2 1.