cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive List in Webdynpro

former_member645692
Participant
0 Kudos

Hi All,

I have done a small development.In my component there is a inputfield.In that when i enter a tablename,table fields with there values will get displayed.

My requirement is when i double click the fields the data type of the fields should get displayed'

Kindly help me in this

Accepted Solutions (0)

Answers (1)

Answers (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Jagadeeshan,

How exactly do you intend to display the data type of your element when you double click on it? May be you can have a popup to get displayed with the datatype of the field on which you had clicked up on. When you click on a tables cell the WDEVENT parameter being passed by the framework to determine which particular attribute has been clicked up on. Now you can have a "Case" structure in which you can assign the value of a context attribute to the data type of the field the user has clicked upon. So now just show this context attribute value within your popup window.

Regards,

Uday