Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module C14GN_TEXT_READ (EHS: Lesen eines Langtextes) is a standard Function Module in SAP ERP and is part of the function group C14GN within the package CBUI.
Function Module | C14GN_TEXT_READ |
Short Text | EHS: Lesen eines Langtextes |
Function Group | C14GN |
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_ACTN | TYPE | RCGUKEY-ACTN | laufende Nummer des Änderungsstandes | |
I_FLG_EXIST_CHECK | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_LANGUAGE | TYPE | SY-LANGU | R/3-System, aktuelle Sprache | |
I_RECN | TYPE | RCGUKEY-RECN | Laufende Nummer des Datensatzes | |
I_TABLENAME | TYPE | ESP1_TAB_NAME | Tabellenname des Dynprofeldes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLG_FOUND | TYPE | ESP1_BOOLEAN | - 'X' <-> der Text existiert | |
E_LTXT_HEAD | TYPE | THEAD | SAPscript: Text-Header |
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_LINE_TAB | LIKE | TLINE | SAPscript: Text-Zeilen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
PARAMETER_ERROR | Parameter-Fehler beim Aufruf des FB |
TEXT_READ_FAILED | Fehler beim Lesen des SAPscript-Textes |