cancel
Showing results for 
Search instead for 
Did you mean: 

Move to next input box without user pressing some key

former_member229979
Participant
0 Kudos

Hello WDA Gurus,

I have a requirement in Web Dynpro ABAP.

I have to create 3 input box in a same row separated by hyphen.

Each input box has the input length for 3 chars.

I want when I am done with 3 char entries and want to enter 4th character, the cursor should automatically move to the next input box. I do not want that user should press some key ( like tab or enter) to move to next block.

The same functionality can be found when we enter serial key for windows. For moving to next block, no key press is required and the character automatically comes in the next block. Similarly, I want to implement in WDA.

May you please help.

Regards,

Megha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mehan Jain ,

To my knowlwdge this can't be done through WDA .

But you can achieve this through BSP by adding java script by getting the length of the entered text and skip to the next input field .

Experts correct me if this requirement can achieve through WDA also .

Regards

Chinniaya P

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Chinnaiya is right.

You need a server round trip to let know that you nned to focus on next inputfield. What you are talking about is a client side events which is not in WDA.