Menu

SAP Function Module VALUES_DISPLAY

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module VALUES_DISPLAY () is a standard Function Module in SAP ERP and is part of the function group SHL2 within the package SHEL.

Technical Information

Function Module VALUES_DISPLAY
Short Text
Function Group SHL2
Package SHEL
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
NO_CONVERSION LIKE SPACE No conversion
SHRINK_FLAG LIKE SPACE
TABNAME LIKE HELP_INFO-TABNAME SPACE Name of an ABAB/4 Dictionary table
TITLE_IN_VALUES_LIST LIKE SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXTERNAL_F4_CALL_2ND_TIME LIKE
SELECT_INDEX LIKE SY-TABIX
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
SELECT_VALUES LIKE HELP_VTAB Selected Values
VALUES LIKE SHVALUE Values to be displayed
VALUESTRUCTURE LIKE SHSTRUC Values structure definition

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CHECK_TABLE_LOCKED Check table locked
NO_VALUES_FOR_FIELD No values exist
TABLEFIELD_DOES_NOT_EXIST Table Field Does Not Exist