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_IC_CHECK_SUB_ACCNT (Checks for sub-accounts) is a standard Function Module in SAP ERP and is part of the function group FBHQ within the package FKBR.
Function Module | BKK_IC_CHECK_SUB_ACCNT |
Short Text | Checks for sub-accounts |
Function Group | FBHQ |
Package | FKBR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_EXT | TYPE | BKK42-ACNUM_EXT | Account number for current account | |
I_ACNUM_INT | TYPE | BKK40-ACNUM_INT | Internal Account Number for Current Account | |
I_BANKL | TYPE | BKK610-BANKL | Bank Keys | |
I_BANKS | TYPE | BKK610-BANKS | Bank country key | |
I_BKKRS | TYPE | BKK40-BKKRS | Bank Area | |
I_DATE_FROM | TYPE | BKK610-DATE_FROM | Valid from date | |
I_DATE_TO | TYPE | BKK610-DATE_TO | Validity Date (Valid To) | |
I_FATHER_ACNUM_INT | TYPE | BKK40-ACNUM_INT | Internal Account Number for Current Account | |
I_FATHER_BKKRS | TYPE | BKK40-BKKRS | Bank Area | |
I_HYTYPE | TYPE | BKK610-HYTYPE | Account Hierarchy: Hierarchy Type | |
I_POOL_METH | TYPE | TBKK92-POOL_METH | Interest Compensation Method | |
I_TREENR | TYPE | BKK610-TREENR | Bank Account Relationship Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | TYPE | SY-SUBRC | Return Value of ABAP Statements |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.