Application Development 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: 

how to set 'tab' index on the screen.

Former Member
0 Kudos

Hi everyone,

I have a problem.

I have a screen in my dynpro. And there are two input fields and a button on the screen.

when I press the "Tab" key on my keyboard , the cursor jump from one input field to the

button ,and to the other input field.

What I want is when I press "Tab" key on my keyboard , the cursor directly jump from one input field

to the other one ,then to the button.

How can I set the "Tab" index???

Thanks for your help.

2 REPLIES 2

former_member223537
Active Contributor
0 Kudos

Hi Aaron,

While creating the screen just order the fields in the way the user wants TAB.

i.e. from left to right & top to bottom...

In other words, create the screen fields on the sap screen in SE80 in the same order in which you want the tab to work.

eg. lets say we want material no & description.. so 1st create material no. field & then description field

Best regards,

Prashant

Former Member
0 Kudos

hi,

first thing , u need to take all the input fields By pressing F6 on screen and than keep button .

u dont need to set any tab, jst keep in sequence in which u want on screen , it automatically takes its tab and it goes on..

Saurin Shah.