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: 50,102 times
last updated: 06 Jul '10, 15:56
How to add custom fields to the sales order document in ECC?
How to identify the key figure that was changed by the user
BAdI Short Dump : DATA_INCONS_IN_EXIT_MANAGEM
Is there an interactive ABAP console?
Web DynPro vs BSP? Which to choose?
Problems in using Call Transactions in a BAPI
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?
First time here? Check out the FAQ!