‎2007 Oct 23 2:47 PM
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
‎2007 Oct 23 3:00 PM
Hi,
It's simple by using MATCHCODE OBJECT.
SELECT-OPTIONS: S_MATNR FOR MARA-MATNR MATCHCODE OBJECT MAT1.
Regards
Surya.
‎2007 Oct 23 3:10 PM
Hi Surya,
This will not help in selecting multiple entries
Thanks,
Murali
‎2007 Oct 24 5:30 AM