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 FEHLERPROTOKOLL_FUELLEN (Fehlertabelle für Terminüberwachung füllen) is a standard Function Module in SAP ERP and is part of the function group FVWT within the package FTVV.
Function Module | FEHLERPROTOKOLL_FUELLEN |
Short Text | Fehlertabelle für Terminüberwachung füllen |
Function Group | FVWT |
Package | FTVV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ARBG | LIKE | TZW01-SARBG | Arbeitsgebiet Terminüberwachung | |
I_BUKRS | LIKE | VWBEVI-BUKRS | Buchungskreis | |
I_LANGU | LIKE | SY-LANGU | Sprache | |
I_MSGID | LIKE | SY-MSGID | Message-Id | |
I_MSGNO | LIKE | SY-MSGNO | Message-Nummer | |
I_MSGTY | LIKE | SY-MSGTY | Nachrichtentyp (W,I,E,A) | |
I_MSGV1 | LIKE | SY-MSGV1 | SPACE | Variable 1 der Message |
I_MSGV2 | LIKE | SY-MSGV2 | SPACE | Variable 2 der Message |
I_MSGV3 | LIKE | SY-MSGV3 | SPACE | Variable 3 der Message |
I_MSGV4 | LIKE | SY-MSGV4 | SPACE | Variable 4 der Message |
I_XTEXT1 | LIKE | SPROT_VW-XTEXT1 | SPACE | Informationstext1 |
I_XTEXT2 | LIKE | SPROT_VW-XTEXT2 | SPACE | Informationstext2 |
I_XTEXT3 | LIKE | SPROT_VW-XTEXT3 | SPACE | Informationstext3 |
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 |
---|---|---|---|---|
FEHLER | LIKE | SPROT_VW | Fehlertabelle |
This function module does not define any Exceptions.