cancel
Showing results for 
Search instead for 
Did you mean: 

Delete entry in Drop-down search-list

Former Member
0 Kudos

Hi guys,

When I want to search in my BPs, I have some Search-term options that are not necessary in my business-context.

Is it possible to remove these excessive entries and how?

Thank you very much,

Filip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes, you can do this. All you need to do is the following -

1. Identity the correct attribute name and to which context node does it belong to.

2. Then, go to the GET_V_* method implementation and do your changes there.

3. There will be a call to a api , may be a FM or a class method to get the search term values of the DDLB. You can either filter or delete the values of the DDLB by hardcoding or can implement your own filter logic as per your business.

Hope this helps! Reward if helpful.

All the best,

Sudipta.