Menu

SAP Function Module LIST_CONVERT_TO_RTF_FROM_LIST

Converts an ABAP/4 list from internal format into RTF and downloads it

The Function Module LIST_CONVERT_TO_RTF_FROM_LIST (Converts an ABAP/4 list from internal format into RTF and downloads it) is a standard Function Module in SAP ERP and is part of the function group SLST within the package SABP.

Technical Information

Function Module LIST_CONVERT_TO_RTF_FROM_LIST
Short Text Converts an ABAP/4 list from internal format into RTF and downloads it
Function Group SLST
Package SABP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEFAULT_FILENAME TYPE LOCALFILE SPACE Dateiname, unter der die Datei abgelegt werden soll.
DELETE_ABAPLIST TYPE ABAP_BOOL 'X' Kann der Parameter LIST_OBJECT innerhalb des FBs gelöscht werden?
FONTSIZE_IN_HALFPOINTS TYPE I 20 Fontgröße in der RTF-Datei
NO_COLORS TYPE ABAP_BOOL SPACE Sollen Farbinformationen übernommen werden.
NO_DIALOG TYPE ABAP_BOOL SPACE Soll ein Dateiauswahldialog angezeigt werden.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTUAL_FILENAME TYPE LOCALFILE Daeiname, unter dem die Datei gespeichert wurde.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LIST_OBJECT TYPE TABLE_ABAPLIST Container für eine eingepackte Liste

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CX_LIST_ERROR_DOWNLOAD Beim Herunterladen ist ein Fehler aufgetreten.
CX_LIST_ERROR_EMPTY_LIST Die Liste war leer