Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module REPORT_TEXT_EDIT_ACTION (Execute a Maintenance Activity in Opened Text Module) is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.
Function Module | REPORT_TEXT_EDIT_ACTION |
Short Text | Execute a Maintenance Activity in Opened Text Module |
Function Group | GRWR |
Package | SRTX |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLICATION | TYPE | APPLCLASS | Application | |
COLUMN_POSITION | TYPE | I | 0 | |
EDIT_PROGRAM | LIKE | SY-REPID | SPACE | |
FUNCTION_CODE | LIKE | SY-UCOMM | SY-UCOMM | |
LANGU | LIKE | SY-LANGU | SY-LANGU | Language |
LEFT_MARGIN | TYPE | I | 0 | Left margin |
LINE_NUMBER | TYPE | I | 0 | |
MF_DATE | LIKE | SY-DATLO | SY-DATLO | |
PAGE_WIDTH | LIKE | SY-LINSZ | SY-LINSZ | Page width |
REPORTING_TABLE | LIKE | RTXCS-REP_TABLE | SPACE | |
RIGHT_MARGIN | TYPE | I | 0 | Right margin |
TEXT_NAME | LIKE | Text module name | ||
TEXT_TYPE | TYPE | RTXTTYPE | Text type: 'T'itle, 'H'eader, 'F'ooter, 'E'nd |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NEW_PAGE_WIDTH | LIKE | SY-LINSZ | New page width | |
NUMBER_OF_LINES | TYPE | I | Number of lines in a text module |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMMON_SYMBOLS | LIKE | RTXCSYMS | ||
FIELDS | LIKE | RTXFLDS | ||
VARIABLES | LIKE | RTXVARS |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
EDIT_MODE_NOT_ACTIVE | |
INVALID_APPLICATION | Invalid application |
INVALID_COMMAND | |
INVALID_TEXT_TYPE | Invalid text type |