The Function Module COMPOSE_ITF (ITF für Editor erzeugen) is a standard Function Module in SAP ERP and is part of the function group STXK within the package STXD.
Function Module | COMPOSE_ITF |
Short Text | ITF für Editor erzeugen |
Function Group | STXK |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATATAB | TYPE | TDTAB_X256 | Binäre Tabelle, 256 Bytes | |
I_HEADER | TYPE | THEAD | SAPscript: Text-Header | |
I_LINEWIDTH | TYPE | TDLINESIZE | 132 | Zeilen-Breite |
I_SIZE | TYPE | I | Textlänge |
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_ITF | LIKE | TLINE | SAPscript: Text-Zeilen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_SIZE | Parameter 'I_SIZE' wurde nicht versorgt |