Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module STRN_READ_DECOMPRESS (Lesen Sprachenfiles (unkomprimiert)) is a standard Function Module in SAP ERP and is part of the function group STLT within the package STRN.
Function Module | STRN_READ_DECOMPRESS |
Short Text | Lesen Sprachenfiles (unkomprimiert) |
Function Group | STLT |
Package | STRN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILENAM | LIKE | LTRAN-PATH02 | File name | |
HEADFLAG | LIKE | LANGIMP-IMPMODE | 'Read HEADER' flag | |
SPRAS | LIKE | SY-LANGU | Language | |
XHEADER | LIKE | LANGXREC | X record for reading a block |
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 |
---|---|---|---|---|
IBER_100 | LIKE | L005TAB | Table, length 100 | |
IBER_128 | LIKE | L001TAB | Table, length 128 | |
IBER_256 | LIKE | L002TAB | Table, length 256 | |
IBER_512 | LIKE | L003TAB | Table, length 512 | |
IBER_8192 | LIKE | L004TAB | Table, length 8192 |
This function module does not define any Exceptions.