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 PPEUITXT_TEXT_INLINE_SET (Speichern des Langtextes für eine Sprache) is a standard Function Module in SAP ERP and is part of the function group PPEUITXT within the package CPPEGUI.
Function Module | PPEUITXT_TEXT_INLINE_SET |
Short Text | Speichern des Langtextes für eine Sprache |
Function Group | PPEUITXT |
Package | CPPEGUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_DO_IT | TYPE | C | PPET_FALSE | Inline-Text auf jeden Fall setzen |
IM_TDID | TYPE | TDID | Text-ID | |
IM_TDNAME | TYPE | TDOBNAME | Name | |
IM_TDOBJECT | TYPE | TDOBJECT | 'PVS' | Texte: Anwendungsobjekt |
IM_TDSPRAS | TYPE | SPRAS | SY-LANGU | Sprachenschlüssel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_LINE | TYPE | TLINE | Lines of ITF |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CH_TEXT | LIKE | PPETXT_POSVID_DYNP-TEXT | Varianten Text, historisch |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.