Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to raise PBO on previous modal dialog?

former_member267947
Participant
0 Kudos

Hi all

I have two dialogs, that one call another. To clarify what I mean, let's take a look at the first dialog:

As you can see on the screen, it contains ALV. When I click on the row, it will open the second dialog:

When I close the second dialog, I want to trigger PBO on the first is screen to do rerender ALV. How to archive it?

Thanks

3 REPLIES 3

DoanManhQuynh
Active Contributor
0 Kudos

i think you can do refresh_table_display in close event of second popup screen, ALV will change accordingly.

Sandra_Rossi
Active Contributor

raymond_giuseppi
Active Contributor
  • If you only want to update the ALV grid, update the record(s) in the displayed internal table and use some refresh method (e.g. cl_gui_alv_grid->refresh_table_display)
  • If you actually want to trigger the PBO/PAI cycle trigger an ok_code (cl_gui_cfw=>set_new_ok_code)