The Function Module HELP_VALUES_GET_WITH_TABLE_EXT (Use F4IF_INT_TABLE_VALUE_REQUEST) is a standard Function Module in SAP ERP and is part of the function group SHL3 within the package SDSH.
Function Module | HELP_VALUES_GET_WITH_TABLE_EXT |
Short Text | Use F4IF_INT_TABLE_VALUE_REQUEST |
Function Group | SHL3 |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUCOL | LIKE | SY-CUCOL | 0 | Cursor position: Column |
CUROW | LIKE | SY-CUROW | 0 | Cursor position: Line |
DISPLAY | LIKE | SPACE | Display flag | |
FIELDNAME | LIKE | HELP_INFO-FIELDNAME | SPACE | Name of a table field |
NO_CONVERSION | LIKE | SPACE | No conversion | |
NO_MARKING_OF_CHECKVALUE | LIKE | SPACE | Last value cannot be marked | |
NO_SCROLL | LIKE | SPACE | No list scroll when marking | |
SHOW_ALL_VALUES_AT_FIRST_TIME | LIKE | SPACE | Ignore 100-values limit for first call | |
TABNAME | LIKE | HELP_INFO-TABNAME | SPACE | Name of a Dictionary table |
TITEL | LIKE | SPACE | Title of the F4 popup | |
TITLE_IN_VALUES_LIST | LIKE | SPACE | Information line in list popup | |
USE_USER_SHRINKING | LIKE | SPACE | User table definition |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INDEX | LIKE | SY-TABIX | Selected internal table index | |
SELECT_VALUE | LIKE | Selected value |
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 |
---|---|---|---|---|
FIELDS | LIKE | HELP_VALUE | internal table for passing field names | |
SELECT_VALUES | LIKE | HELP_VTAB | All values of the selected line | |
VALUETAB | LIKE | internal value passing table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIELD_NOT_IN_DDIC | Table field not in Dictionary |
MORE_THEN_ONE_SELECTFIELD | Only pass one field |
NO_SELECTFIELD | No field selected |