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 137●3●5●10 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' )
answered 06 Jul '10, 15:58
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Question tags:
abap ×28 dynpro ×1
question asked: 06 Jul '10, 15:56
question was seen: 49,082 times
last updated: 06 Jul '10, 15:56
Large tables where large numbers of records are frequently accessed.What are the optimization techniques we can use?
What are some good Object Oriented Programming Questions for an Interview?
How to generate JSON content from ABAP?
How to search the source code of ABAP programs?
How do I get the duplicated entries when using INSERT dtab FROM itab.
How to package and distribute ABAP code?
related to At selection-screen and at selection-screen output.
How to get the URL that corresponds to an handler installed in the Internet Communication Framework?
Error "READ dbtab" is not supported in the OO context
How can I convert a date to string?
First time here? Check out the FAQ!