Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter searchhelp values based on dynpro field

Former Member
0 Likes
824

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?

2 REPLIES 2
Read only

Former Member
0 Likes
705

Hi Yannik,

When step 'SELECT' in searchhelp-exit, you can delete those duplicate lines in itab 'RECORD_TAB'.

Regards,

Archer

Read only

fredericbasilius
Participant
0 Likes
705

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