Menu

SAP Function Module CONVERT_OTF

The Function Module CONVERT_OTF () is a standard Function Module in SAP ERP and is part of the function group STXW within the package STXD.

Technical Information

Function Module CONVERT_OTF
Short Text
Function Group STXW
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ARCHIVE_INDEX LIKE TOA_DARA SPACE
ASCII_BIDI_VIS2LOG TYPE C SPACE ASCII: Bidi conversion Logical to Visual order
COPYNUMBER LIKE ITCPO-TDCOPIES 0
FORMAT LIKE 'ASCII' Target format for LINES table
MAX_LINEWIDTH LIKE 132 For ASCII format: Number of lines in LINES-TDLINE
PDF_DELETE_OTFTAB TYPE C SPACE Lösche OTF Tabelle bei PDF Konv.
PDF_PREVIEW TYPE C SPACE Intern: Für PDF-Druckansicht
PDF_USERNAME TYPE C SPACE Ersetzt SY-UNAME in der PDF document info
USE_CASCADING TYPE C SPACE Verwende Cascading Fonts

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BIN_FILE TYPE XSTRING
BIN_FILESIZE LIKE For binary format: Number of bytes in LINES

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
LINES LIKE TLINE Output table with target format
OTF LIKE ITCOO Input table with OTF format

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERR_BAD_OTF
ERR_CONV_NOT_POSSIBLE Conversion not possible/supported
ERR_FORMAT Format not supported
ERR_MAX_LINEWIDTH Line width must be between 2 and 132