The Function Module DD_SHLP_FIELDMAPPING_GET (Reads the field assignment of coll. search help and contained s.h.) is a standard Function Module in SAP ERP and is part of the function group SDF4 within the package SDSH.
Function Module | DD_SHLP_FIELDMAPPING_GET |
Short Text | Reads the field assignment of coll. search help and contained s.h. |
Function Group | SDF4 |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIELDNAME | LIKE | DD33V-SHLPNAME | '*' | |
SHLPNAME | LIKE | DD33V-SHLPNAME | Search help name | |
SUBSHLP | LIKE | DD33V-SUBSHLP | '*' |
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 |
---|---|---|---|---|
DD33V_TAB | LIKE | DD33V |
This function module does not define any Exceptions.