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 FMBWB_DOCUMENT_TEXT_INIT (Initialize the document tables from interface data) is a standard Function Module in SAP ERP and is part of the function group FMBWB within the package FMBPA_E.
Function Module | FMBWB_DOCUMENT_TEXT_INIT |
Short Text | Initialize the document tables from interface data |
Function Group | FMBWB |
Package | FMBPA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_F_CURRENCY | TYPE | FMBW_S_CURRENCY | Currency data for decimals handling | |
I_F_SCREEN | TYPE | FMBW_S_SCREEN | Screen fields for budgeting workbench | |
I_T_ALV | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
I_T_ALV2 | TYPE | FMBW_T_ALV_MAIN | ALV Grid in Budgeting Workbench - Main screen | |
I_T_ORIGINAL_LINES | TYPE | FMED_T_LINES | Original lines of the document |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_CURRENT_SIGN | TYPE | FMBW_CURRENT_SIGN | Current sign of internal data | |
C_F_DOC_HEADER | TYPE | FMED_S_HEADER | Entry document header structure | |
C_T_DOC_LINES | TYPE | FMED_T_LINES | Entry documents line item table |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.