cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture Dictionary search help key and display its value next to select-options.

0 Kudos

Dear Experts

I have a requirement where in i am using WDR_SELECT_OPTIONS as a selection criteria with no intervals and no extensions and adding selection field with Export parameters as i_value_help_type = 'SEARCHHELP' and i_value_id as dictionary elemantary search help name.

Now, I want to capture the search help value when ever user gets selected the value in search area and want to display the text beside to the value in search help.

Thanks in advance

View Entire Topic
iftah_peretz
Active Contributor
0 Kudos

Hey,

You can capture the value on WDDOAFTERACTION, but only if the user presses the <Enter> key.

If you want it instantaneous, you'll need to implement OVS. In it, I think, co_phase_3 is the part you want to assign the addition value you want based on the user selection.