Functionality This function module is used only as an example for the interface andthe layout of search help exits> insearch helps.> All the interface parameters defined here are required for a functionmodule that is to be used as a search help exit. This is because themodule caller does not know which parameters are used internally. A search help exit is called up for multipleevents>during the process flow of the F4. Each flow step is specified inthe CALLCONTROL-STEP. If the function module wants to make only a fewmodifications before the step, the CALLCONTROL-STEP must not be changed. If, however, the step is completely transferred by the module, thefollowing step must be returned in CALLCONTROL-STEP. See the comprehensive documentation on the concept of the search helpexit for more information. The module must respond to all steps that it does not know, or that itdoes not want to process with an immediate EXIT.Description Current search help typeSHLP_DESCR_T>. For event> SELONE, the search help assigneddirectly to the field is transferred. This may entail a collectivesearch help. The associated elementary search helps are located inSHLP_TAB. For all other timepoints, the elementary search help istransferred that was either selected in the dialog or that was directlyassigned to the field at the beginning.Description When the data selection is transferred by the search help exit (stepSELECT), the hit list must be returned in this table in the internaldisplay. When the data display is transferred by the search help exit (stepDISP), the hit list is transferred to this table in the internaldisplay. Description This table is of particular relevance to the SELONEevent> (selection of an elementary search helpwith multiple options). It contains the complete description of an elementary search help ineach line (line category isSHLP_DESCR_T>). The correspondingcollective search help is transferred for the SELONE event in the SHLPparameter. If a single elementary search help is selected by means ofthe search help exit, then the selected search help must be returned inthe SHLP parameter. |