The Function Module REPORT_TEXT_PRINT () is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.
Function Module | REPORT_TEXT_PRINT |
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 | |
EDIT_PROGRAM | LIKE | SY-REPID | SPACE | |
LANGU | LIKE | SY-LANGU | SY-LANGU | Language |
LEFT_MARGIN | TYPE | I | 0 | Left Margin |
MF_DATE | LIKE | SY-DATLO | SY-DATLO | |
NO_SCROLLING | TYPE | FLAG | 'X' | |
OUTPUT_DEVICE | TYPE | C | 'ABAP' | Rate unit |
PAGE_WIDTH | LIKE | SY-LINSZ | SY-LINSZ | |
REPORTING_TABLE | LIKE | RTXCS-REP_TABLE | SPACE | |
RIGHT_MARGIN | LIKE | 0 | Right Margin | |
TEXT_NAME | LIKE | Text Module Name | ||
TEXT_TYPE | TYPE | RTXTTYPE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER_OF_LINES | TYPE | I |
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_TEXT_TYPE | |
TEXT_NOT_FOUND |