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: 

Webdynpro selected fields

0 Kudos


Hi Experts,

I have a requirement in a view I have 4 input fields

field label1 : ip1

field label2 : ip2

field label3 : ip3

field label4 : ip4

For example when I kept the cursor in ip2 field and press enter I should get the field name or field id on the field which I kept the cursor.

Kindly let me know how it can be done.

Thanks in Advance

Srivedha Sankaran

1 ACCEPTED SOLUTION

nishantbansal91
Active Contributor
0 Kudos

Dear Srivedhasankaran,

create one method in the input field in the wdevent parameter of method you will find the fieldname and take that fieldname and bind the same to the input field.

Thanks and Regards,

Nishant

2 REPLIES 2

nishantbansal91
Active Contributor
0 Kudos

Dear Srivedhasankaran,

create one method in the input field in the wdevent parameter of method you will find the fieldname and take that fieldname and bind the same to the input field.

Thanks and Regards,

Nishant

0 Kudos

Hi Nishant,

Thanks for replying .. can you give an example ..

Thanks,

Srivedha Sankaran