‎2010 Jun 23 12:35 PM
i created a search help on selection screen using match code. i want to delete duplicate values from search help in selection screen. plz help
‎2010 Jun 23 12:39 PM
Hi,
Before display the related values for the matchcode just sort the table and delete adjacent duplicates.
‎2010 Jun 23 3:51 PM
What is your search help for? Did you point to item level instead of document level or something? Search forum for alternatives, including how to use FM F4IF_INT_TABLE_VALUE_REQUEST, which will allow you total control over your search help values.
‎2010 Jun 23 5:44 PM
As you are using matchcode object so you can't be able to delete duplicate values. If you want to do so then you have create F4 help programatically. Use the FM already refereed.
Mrinmoy