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

Search help call without display

IanStubbings
Active Participant
0 Likes
504

Hi

Can I call a search help within a program but not send the output to the screen? I wish to validate an entry against the logic but not display anything.

Cheers

Ian

Hi

Can I call a search help within a program but not send the output to the screen? I wish to validate an entry against the logic but not display anything.

Cheers

Ian

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
483

hi

U have an option in search help called search help exit.. u can design ur code as u like in the search help exit.. search help exit is a FM which will be called when u press F4...

Read only

0 Likes
483

Hi

Thanks for the reply but I think I ddid not make my request clear.

I wish to call the search help with a paramater and therefore run though the search help code, but not display the dialog box for the selection or the results. If I get results, I know the execution of the search help has validated my search criteria successfully.

Cheers

Ian

Read only

0 Likes
483

ohh I dont think we can stop display of the search help screen...

the max u can do is display the values directly, without any seleciton screen kind of .. to display...

Reward points if u think usefull

jackandjay.

or u can write some validations code in the At selection screen event..

Message was edited by:

jackandjay