Application Development and Automation 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: 
Read only

Screen Programming

Former Member
0 Likes
437

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

Hi

Try to use LEAVE SCREEN statament, it should triggered the PBO of the current screen.

Max

3 REPLIES 3
Read only

Former Member
0 Likes
370

Hi

Try to use LEAVE SCREEN statament, it should triggered the PBO of the current screen.

Max

Read only

0 Likes
369

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

Read only

Former Member
0 Likes
369

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.