...
The documentation for implementing search help using mortar 4.1x or later is in the search help tag library (searchhelp.tld) originating from our skeleton (see Demo Application above). The original version of this tag library is maintained in the skeleton, oas-skeleton.
Most of the time the ABAP developer will need to add code to the RFC, Z_CA_SEARCH_HELP, to implement the specific search help that is needed. This RFC is expecting:
...
ABAP developers should use English for our keys & field names but we sometimes slip up and use the German abbreviations. KSTRG is the German abbreviation for Cost Objects.Object.
Besides passing these values from your jsp to mortar, you will need to do some configuration:
Struts-config
<form-bean
name="SearchHelpParamsForm"
type="edu.mit.mortar.controller.data.SearchHelpParamsForm"/>
<form-bean
name="SearchHelpCriteriaForm"
type="edu.mit.mortar.controller.data.SearchHelpCriteriaForm"/>
...