The Function Module RS_SCRP_RENAME (Umbenennen Dynpro (Kopieren+Löschen)) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.
Function Module | RS_SCRP_RENAME |
Short Text | Umbenennen Dynpro (Kopieren+Löschen) |
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 |
---|---|---|---|---|
DYNNR_NEW | LIKE | Screen number old NUMC 4 | ||
DYNNR_OLD | LIKE | Screen number new NUMC 4 | ||
PROGNAME_NEW | LIKE | Name of module pool/report new CHAR 8 | ||
PROGNAME_OLD | LIKE | Name of the module pool/report old CHAR 8 | ||
SUPPRESS_CHECKS | LIKE | ' ' | 'X'-> No check on existence and lock CHAR 1 |
This function module does not define any EXPORTING parameters.
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 |
---|---|
ENQUEUED_BY_USER | Old screen locked by user |
ENQUEUE_SYSTEM_FAILURE | System error when locking old screen |
NEW_DYNPRO_EXISTS | New screen already exists |
NOT_EXECUTED | Screen was not renamed |
NO_MODIFY_PERMISSION | User has no change authorization |
OLD_DYNPRO_NOT_EXISTS | Old screen does not exist |
POPUP_CANCELED | Dialog box of correction system cancelled |