cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the cursor on UI element

Former Member
0 Kudos

Hi,

I have 6 input fields and 2 drop downs in my view.

supose

IF1, IF2...IF7 & DD1, DD2.

Now if the current cursor focus is on IF1, if user press 'tab' i want to go to IF3 which is in next line not to IF2. In short i want to set the cursor field dynamically. Pls suggest how to do this.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Not possible.

You do have an API method to allow you to set the focus:

http://help.sap.com/saphelp_nw70/helpdata/EN/42/f74da548bc3255e10000000a1553f7/frameset.htm

However the problem is that there is no server event that can be registered for the tab command. Therefore you can't insert any logic to be executed when the user presses tab.

Former Member
0 Kudos

By the way is there any way so we can set the cursor field dynamically.

Former Member
0 Kudos

Solved at my own.

I need to create different transparent container and put the UI elements according to my requirement in tranparent container...

suppose two transparent container. So first it will tab thru my container 1 n then 2...