cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the context element of a F4 help of a column in ALV table?

Former Member
0 Kudos

Hello!

I know to get the context element of the current row normally through

lo_el = WDEVENT->get_context_element( 'CONTEXT_ELEMENT' ).

or: lo_el = lo_nd->get_element( index = r-parm->index ).

But this time, I have a F4 help on the cell of a column. After clicking on the F4 help I need to get the current context element. Do you have any idea, to help me?

Many thanks!

regards

Meer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I find the solution. There is an attribute "F4_CONTEXT_ELEMENT in the interface IF_WD_VALUE_HELP_LISTENER.

Former Member
0 Kudos

Hello,

Kindly close the thread if your query is resolved now.

Thanks

Pradeep