...
The documentation for implementing search help is in the search help tag library (searchhelp.tld) coming out of originating from our skeleton (see Demo Application above). The ABAP developer should modify add code to the generic SAP RFC adding code 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 names. For instance, the fields for FI_JV_GL_ACCT are DESCRIPTION, GL and COMPANYCODE.
Revision History
(latest on top)
...