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

Multiple selections in search help using matchcode object

Former Member
0 Likes
977

Hi,

I need search help where I can select multiple values using matchcode object.

I tried it out using function module 'F4IF_INT_TABLE_VALUE_REQUEST', but i could not filter the values using it.

for example: there should be a search help for Material,

In the selection screen, if i press F4 to that field, there should be a pop-up where I can filter the material by material type. Now in the list diaplayed I need to select multiple values.

Can anyone help out in this.

Thanks,

Murali

3 REPLIES 3
Read only

Former Member
0 Likes
572

Hi,

It's simple by using MATCHCODE OBJECT.

SELECT-OPTIONS: S_MATNR FOR MARA-MATNR MATCHCODE OBJECT MAT1.

Regards

Surya.

Read only

0 Likes
572

Hi Surya,

This will not help in selecting multiple entries

Thanks,

Murali

Read only

Former Member
0 Likes
572

hi,

it is not possible.