This website has been archived, it is working in read-only mode.

This website has been archived, it is working in read-only mode.

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's gravatar image

pvl
1373510
accept rate: 33%


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

permanent link

answered 06 Jul '10, 15:58

pvl's gravatar image

pvl
1373510
accept rate: 33%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×28
×1

question asked: 06 Jul '10, 15:56

question was seen: 50,535 times

last updated: 06 Jul '10, 15:56