cancel
Showing results for 
Search instead for 
Did you mean: 

Copy text enter on one input filed to next textfield

prathamesh_gandhi
Participant
0 Kudos

Hi All,

I have a requirement where I want to copy whatever text enter on the first input field to next text field. It should be instant as while typing text should copy.

The events like OnKeyPress or OnKeyRelease ? Can we develop such functionality in webdynpro ABAP.

Thanks In Advance,

P$G.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I doubt that text will appear in second field as you type in the first field simultaneously.

But you can use Event Onaction in the properties of the input field.

the functionalty will be that once user press the enter button , the same text will copied and displayed in the second input field

regards

Vaibhav

Former Member
0 Kudos

I agree with what vaibhav said.

But instead of writing code in events, I will suggest to bind both the fields with the same attribute.