cancel
Showing results for 
Search instead for 
Did you mean: 

Click Event For Row Repeater

Former Member
0 Kudos

Hi All,

I have to display my data in the row repeater and one of the field is link to action.Now my requirement is whenever i click on that particular field of that linktoaction field it will diaplay another screen showing the details of that field.

Now my problem is that if i use any method such as get_lead_selection_index or any other method it will display the value of first field instead of the selected field.So help me out what to do.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

One of the event parameters for the onAction event handler is the context_element. You don't need to read the selected context element, because the exact instance is passed as an importing parameter into the event handler:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3a/ebee412e5e6324e10000000a1550b0/frameset.htm