The Function Module F4UT_SHLP_EXIT_PROPAGATE (Propagation of a Search Help Exit in Included Search Helps) is a standard Function Module in SAP ERP and is part of the function group SF4U within the package SDSH.
Function Module | F4UT_SHLP_EXIT_PROPAGATE |
Short Text | Propagation of a Search Help Exit in Included Search Helps |
Function Group | SF4U |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
REPLACE_MODE | TYPE | C | 'B' | Type of Replacement for Existing Exit |
SHLP_EXIT | TYPE | DD30V-SELMEXIT | Name of the Search Help Exit to be Propagated |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLCONTROL | TYPE | DDSHF4CTRL | Control of the F4 Process | |
SHLP | TYPE | SHLP_DESCR_T | Single (Current) Search Help |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RECORD_TAB | LIKE | SEAHLPRES | Hit List | |
SHLP_TAB | TYPE | SHLP_DESCR_TAB_T | Table of Elementary Search Helps |
This function module does not define any Exceptions.