SAP Function /KYK/IS_GEN_SEARCH_HELP - Example for a search help exit

Parameter Reference Type Length Default Optional Text
CALLCONTROL DDSHF4CTRL u 108 Control of the F4 process
SHLP SHLP_DESCR v 352 Single (current) search help

Parameter Reference Length Optional Text
RECORD_TAB SEAHLPRES 1016 Hit list
SHLP_TAB SHLP_DESCT 352 Table of elementary search helps

Functionality
This module has been created as an example for the interface and designof Search help exits inSearch help.
All the interface parameters defined here are mandatory for a functionmodule to be used as a search help exit, because the calling programdoes not know which parameters are actually used internally.
A search help exit is called repeatedly in connection with several
events during the F4 process. The relevantstep of the process is passed on in the CALLCONTROL step. If the moduleis intended to perform only a few modifications before the step,CALLCONTROL-STEP should remain unchanged.
However, if the step is performed completely by the module, thefollowing step must be returned in CALLCONTROL-STEP.
For more detailed information please refer to the documentationdescribing the concept of the search help exit.
The module must react with an immediate EXIT to all steps that it doesnot know or does not want to handle.