Fonction SAP BKK_STANDING_ORDER_HELP - Supports Search Help BKK_HELP_STANDING_ORDER

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CALLCONTROL DDSHF4CTRL u 108 Control of F4 Process
SHLP SHLP_DESCR_T 0 Individual (Current) Search Help

Paramètre Reférence Long. Facultatif Description
RECORD_TAB SEAHLPRES 1016 Hit List
SHLP_TAB SHLP_DESCR_TAB_T 0 Table of Elementary Search Helps

Functionality
This module is only intended as an example for the interface and fordesigning search help exits insearch helps.
All interface parameters defined here are mandatory for a functionmodule being used as search help exit, because the caller of themodule does not know which parameters are actually used internally.
A search help exit is called at multipletimepoints during the F4 process flow. Therespective step of the process flow is supplied in CALLCONTROL-STEP.If the module only wants to make a few modifications before the step,CALLCONTROL-STEP should remain unchanged.
However, if the module carries out the step completely, the followingstep must be returned in CALLCONTROL-STEP.
See also the detailed documentation about the concept of the searchhelp exits.
The module must respond to all steps it does not know or that it doesnot handle with an immediate EXIT.

Description
Current search help of theSHLP_DESCR_T category.
At timepoint SELONE, the search help assigneddirectly to the field is transferred. This can also involve a collectivesearch help. The corresponding elementary search helps are inSHLP_TAB. At all later timepoints, the elementary search help that waseither selected in the dialog or was directly assigned to the fieldfrom the start is transferred.

Description
If the data selection is carried out by the search help exit (stepSELECT), the hit list must be returned in this table in internal displaymode.
If the data display is carried out by the search help exit (step DISP),the hit list must be transferred in this table in internal displaymode.

Description
This table is particularly relevant for the SELONEtimepoint (selection of one elementary searchhelp from several options).
Per line it contains the complete description of an elementary searchhelp (line category isSHLP_DESCR_T). At the SELONEtimepoint the corresponding collective search help is transferred inthe SHLP parameter. If you want the selection of one single elementarysearch help to be done by the search help exit, the selected searchhelp must be returned in the SHLP parameter.