‎2014 Oct 27 12:58 PM
Hi SAP Community
I somehow need to filter the searchhelp for the field "Benutzername" by the "Sys.ID" value of the field "System-ID" as in the image below.
(The values in the yellow box are all the same, because of that I have to filter them)
Currently I try to solve it with a searchhelp-exit and the function module "FM_FYC_DYNPRO_VALUE_READ"
But it just doesn't seem to work. Could you help me or maybe give me a hint on how to approach this?
‎2014 Oct 27 1:22 PM
Hi Yannik,
When step 'SELECT' in searchhelp-exit, you can delete those duplicate lines in itab 'RECORD_TAB'.
Regards,
Archer
‎2014 Oct 27 5:54 PM
Hi,
If you are using a global search help ( created in SE11 ), check the import parameter check box for the field System Id.This should resolve your issue.
Otherwise, just pass the system id also to the Search Help Exit, and delete the internal table using the the same.
Regards,
FB