cancel
Showing results for 
Search instead for 
Did you mean: 

finding Selected field of context in webdynpro component!

Former Member
0 Kudos

Hi,

How to catch the selected field on output as show below, what are the classes/ interfaces going to be used to catch the selected please mention the method.

Suppose i click on first input field of first row i.e monday we should get internal attribute that is binded to that field .

Thanks in advance,

A.Preethi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Preeti,

Create an event for the input field from the properties of UI element.

you will get a Pop-up to create event. There in that popup you will get check box "Transfer UI Event parameters", check it.

with in the method use case statement and bind the field.

Regards

Ravindranath Reddy

former_member184958
Active Participant
0 Kudos

Hi Preethi,

Using wizard read your node Just comment the Element line instead of that put the following code element = wdevent->get_context_element('CONTEXT_ELEMENT').

Using this you can get the clicked attribute to your context element.

Hope this will helpful to you.

Regards,

John,