Menu

SAP Function Module CONVERT_ITF_TO_RTF

Text Conversion ITF (SAPscript Format) to RTF

The Function Module CONVERT_ITF_TO_RTF (Text Conversion ITF (SAPscript Format) to RTF) is a standard Function Module in SAP ERP and is part of the function group STXK within the package STXD.

Technical Information

Function Module CONVERT_ITF_TO_RTF
Short Text Text Conversion ITF (SAPscript Format) to RTF
Function Group STXK
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
CODEPAGE LIKE TCP02-CPCODEPAGE '1133' RTF Encryption in this Cahracter Set
HEADER LIKE THEAD Text Header of Original Text
LF_SUBSTITUTE TYPE C SPACE Replacement Text for Line Feed
REPLACE_SAPCHARS TYPE TDBOOL 'X' Evaluate SAP Characters
REPLACE_SYMBOLS TYPE TDBOOL 'X' Evaluate symbols
SSHEET TYPE C SPACE Print format, only effective for print format conversion
TABLETYPE TYPE C 'ASC' Type of foreign format table: 'BIN' or 'ASC'
WITH_TAB TYPE TDBOOL SPACE Print format conversion, 'X' - yes or ' ' - no

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_DATATAB TYPE TDTAB_C134 Foreign Text Table 134 Characters
WITH_TAB_E TYPE TDBOOL Format conversion as desired?
X_DATATAB TYPE TDTAB_X256 Foreign Text Table (Binary)
X_SIZE TYPE I Size of X_DATATAB in Bytes

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
ITF_LINES LIKE TLINE SAPscript ITF Table

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_TABLETYPE Parameter 'TABLETYPE' contains an invalid value.