Menu

SAP Function Module HELP_VALUES_GET_WITH_VALUE

Anzeige der Eingabemöglichkeiten mit Übergabe der Werte und Struktur(i.A)

The Function Module HELP_VALUES_GET_WITH_VALUE (Anzeige der Eingabemöglichkeiten mit Übergabe der Werte und Struktur(i.A)) 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_VALUE
Short Text Anzeige der Eingabemöglichkeiten mit Übergabe der Werte und Struktur(i.A)
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
FIELDNAME LIKE HELP_INFO-FIELDNAME SPACE Table field name
GIVEN_VALUE LIKE HELP_INFO-FLDVALUE values to be marked in the display
NO_PERS_HELP_SELECT LIKE SPACE Keine Taste 'persönliche Hilfe'
NO_SCROLL LIKE SPACE Kein Blättern zum zuletzt gewählten Wert
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 Titel des F4 Popups

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SELECT_INDEX LIKE SY-TABIX Table index of the selected field
SELECT_VALUE LIKE 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 for passing field names
VALUETAB LIKE internal value passing table

Exceptions

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