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

cursor position

Former Member
0 Likes
471

Hi all,

I'm working on a user exit for material master.

How can I set the focus of the cursor to a specific field in the material master?

(There should be no PBO/PAI event in the user exit.)

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
438

i dont know like what you mean by Focus exactly .. u mean to say like highlighting the filed with some ..

try

Set Cursor field ' ' line position

Set Cursor col ....

regards,

vijay

Read only

0 Likes
438

I mean if user is in other view in the material master, the user exit can set the focus back to the field in a particular view...

Read only

0 Likes
438

my case is similar to this topic

is it really no solution ?