The Function Module ISB_GL_ACCOUNT_BALANCES_SUM_UP (IS-B: Summieren der Durchschnittsalden eines Bestandes) is a standard Function Module in SAP ERP and is part of the function group JBDV within the package JBA.
Function Module | ISB_GL_ACCOUNT_BALANCES_SUM_UP |
Short Text | IS-B: Summieren der Durchschnittsalden eines Bestandes |
Function Group | JBDV |
Package | JBA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DNTAB | LIKE | DNTAB | nametab des Wertes der aktuellen Periode | |
I_SV_DNTAB | LIKE | DNTAB | nametab des Saldovortrages der aktuellen Periode |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BDSVOL | LIKE | JBDWFF-BDSVOL | Durchschnittsvolumen |
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 |
---|---|---|---|---|
I_ORG_SUM_TABLE | LIKE | GLT0 | Summentabelle des Originalledgers | |
I_SUM_TABLE | LIKE | GLT0 | Summentabelle des DB-Ledgers |
This function module does not define any Exceptions.