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

Set cursor field dynamically based on user control

Former Member
0 Likes
775

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

4 REPLIES 4
Read only

Former Member
0 Likes
605

Can any one help me regarding this issue

Read only

Former Member
0 Likes
605

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.

Read only

0 Likes
605

It doesnt help me...

How can i capture my screen click on this subscreen( table control)

Read only

Former Member
0 Likes
605

This is done