The Function Module REPORT_TEXT_INIT () is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.
Function Module | REPORT_TEXT_INIT |
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 | LIKE | RTXTH-APPLCLASS | Application | |
DEF_NUMBER_OF_LINES | TYPE | I | 0 | Anzahl Textzeilen (Vorschlagswert zum Anlegen) |
FROM_DATABASE_ONLY | TYPE | FLAG | SPACE | Text von der Datenbank lesen (Memory überschr.) |
LANGU | LIKE | SY-LANGU | SY-LANGU | Language |
LEFT_MARGIN | TYPE | I | 0 | Left margin |
MODEL_LANGU | LIKE | SY-LANGU | SPACE | Reference language |
MODEL_TEXT_NAME | LIKE | RTXTH-TEXT_NAME | SPACE | Name of the text module for reference |
MODEL_TEXT_TYPE | LIKE | RTXTH-TEXT_TYPE | SPACE | Name des Textbausteins für Vorlage |
PAGE_WIDTH | LIKE | SY-LINSZ | SY-LINSZ | Page width |
RIGHT_MARGIN | TYPE | I | 0 | Right margin |
TEXT_NAME | LIKE | RTXTH-TEXT_NAME | Name of the text module | |
TEXT_TYPE | LIKE | RTXTH-TEXT_TYPE | Txt 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 |
---|---|---|---|---|
NUMBER_OF_LINES | TYPE | I | Number of lines of the text module |
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 |
---|---|
INVALID_APPLICATION | Invalid application |
INVALID_TEXT_TYPE | Invalid text type |
NEW_LANGUAGE | Text module in new language |
NEW_TEXT | New text module |