Menu

SAP Function Module HELP_VALUES_GET_NO_DD_NAME

Use F4IF_INT_TABLE_VALUE_REQUEST

The Function Module HELP_VALUES_GET_NO_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_NO_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
FILTER_FULL_TABLE LIKE SPACE Internal table has more fields
NO_CONVERSION LIKE SPACE No conversion
NO_DISPLAY_OF_PERS_VALUES LIKE SPACE Do not display private values
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
REDUCED_STATUS_ONLY LIKE SPACE Only Choose/Sort/Cancel
SELECTFIELD LIKE HELP_INFO-FIELDNAME Chosen table field
SHOW_ALL_VALUES_AT_FIRST_TIME LIKE SPACE Ignore 100 values limit for first call
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
WRITE_SELECTFIELD_IN_COLOURS LIKE 'X' Use key field color

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
FIELDS LIKE HELP_VALUE Internal table structure
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
FULL_TABLE_EMPTY Table contains no values
MORE_THEN_ONE_SELECTFIELD More than one field selected
NO_SELECTFIELD No field selected
NO_TABLEFIELDS_IN_DICTIONARY One or more fields do not exist in DDIC
NO_TABLESTRUCTURE_GIVEN Incorrect structure of the internal table