Menu

SAP Function Module BCA_US_TD_ACCNT_GET_STD_COND

Get standard interest conditions

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.

Technical Information

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

Importing Parameters

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 (-' ')

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.