I use a search help ("PREMN") in an InputField "Personnel number". After the user selects a personnel number in the search help display, I would like to display the person's name as well. How can I achieve this?

Work with the "SearchHelpProcess" option of the InputField statement. Example:
inputfield (19,80) "Receiver" (19,92) name="ME51N_receiver" size="10"  searchhelp="PREM" SearchHelpProcess="return.txt" shname1="NACHN" shdest1="V[ME51N_receiver_name]"  


Text (19,103) "&V[ME51N_receiver_name]"