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 REPORT_TEXT_TRANSLATE () is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.
Function Module | REPORT_TEXT_TRANSLATE |
Short Text | |
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 | |
DEF_NUMBER_OF_LINES | TYPE | I | 0 | Number of lines of the text module (default) |
DISPLAY_ONLY | TYPE | FLAG | SPACE | |
EDIT_PROGRAM | LIKE | SY-REPID | 'SAPLGRWR' | |
FROM_LANGU | LIKE | SY-LANGU | SY-LANGU | Source language |
LANGU | LIKE | SY-LANGU | SY-LANGU | Language |
LEFT_MARGIN | TYPE | I | 0 | Left margin |
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 | Name of the text module | ||
TEXT_TYPE | TYPE | RTXTTYPE | Txt type: 'T'itle, 'H'eader, 'F'ooter, 'E'nd | |
TRANSLATE_ONLY | TYPE | FLAG | SPACE |
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 of the 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 |
---|---|
INVALID_APPLICATION | Invalid application |
INVALID_TEXT_TYPE | Invalid text type |
NOTHING_CHANGED | Text was not changed |