The Function Module BKK_COND_GET_DIRECT_FEE (Direkte Gebühren ermitteln) is a standard Function Module in SAP ERP and is part of the function group FB94 within the package FKBC.
Function Module | BKK_COND_GET_DIRECT_FEE |
Short Text | Direkte Gebühren ermitteln |
Function Group | FB94 |
Package | FKBC |
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 | LIKE | BKK42-ACNUM_EXT | ||
I_ACNUM_INT | LIKE | BKK42-ACNUM_INT | ||
I_BKKRS | LIKE | BKK42-BKKRS | Bankkreis, Kontonummer | |
I_BUPA_NO | LIKE | BUT000-PARTNER | ||
I_CURRENCY | LIKE | BKK42-WAERS | ||
I_DATE | LIKE | SY-DATUM |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FEE_AMOUNT | LIKE | IBKK_ITEM-A_CHARGE | Währung, Gebühr | |
E_FEE_TRNSTYPE | LIKE | IBKK_ITEM-TRNSTYPE | Vorgangsart für die Gebührenbuchung | |
E_RC | LIKE | SY-SUBRC | Returnwert (Langtext) |
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.