The Function Module DD_EXTIDX_SEARCH () is a standard Function Module in SAP ERP and is part of the function group SF4E within the package SDSH.
Function Module | DD_EXTIDX_SEARCH |
Short Text | |
Function Group | SF4E |
Package | SDSH |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLBACK_FORM | TYPE | SY-XFORM | Internal | |
CALLBACK_PROGRAM | TYPE | SY-REPID | ABAP Program: Current Main Program | |
DISPLAY | TYPE | DDBOOL_D | DD: truth value | |
DYNPNR | TYPE | SY-DYNNR | ABAP Program: Number of Current Screen | |
DYNPPROG | TYPE | SY-REPID | ABAP Program: Current Main Program | |
DYNPROFIELD | TYPE | HELP_INFO-DYNPROFLD | Field Name | |
FIELDNAME | TYPE | DFIES-FIELDNAME | Field Name | |
INDEXNAME | TYPE | DDF4IDNAME | Logical name of an external index | |
MULTIPLE_CHOICE | TYPE | DDBOOL_D | DD: truth value | |
SEARCHHELP | TYPE | SHLPNAME | Name of a search help | |
SHLPPARAM | TYPE | SHLPFIELD | Name of a search help parameter | |
STEPL | TYPE | SY-STEPL | Screens, current table line index | |
SUPPRESS_RECORDLIST | TYPE | DDSHF4CTRL-HIDE_LIST | Suppress display of hit list | |
TABNAME | TYPE | DFIES-TABNAME | Table Name | |
VALUE | TYPE | HELP_INFO-FLDVALUE | Text (length 132) |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DOCID_TAB | LIKE | DDF4SEKEYS | Structure for Document Key of Log Table | |
RECORD_TAB | LIKE | SEAHLPRES | Search help result structure | |
RETURN_TAB | LIKE | DDSHRETVAL | Interface Structure Search Help <-> Help System | |
SE_SELOPT_TAB | LIKE | DDSESELOPT | Selopt Structure for the F4 Help with Search Engines |
This function module does not define any Exceptions.