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 BAPI_PAYIT_POST_ITEM (Umsatz buchen (+ SWIFT und BKS )) is a standard Function Module in SAP ERP and is part of the function group FBI1A within the package FKBP_FINSERV.
Function Module | BAPI_PAYIT_POST_ITEM |
Short Text | Umsatz buchen (+ SWIFT und BKS ) |
Function Group | FBI1A |
Package | FKBP_FINSERV |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_XREPETITION | TYPE | IBKK_MISC-XREPETITION | SPACE | X: wiederholte Vorlage |
I_XREVERSE | TYPE | IBKK_ITEM-XREVERSE | SPACE | Zur Stornierung gekennzeichnet |
I_X_NO_COMMIT | TYPE | BKK_XFELD | SPACE | Steuerung der Commitverarbeitung |
I_X_SIMUL | TYPE | BKK_XFELD | SPACE | Simulationskennzeichen |
I_X_UPDATE_TASK | TYPE | BKK_XFELD | SPACE | Steuerung der Verbuchung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | TYPE | IBKK_MISC-RC | Returncode |
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 |
---|---|---|---|---|
E_TAB_RETURN | LIKE | BAPIRET2 | Returnparameter | |
E_TAB_XCHECK | LIKE | IBKK_XCHECK_ITEM | Struktur für Prüfungen und Ergebnisse für Zahlungsposten | |
T_PAYM_ITEM | LIKE | IBKK_PSTPIA | Daten zur Umsatzbuchung | |
T_PAYM_NOTE | LIKE | IBKK_PYNOT | Verwendungszweckdaten |
This function module does not define any Exceptions.