Thanks Vinita,
Through a quick debug, I found out that the reference used is in
table: /SAPSRM/S_SEARCH_FIELDS_R_ASL-PURCH_ORG
Search help: BBP_PURCHORG_VALUE
Search help exit: BBP_F4IF_SHLP_EXIT_PURCHORG
What do you think is best practice for this requirement?
1. Should I enhance the search help exit in order to add the field? The problem with this approach is all screens using the search help will be affected.
2. Should I change the reference /SAPSRM/S_SEARCH_FIELDS_R_ASL-PURCH_ORG in MT_SELCRITERIA and change it to a custom reference (a structure that I will create containing a custom search help that I will also create)? Will this have any negative impact on the standard code since the structures for all fields are not the same anymore?
Thanks.