‎2007 May 25 3:50 PM
I have incorporated into a custom control an instance of cl_salv_table.
I have registered an event handler for the double click event of that grid.
When the event is raised, it is handled properly. But I want to also
modify the screen from within this handler.
In the degugger, I notice that the PBO event is not fired. How can I force
the PBO modules to be called, if possible?
‎2007 May 25 3:57 PM
Hi
Try to use LEAVE SCREEN statament, it should triggered the PBO of the current screen.
Max
‎2007 May 25 3:57 PM
Hi
Try to use LEAVE SCREEN statament, it should triggered the PBO of the current screen.
Max
‎2008 Jul 04 4:59 PM
I have the same problem.
But when I insert
LEAVE SCREEN.
the method gr_table->refresh( ) of cl_salv_table
does not refresh the table anymore
any suggestions?
Thanks
Markus
‎2008 Jan 10 7:30 PM
Max, I don't know how you managed to find it, but including LEAVE SCREEN in the event handler works. If I can determine how to reward points, you are receiving them.