Menu

SAP Function Module BCA_US_ADB_CALC

ADB calculation based on date range

The Function Module BCA_US_ADB_CALC (ADB calculation based on date range) is a standard Function Module in SAP ERP and is part of the function group BCA_US_ADB within the package BCA_US.

Technical Information

Function Module BCA_US_ADB_CALC
Short Text ADB calculation based on date range
Function Group BCA_US_ADB
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 BKK9B-ACNUM_INT Internal account number for current account
I_BKKRS LIKE BKK9B-BKKRS Bank area
I_FROM_DATE LIKE BKK9B-DATE_POST From date
I_TO_DATE LIKE BKK9B-DATE_POST To date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_POST_ACUR LIKE BKK9B-CURR Account currency
E_POST_ADB LIKE BKK9B-D_AMOUNT0 Average Daily balance (Posting date based)
E_VAL_ACUR LIKE BKK9B-CURR Account currency
E_VAL_ADB LIKE BKK9B-D_AMOUNT0 Average Daily balance (Value date based)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALIDACCOUNT Account not found
INVALID_DATE_RANGE Invalid date range