The Function Module RS_SCREEN_COPY (Kopieren Dynpro (einschl. popup für Werteabfrage)) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.
Function Module | RS_SCREEN_COPY |
Short Text | Kopieren Dynpro (einschl. popup für Werteabfrage) |
Function Group | SEUS |
Package | SCRP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OWN_DYNNR | LIKE | SY-DYNNR | ' ' | Number of currently locked screen NUMC 4 |
OWN_PROGNAME | LIKE | SY-REPID | ' ' | Program name of currently locked screen CHAR 8 |
SOURCE_DYNNR_IMPORT | LIKE | SY-DYNNR | ' ' | Proposal screen number source NUMC 4 |
SOURCE_PROGNAME_IMPORT | LIKE | SY-REPID | ' ' | Proposal program name source CHAR 8 |
TARGET_DYNNR_IMPORT | LIKE | SY-DYNNR | ' ' | Proposal screen number target NUMC 4 |
TARGET_PROGNAME_IMPORT | LIKE | SY-REPID | ' ' | Proposal program name target CHAR 8 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SOURCE_DYNNR_EXPORT | LIKE | SY-DYNNR | Screen number source NUMC 4 | |
SOURCE_PROGNAME_EXPORT | LIKE | SY-REPID | Program name source CHAR 8 | |
TARGET_DYNNR_EXPORT | LIKE | SY-DYNNR | Screen number target NUMC 4 | |
TARGET_PROGNAME_EXPORT | LIKE | SY-REPID | Program name target CHAR 8 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_EXECUTED | Screen not copied/saved |