...
The documentation for implementing search help is in the search help tag library (searchhelp.tld) originating from our skeleton (see Demo Application above). The ABAP developer should add code to the generic SAP RFC for the specific search help that is needed. This RFC, Z_CA_SEARCH_HELP, is expecting a key to be passed from the JSP where the first two or three characters represent the business area (EHS, FI, HR, MM - MM stands for Materials Management and is covered by the Logistics team). It also requires the field names that are going to be searched. The ABAP developer must supply these the key and the field names. For instance, the fields for key for the JV G/L Account Search Help is FI_JV_GL_ACCT and the fields associated with this Search Help are DESCRIPTION, GL and COMPANYCODE.
...