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

searchhelp save standard multiple selection ?

Former Member
0 Likes
350

in a searchhelp it is possible to do multiple selection but is it also possible to hold the values of that multiple selection ??

example, in searchhelp premk an employee works for companycode 1100,1500,7300

I can enter those values in multiple selection so I can have the whole list

but when I exit the searchhelp and returnn I have to enter the values again

with parameters I tried to enter the same parameter WRK twice but that doesn't work

are there any other options to hold multiple selection data for a user ?

(and no not saving the resulting list, the query has to be excecuted every time )

kind regards

arthur de smidt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
326

You could always append the search help with your own custom Z* search help. In the Z* search help you can define the plants as "hard-coded". I'm not sure if your values will be the same each time you execute the search help? If not there is a search help user exit that you could execute and retrieve values from the users parameter ids - set up some Z* parameter ids.

Good Luck -

Michelle

1 REPLY 1
Read only

Former Member
0 Likes
327

You could always append the search help with your own custom Z* search help. In the Z* search help you can define the plants as "hard-coded". I'm not sure if your values will be the same each time you execute the search help? If not there is a search help user exit that you could execute and retrieve values from the users parameter ids - set up some Z* parameter ids.

Good Luck -

Michelle