The Function Module CLLT_LONGTEXT_TABLES_FILL (Convert Long Text Structures from APIs to Internal Long Text Structures) is a standard Function Module in SAP ERP and is part of the function group CLLT within the package CL.
Function Module | CLLT_LONGTEXT_TABLES_FILL |
Short Text | Convert Long Text Structures from APIs to Internal Long Text Structures |
Function Group | CLLT |
Package | CL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASSNAME | LIKE | KLAH-CLASS | ||
CLASSTYPE | LIKE | KLAH-KLART |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TI_LONG_TEXT | LIKE | LONG_TEXT | ||
TO_HEAD | LIKE | THEAD | ||
TO_KLAT | LIKE | KLKLAT | ||
TO_LINE | LIKE | TLINE |
This function module does not define any Exceptions.