SAP Function TTE_4_SHLP_EXIT_TAXEVENT - Searchhelp Exit for TTE TaxEvent

Parameter Reference Type Length Default Optional Text
CALLCONTROL DDSHF4CTRL u 108
SHLP SHLP_DESCR v 352

Parameter Reference Length Optional Text
RECORD_TAB SEAHLPRES 1016
SHLP_TAB SHLP_DESCT 352

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.