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 from theSHLP_DESCR_T> category. At the SELONE event,> the search help that isdirectly assigned to the field is transferred. This can also be acollective search help. The corresponding elementary search helps arein SHLP_TAB. At all later events, the elementary search help istransferred, which was either selected in the dialog, or was assignedto the field directly from the start.Description If the data selection is taken over by the search help exit (SELECTstep), the hit list must be returned in internal layout in this table. If the data display is taken over by the search help exit (DISP step),the hit list is transferred in this table in internal layout. Description This table is of particular importance for the SELONEevent> (selection of an elementary search helpfrom various options). In each line, it contains the full description of an elementary searchhelp (line category isSHLP_DESCR_T>). At the SELONE event,the corresponding collective search help is transferred in the SHLPparameter. If a single elementary search help is selected by the searchhelp exit, the selected search help is returned in theSHLP parameter. |