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

Search help

Former Member
0 Likes
419

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

3 REPLIES 3
Read only

former_member329859
Participant
0 Likes
391

Hi,

Before display the related values for the matchcode just sort the table and delete adjacent duplicates.

Read only

Former Member
0 Likes
391

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.

Read only

Former Member
0 Likes
391

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