‎2007 Sep 18 5:24 PM
Hi GURUS,
I have a module pool screen that has multiple fields and table controls that span more than one page.
When the user clicks on scroll or any field in table control or any button related to table control( select, deselect, scroll etc)..
The cursor psoition is set back to the first input field on my screen at PBO.
Is there any way that i can capture the screen click and set the cursor position at the position ( so that my screen doesnt reset it self to starting psoition).
<b><REMOVED BY MODERATOR></b>
Thanks
Message was edited by:
Alvaro Tejada Galindo
‎2007 Sep 19 5:45 PM
‎2007 Sep 19 6:49 PM
In the PAI set a variable for cursor position and in the PBO set the cursor position.
PAI
curfld = 'ITAB-TRKNBR'.
PBO
SET CURSOR FIELD curfld LINE curpos.
‎2007 Sep 20 3:55 PM
It doesnt help me...
How can i capture my screen click on this subscreen( table control)
‎2007 Oct 18 9:47 PM