cancel
Showing results for 
Search instead for 
Did you mean: 

Search help at Runtime

Former Member
0 Kudos

Hi,

I need to assign Search help dynamically to a table column based on the input of the Previous column.Please help.

Regards,

Ismail.

Accepted Solutions (0)

Answers (3)

Answers (3)

shwetars
Advisor
Advisor
0 Kudos

Hi Ismail,

You can attach dictionary search helps to a field at runtime using the method set_attribute_value_help( ) of the class if_wd_context_node_info. This is a recently added feature.

If this method doesn't exist on your server please contact your system administrator to get the latest notes imported into the system.

You can check the value entered in the first column and accordingly set the F4 help in the second column using the above method.

Regards,

Shweta

Message was edited by: Shweta R Shanbhag

Former Member
0 Kudos

Hi,

You can check the attribute value bound to the first column of the table element at lead selection and then assign a search help to the attribute attached to the second column.

What kind of search help are you trying to use by the way? Is there an action that is trigerred that you catch and assign search helps? Let's say, the user pressing Enter after inputting something in the first column?

Regards,

Satyajit.

Former Member
0 Kudos