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: 

Changing search help results

former_member830944
Discoverer
0 Kudos
227

Hello,

I'm creating a search help exit where if I type 123 in a search help it would search the database like this *123*.

It would fetch results that includes the inputted value rather than equaling to the value. It should be able to fetch results like 0000123 or 12394949.

Any idea how I could do this?

Regards,

Terry

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos
198

What did you already try to perform in step SELECT

  • Read source of sample exit F4IF_SHLP_EXIT_EXAMPLE
  • Basically, you could select the data yourself and then trigger DISPLAY step or just change the selection criteria (SELOPT) and then trigger standard SELECT step.