cancel
Showing results for 
Search instead for 
Did you mean: 

How to know F4 of which row is clicked in a table

bhavya_sri3
Participant
0 Kudos


Hi experts,

We had a requirement to assign a search help to the input field in a table. But we need to implement it only for few rows.

The input field is assigned with a default standard F4. So based on the value of the row, we need to assigne the new search help only for a few.

We tried to assign the search help for the field but it is being applied to all fields.

Can anyone please suggest how can I assign different search helps to different rows in a table.

Thank you so much in advance for any suggestions..

Thanks,

Bhavya

Accepted Solutions (1)

Accepted Solutions (1)

former_member211591
Contributor
0 Kudos

Hi Bhavya,

you have to deactivate the value help during runtime based on your conditions.

Check this documents, which explains how to dynamically assign different value-helps:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d00b7f6b-8ef0-2d10-7db8-f66cf3dbf...

What you need is to set lr_nd_input_value_info->set_attribute_value_help with value_help_mode = 101 to deactivate the value-help and apply it to each of your tables rows. (So, first all fields have the standard value-help (as it is now), and then dynamically you deactivate it for certain rows.)


Regards..

iSD

Answers (0)