Menu

SAP Function Module DYNP_VALUES_READ

Read screen field values before PAI field transport

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 DYNP_VALUES_READ (Read screen field values before PAI field transport) is a standard Function Module in SAP ERP and is part of the function group SHL2 within the package SHEL.

Technical Information

Function Module DYNP_VALUES_READ
Short Text Read screen field values before PAI field transport
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
DETERMINE_LOOP_INDEX TYPE CHAR1 SPACE Determine index of a line in the loop for all fields
DYNAME LIKE D020S-PROG Program Name
DYNUMB LIKE D020S-DNUM Screen Number
PERFORM_CONVERSION_EXITS LIKE SPACE Call output conversion exit
PERFORM_INPUT_CONVERSION LIKE SPACE Call input conversion exit
REQUEST LIKE D020S-TYPE SPACE Return ready-for-input
TRANSLATE_TO_UPPER LIKE SPACE Conversion of upper case for field contents

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
DYNPFIELDS LIKE DYNPREAD Table for Reading Current Screen Values

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DOUBLE_CONVERSION Double conversion required
INVALID_ABAPWORKAREA No valid work area
INVALID_DYNPROFIELD No valid screen field
INVALID_DYNPRONAME No valid screen name
INVALID_DYNPRONUMMER Invalid screen number
INVALID_PARAMETER Internal system function parameters have incorrect values
INVALID_REQUEST General request error
NO_FIELDDESCRIPTION No field description
STEPL_NOT_FOUND Could not determine line in the loop
UNDEFIND_ERROR Undefined error