SAP Function AFWBM_SHLP_BMKEYFIGURE - Default Probability: Search Help Exit for Assignment Variant

Parameter Reference Type Length Default Optional Text
CALLCONTROL DDSHF4CTRL u 108 Control of the F4 Process
SHLP SHLP_DESCR_T 0 Single (current) search help

Parameter Reference Length Optional Text
RECORD_TAB SEAHLPRES 1016 Hit list
SHLP_TAB SHLP_DESCR_TAB_T 0 Table of Elementary Search Helps

Functionality
This function module is just an example for the interface and forstructure of search help exits insearch helps.
All of the interface parameters defined here are mandatory for afunction module that is to be used as a search help exit, since thecalling program does not know which parameters are really usedinternally.
A search help exit is called for multiple events
.
On the other hand, if the step is completely transferred by the functionmodule, then the next step has to be returned in CALLCONTROL-STEP.
Also refer to the more detailed documentation on the concept of searchhelp exits.
For any steps that it does not know, or that it does not want toprocess, the function module has to respond immediately with an EXIT.

Description
Current search help of categorySHLP_DESCR_T.
In the SELONE event, the search help directlyassigned to the field is transferred. This search help can also be acollective search help. During all later events, the elementary searchhelp is transferred that either was selected online or was assigneddirectly to the field from the start.

Description
If the data selection is adopted by the search help exit (step SELECT),then the hit list has to be returned in this table in internal format.
If the data display is adopted by the search help exit (step DISP), thenthe hit list is transferred to this table in internal format.

Description
This table is primarily relevant for the SELONEevent (selection of an elementary search helpfrom multiple options).
Each row of the table contains the complete description of an elementarysearch help(row type is SHLP_DESCR_T).In the SELONE event, the related collective search help is transferredin the SHLP parameter. If the search help exit was sued to select one ofthe elementary search helps, then this search help is returned inparameter SHLP.