The Function Module FM_TEXT_TRANSFORM (FB zum Umformatieren eines Textes auf eine andere Zeilenlaenge) is a standard Function Module in SAP ERP and is part of the function group FMKO within the package FMKO.
Function Module | FM_TEXT_TRANSFORM |
Short Text | FB zum Umformatieren eines Textes auf eine andere Zeilenlaenge |
Function Group | FMKO |
Package | FMKO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_NOFILL | TYPE | C | SPACE | Auffuellen Ausgabezeilen unterdruecken |
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 |
---|---|---|---|---|
T_TEXT_AUS | LIKE | Ausgabetext | ||
T_TEXT_EIN | LIKE | Eingabetext |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_INPUT_TEXT | Eingabetext hat 0 Zeilen |