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: 

Cursor controlling in Table Control Scroll

manivel
Participant
0 Kudos

Dear All,

In module pool screen I'm having Selection Screen (in sub screen) and Table Control.

The problem is, while scrolling or page up or page down the cursor is getting placed in the selection screen input field (PBO Event is triggered).

Is there any solution to avoid this while scrolling?

Regards,

Manivel S

1 REPLY 1

raymond_giuseppi
Active Contributor

Did you try a simple SET CURSOR in main screen PBO,after the CALL SUBSCREEN statement?

Regards,
Raymond