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 FI_WT_PREPARE_DATA_FOR_IDOC (Vorbereiten der Quellensteuerdaten für Idoc) is a standard Function Module in SAP ERP and is part of the function group FWTH within the package FQST.
Function Module | FI_WT_PREPARE_DATA_FOR_IDOC |
Short Text | Vorbereiten der Quellensteuerdaten für Idoc |
Function Group | FWTH |
Package | FQST |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | BKPF-BUKRS | Buchungskreis |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
X_DISTRIBUTE | LIKE | BOOLE | Boolesche Variable |
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 |
---|---|---|---|---|
H_WITH_ITEM | LIKE | WITH_ITEMX | Hilfsstruktur für Tabelle WITH_ITEM |
This function module does not define any Exceptions.