Defining tabulator behaviour on screens

Question: Hi,

Is there a way to define tabulator behaviour in a dynpro screen?
I mean, if i have 3 fields on the screen

F1 F2
F3

the standar tabulator behaviour would be F1->F2->F3, but i want the tabulator to do F1->F3->F2. Is there a way to do that?

I search on the site, but i only found questions about...

Thanks in advance,
mr.

Answer:
Yes: change the order of your fields on the screen

More seriously: no, as far as I know there is no way to define the order of the tabulator behavior in SAP screens.

Answer:
In some standard R/3 transactions, there is a dynpro sequence that is maintained in a customizing table. Don't ask me for the name of the table -- I would have to dig it up myself. But, you can influence the flow in at least a few transactions.

Answer:
I am afraid, you cannot influence tabulator to follow appropriate order. But you can make cursor follow it by pressing Enter key. Statements SET CURSOR in PBO and GET CURSOR in PAI help you.

Best regards

Answer:
Thanks all for the replies...

In some standard R/3 transactions, there is a dynpro sequence that is maintained in a customizing table. Don't ask me for the name of the table -- I would have to dig it up myself. But, you can influence the flow in at least a few transactions.
I'm building my own screen, so i guess this won't work.

I am afraid, you cannot influence tabulator to follow appropriate order. But you can make cursor follow it by pressing Enter key. Statements SET CURSOR in PBO and GET CURSOR in PAI help you.
I think about that, but using Enter key instead of tabulator is not an option in this case. Neither the users nor the functional want that.

Yes: change the order of your fields on the screen
... so i'll go for this...

Thanks all again.
mr.
Copyright ?2007 - 2008 www.jt77.com