cancel
Showing results for 
Search instead for 
Did you mean: 

Reading value from F4

Former Member
0 Kudos

Hi folks, I am trying to read the value of the selected entry in F4 so that the user is presented with a meaningful name rather than code e.g. Lufthansa for LH. This is what I have been doing: 1. I have set my component to implement the interface IWD_VALUE_HELP 2. I also have passed reference of listener a to a local attribute. 3. I put my code for capturing the selected element in set_value_help_listener. I am following the instructions as to how to implement IWD_VALUE_HELP but no matter what I do the method set_value_help_listener is never called. Any ides? Thank you. Regards yuval peery

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just make sure that the context binded to input field has these properties :

Input Help Mode : Freely Programmed

Input Help Component Usage : <name of compoent implementing IWD_VALUE_HELP interface>

For Reference , chck Standard SAP comp : Demo_Value_Help

Former Member
0 Kudos

Hi Mago Thank you for your enlightening answer . I will try it later today . Regards Yuval