Menu

SAP Function Module RPY_DYNPRO_READ_NATIVE

Lesen eines Dynpros aus der R/3-EU in das interne Dynproformat

The Function Module RPY_DYNPRO_READ_NATIVE (Lesen eines Dynpros aus der R/3-EU in das interne Dynproformat) is a standard Function Module in SAP ERP and is part of the function group SIFP within the package SEUX.

Technical Information

Function Module RPY_DYNPRO_READ_NATIVE
Short Text Lesen eines Dynpros aus der R/3-EU in das interne Dynproformat
Function Group SIFP
Package SEUX
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DYNNR LIKE D020S-DNUM Screen number
PROGNAME LIKE D020S-PROG Program name of screen
SUPPRESS_CORR_CHECKS TYPE C ' ' Unterdrücken Prüfung auf Anzeigeberechtigung
SUPPRESS_EXIST_CHECKS TYPE C ' ' Unterdrücken Existenzcheck des Dynpros

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DYNPROTEXT LIKE D020T-DTXT Screen description text in language LANGUAGE
HEADER LIKE D020S Screen header in internal format

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
FIELDLIST LIKE D021S Screen field list in internal format
FIELDTEXTS LIKE D021T Screen-specific field texts in language LANGUAGE
FLOWLOGIC TYPE DYN_FLOWLIST Screen flow logic
PARAMS LIKE D023S Matchcode Subkeys des Dynpros

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELLED Canceled by user in correction dialog box
NOT_FOUND Screen not found
PERMISSION_ERROR No authorization to import (read)