Application Development 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: 

Deleting duplicates in Search help

Former Member
0 Kudos

Hi ,

I am creating a serach help for a table Z***.The field name is zmod.

I want to create search help based on the values in the same table.

I have created a search in se11.

I gave selection method as same table name Z*** and the field name as ZMOD.

But after creating the search help , i got all the values from the table in it.

But i need only the unique values from the table.

Is there any other way to do this other than calling the FM F4_***.

Thanks,

GOkul

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

you need to call a search help exit and delete adjucent duplicates.. search SCN for search help exit... or you can use another view, where the field are unique.. or in other words use a table which has that field as a primary key.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

you need to call a search help exit and delete adjucent duplicates.. search SCN for search help exit... or you can use another view, where the field are unique.. or in other words use a table which has that field as a primary key.