Menu

SAP Function Module REPORT_TEXT_UNLOAD

Unload Text Module in Transport Format

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 REPORT_TEXT_UNLOAD (Unload Text Module in Transport Format) is a standard Function Module in SAP ERP and is part of the function group GRWR within the package SRTX.

Technical Information

Function Module REPORT_TEXT_UNLOAD
Short Text Unload Text Module in Transport Format
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 TYPE APPLCLASS Application
CLIENT LIKE SY-MANDT SY-MANDT
LANGU TYPE C '*' Language vector or '*'
TEXT_NAME LIKE Text module name
TEXT_TYPE TYPE RTXTTYPE Text type: 'T'itle, 'H'eader, 'F'ooter, 'E'nd

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXP_RTXTH LIKE RTXTH

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
EXP_RTXTF LIKE RTXTF
EXP_RTXTL LIKE RTXTL
EXP_RTXTT LIKE RTXTT

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