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 BKK_CASH_BAL_CHECK (Bestand-ZV: Vorgelegten Bestand prüfen) is a standard Function Module in SAP ERP and is part of the function group FBA3 within the package FKBS_FINSERV.
Function Module | BKK_CASH_BAL_CHECK |
Short Text | Bestand-ZV: Vorgelegten Bestand prüfen |
Function Group | FBA3 |
Package | FKBS_FINSERV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NEW_CASHBSTAT | LIKE | IBKKASTAT-CASHB_STAT | G_CON_CASHB_END | neuer Status des Bestands |
I_PROCESS | LIKE | IBKK_ITEM-PROCESS | Prozeß im BKK-Zahlungsverkehr |
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_ITEM | LIKE | IBKK_ITEM | Zahlungsposten |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CHEQUE_BLOCKED | Scheck ist gesperrt |
CHEQUE_PAYED | Scheck ist bereits eingelöst/teileingelöst |
INVALID_CHEQNO | ungültige Schecknummer |
MISC_ERROR | sonstiger Fehler |
MISSING_INPUT | fehlende Eingabeparameter |
NO_CATEGORY | kein Bestandstyp definiert |