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 MRM_INVOICE_PARK (Logistik-Rechnungsprüfung: Rechnungsbeleg vorerfassen) is a standard Function Module in SAP ERP and is part of the function group MRMP within the package MRM.
Function Module | MRM_INVOICE_PARK |
Short Text | Logistik-Rechnungsprüfung: Rechnungsbeleg vorerfassen |
Function Group | MRMP |
Package | MRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_EDITOR | CLASS | C_TEXTEDIT_CONTROL | TextEdit Control | |
I_NOFM | TYPE | ACC_SUBSET | Definiert Teilmenge von Komponenten für das RW-Interface | |
I_NO_EVENT | TYPE | BOOLE-BOOLE | Keine Ereigniserzeugung | |
I_RBSTAT_NEW | TYPE | RBSTAT | Rechnungsbeleg-Status | |
I_SIMULATION | TYPE | C | Simulation | |
I_XUPDA | TYPE | MARKE | Markieren |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BELNR | LIKE | RBKP-BELNR | Belegnummer eines Rechnungsbeleges | |
E_FRGKZ | LIKE | RBKP-FRGKZ | Kennzeichen: Freigabe erforderlich | |
E_GJAHR | LIKE | RBKP-GJAHR | Geschäftsjahr | |
E_ONLY_PARKED | TYPE | MARKE | Markieren |
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 |
---|---|---|---|---|
TE_ACCBSET | LIKE | ACCBSET | Belegsegment Steuerdaten plus Zusatzfelder RWIN | |
TE_ACCCR | LIKE | ACCCR | Schnittstelle ins Rechnungswesen: Währungsinformation | |
TE_ACCFI | LIKE | ACCFI | Schnittstelle ins Rechnungswesen: Finanzbuchhaltung CPD | |
TE_ACCHD | LIKE | ACCHD | Schnittstelle ins Rechnungswesen: Kopfinformation | |
TE_ACCIT | LIKE | ACCIT | Schnittstelle ins Rechnungswesen: Positionsinformation | |
TE_ACCIT_WT | LIKE | ACCIT_WT | Quellensteuerinformationen für RW-Interface |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_STATUS | Kein Status der Vorerfassung |
UPDATE_IMPOSSIBLE | Fortscheibung nicht möglich |
USER_EXIT | Abbruch durch User |