Menu

SAP Function Module HELP_VALUES_GET_WITH_DD_NAME

Use F4IF_INT_TABLE_VALUE_REQUEST

The Function Module HELP_VALUES_GET_WITH_DD_NAME (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.

Technical Information

Function Module HELP_VALUES_GET_WITH_DD_NAME
Short Text Use F4IF_INT_TABLE_VALUE_REQUEST
Function Group SHL3
Package SDSH
Module Type Normal Module

Importing Parameters

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: 'X' display only, ' ' with choice
NO_MARKING_OF_CHECKVALUE LIKE SPACE Last value cannot be marked
NO_PERS_HELP_SELECT LIKE SPACE Personal help hidden
NO_SCROLL LIKE SPACE No scrolling of the displayed value list
SELECTFIELD LIKE HELP_INFO-FIELDNAME Chosen table field
SHOW_ALL_VALUES_AT_FIRST_TIME LIKE SPACE Ignore 100 values limit for first call
TABLENAME LIKE HELP_INFO-TABNAME Name of the Dict.tab.,struct.of the int. table
TITEL LIKE SPACE Title of the F4 popup
TITLE_IN_VALUES_LIST LIKE SPACE Information line in display popup
USE_USER_SELECTIONS LIKE SPACE Use specified selection conditions

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IND LIKE SY-TABIX Index of the selected field
SELECT_VALUE LIKE HELP_INFO-FLDVALUE Selected value

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FULL_TABLE LIKE Internal Table
HEADING_TABLE TYPE F4TYP_HEADING_TAB Field headers
USER_SEL_FIELDS LIKE DYNPREAD Specified selection conditions

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
MORE_THEN_ONE_SELECTFIELD More than one field selected
NO_SELECTFIELD No field selected
NO_TABLEFIELDS_IN_DICTIONARY No fields available in ABAP Dictionary
NO_TABLESTRUCTURE_GIVEN No Dictionary table name specified