I have defined a search help and have a requirement to retrieve multiple reason codes from the search help, thus I have also defined a search help exit. In the search help exit I have the parameter CALLCONTROL-MULTISEL = 'X'. Once I do this I am able to retrieve multiple values into the RECORD_TAB and concatenate them into a single field which I bring back to the main program.
The problem is that whenever I use CALLCONTROL-MULTISEL = 'X' I get this small popup window next to the search help dialog. If I remove this parameter from the exit, the window does not appear but I am only able to select one entry.
Also, if I close the small window that appears, the transaction crashed when selecting entries from the search help dialog. Has anyone ever seen this window appear before and/or know how to get rid of it?
Thanks.