Menu

SAP Function Module PRINT_REPORT_TEXT

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module PRINT_REPORT_TEXT () is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.

Technical Information

Function Module PRINT_REPORT_TEXT
Short Text
Function Group GRWR
Package SRTX
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION LIKE Application
LANGU LIKE SY-LANGU SY-LANGU Language
LEFT_MARGIN LIKE 0 Left margin
NO_SCROLLING LIKE 'X'
OUTPUT_DEVICE LIKE 'ABAP' Unit of issue
PAGE_WIDTH LIKE SY-LINSZ SY-LINSZ
RIGHT_MARGIN LIKE 0 Right margin
TEXT_NAME LIKE Name of the text module
TEXT_TYPE LIKE Text module type: 'T'itle, 'H'eader, ... EPRINT_REPORT_TEXT_LINE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NUMBER_OF_LINES LIKE Number of lines of the text module

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
TEXT_SYMBOLS LIKE RWTXSYM Table of the text items

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_APPLICATION Invalid application
INVALID_TEXT_TYPE Invalid text type
TEXT_NOT_FOUND Text module was not found