The Function Module C13Z_TEXT_WRITE (EHS: Anlegen/Überschreiben einer Datei auf dem Applikationsserver) is a standard Function Module in SAP ERP and is part of the function group C13Z within the package CBUI.
Function Module | C13Z_TEXT_WRITE |
Short Text | EHS: Anlegen/Überschreiben einer Datei auf dem Applikationsserver |
Function Group | C13Z |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FILE | LIKE | RCGIEDIAL-IEFILE | Name der Datei (incl. Komplette Pfadangabe) | |
I_LANGU | LIKE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
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 |
---|---|---|---|---|
E_ERROR_TAB | TYPE | ESPAP_EXTERROR_TAB_TYPE | Fehlertabelle | |
I_TEXTDATA_TAB | LIKE | Interne Tabelle mit zu schreibenden Text |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_PERMISSION | Fehlende Berechtigung für Aktion |
OPEN_FAILED | Fehler beim Öffnen der Datei |