‎2008 Jul 07 11:43 AM
Hi,
I am creating a "search help" for a field of a table. This field isn´t key, it has repeat values in the table.
I need that in the "search help" only show the distinct values. How can i do it ? I dont find nothing to do it when I create the "search help".
Thanks
‎2008 Jul 07 11:47 AM
Hi
U can create an exit in order to delete the duplicate hits before showing them.
That exit has a function module and ithas be copied from the fm F4IF_SHLP_EXIT_EXAMPLE: here u can insert all code u need to delete the duplicate hits.
Max
‎2008 Jul 07 11:47 AM
Dear,
Write a search help exit to delete the duplicate entries.
Regards,
‎2008 Jul 07 11:47 AM
Hi
U can create an exit in order to delete the duplicate hits before showing them.
That exit has a function module and ithas be copied from the fm F4IF_SHLP_EXIT_EXAMPLE: here u can insert all code u need to delete the duplicate hits.
Max
‎2008 Jul 07 12:41 PM
Thanks, it´s a good idea, but I don´t find where store de dats. I am seeing the parameters of the function but I dont´find it.
Dou you know where is it?
Thanks
‎2008 Jul 08 7:17 AM
hi,
pass the internal table to this function module.
F4IF_INT_TABLE_VALUE_REQUEST
-prabhu
‎2008 Jul 08 7:26 AM
Hi,
you can select the data in your program in one table and then delete the duplicate entries from table and finally you call the following FM :
F4IF_INT_TABLE_VALUE_REQUEST
Thanks.
Swati.