Menu

SAP Function Module HELP_VALUES_GET_GIVEN_VALUE

Table value help: Specification of table and DD name, return index

The Function Module HELP_VALUES_GET_GIVEN_VALUE (Table value help: Specification of table and DD name, return index) 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_GIVEN_VALUE
Short Text Table value help: Specification of table and DD name, return index
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
GIVEN_VALUE LIKE HELP_INFO-FLDVALUE Default value, color-highlighted
SELECTFIELD LIKE HELP_INFO-FIELDNAME Chosen table field
SHOW_ALL_VALUES_AT_FIRST_TIME LIKE SPACE
TABLENAME LIKE HELP_INFO-TABNAME Name of the Dict.tab.,struct.of the int. table

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

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

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_TABLEFIELDS_IN_DICTIONARY No fields available in ABAP/4 Dictionary
NO_TABLESTRUCTURE_GIVEN No Dictionary table name specified