Menu

SAP Function Module LIST_CONVERT_TO_RTF

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

The Function Module LIST_CONVERT_TO_RTF (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
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 LIKE RLGRAP-FILENAME SPACE
FONTSIZE_IN_HALFPOINTS LIKE 20
NO_COLORS TYPE C SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTUAL_FILENAME LIKE RLGRAP-FILENAME

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
FMBS TYPE SLIST_FMBS_TAB Internal list format: Formats
FMBX TYPE SLIST_FMBS_TAB
FSEL TYPE SLIST_FSEL_TAB Internal list format: Fields
LIST TYPE SLIST_LIST_TAB Internal list format: Contents

Exceptions

This function module does not define any Exceptions.