The Function Module BCA_US_TD_ACCNT_GET_STD_COND (Get standard interest conditions) is a standard Function Module in SAP ERP and is part of the function group BCA_US_TD within the package BCA_US.
Function Module | BCA_US_TD_ACCNT_GET_STD_COND |
Short Text | Get standard interest conditions |
Function Group | BCA_US_TD |
Package | BCA_US |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_INT | LIKE | BKK42-ACNUM_INT | Internal account number for current account | |
I_BKKRS | LIKE | BKK40-BKKRS | Bank area | |
I_CONDAREA | LIKE | TBKK80-CONDAREA | Condition area | |
I_CONDGR | LIKE | TBKK85-CONDGR | Bank condition group | |
I_CURR | LIKE | TCURC-WAERS | Currency key | |
I_OPENDATE | LIKE | IBKK50-OPENDATE | Date account opened | |
I_SKIP_MESSAGE_HANDLER | LIKE | BOOLE-BOOLE | 'X' | Data element for domain BOOLE: TRUE (-'X') and FALSE (-' ') |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | Return value, return value after ABAP statements |
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 |
---|---|---|---|---|
T_CATEGORY | LIKE | IBKK90 | Structure for condition categories | |
T_CONDITION | LIKE | IBKK91 | Structure for condition overview : Condition | |
T_POSITION | LIKE | IBKK92 | Structure for condition overview : Position |
This function module does not define any Exceptions.