‎2007 Feb 13 6:16 AM
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.
‎2007 Feb 13 6:21 AM
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
‎2007 Feb 13 6:31 AM
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...
‎2007 Feb 13 6:58 AM