In an exit screen I added a new field, everything is ok for display/modification/save management.
Now I would like to add a search help on this field, but the need is relatively complex so I have to do a specific search help with a search help exit (thus with an FM).
First I would like to provide as a parameter to my search help the value of a field of my standard screen (with its ID parameter?) because from this value I have to perform a process (execution of methods of different nested objects with rules complex management) which will give me the result to display.
The result must be of the form: Code/Text, on two columns. For example I could have:
CODE1 Text code 1
CODE2 Text code 2
CODE3 Text code 3
I have already created the search help as well as the FM for the search help exit, I manage to trigger the search help on the field, but in debug I cannot recover this standard zone in the FM interface.