Hi,
The search help exit allows you to modify functionality of search help.
All search help data has been retrieved and is stored in table RECORD_TAB (record_tab-string) as one long string value. Therefore you need to read table SHLP in-order to locate position of value within string.
refer the following link..
Implementing Search Help Exits - Code Gallery - SCN Wiki
thanks!!