SAP Function SPRX_SWCV_SEARCH - XI: Suchilfe für SWCVs und Interfaces

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 function module serves as an example for the interface insearch help exits in asearch help, and shows how search helpexists are designed.
All interface parameters defined here are obligatory for a functionmodule that is to be used as search help exit because the caller of thefunction module does not know which parameters are actually usedinternally.
A search help exit is called on numerous
occasions during the F4 process. The relevant step is specified inCALLCONTROL-STEP. If the function module only wants to make a fewmodifications before the step, CALLCONTROL-STEP must not be changed.
However, if the step is applied completely by the function module, thesubsequent step must be specified in CALLCONTROL-STEP.
For more information, see the detailed documentation on search helpexits.
The function module must react to all steps that it does not know ordoes not want to perform with an immediate EXIT.