Application Development 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: 

multiple selections in search help

Former Member
0 Kudos

HI,

I have a custom search help attached to a field in the table control. Is it possible to multi select from the hit list and transfer the values to the table control on the screen?

Thanks,

ravi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi, I don't know you attach the search help in which way, if you are using FM 'F4IF_INT_TABLE_VALUE_REQUEST',

you can set the i/p MULTIPLE_CHOICE = 'X', set the multiple select can be available.

Hope it will be helpful.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I dont think you can make thru search help. Instead, I can advise you:

Instead of using a search help for multiple selection, have a button placed at the table control, so that once you press that, you get the desired values(just as in SH) in an ALV display. Then you can make multiple selection and call the table control again and pass the values to the internal table used for the table control, so that the table is filled with the desired values.

Hope this helps you.

vamsi

Former Member
0 Kudos

Hi, I don't know you attach the search help in which way, if you are using FM 'F4IF_INT_TABLE_VALUE_REQUEST',

you can set the i/p MULTIPLE_CHOICE = 'X', set the multiple select can be available.

Hope it will be helpful.