Table list used by SAP ABAP Function Module BKK_GL_VA_CALC_VALUE_TO_POST (Calculates the Amount to Be Posted for an Individual Value Adjustment)
SAP ABAP Function Module
BKK_GL_VA_CALC_VALUE_TO_POST (Calculates the Amount to Be Posted for an Individual Value Adjustment) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BKK42 | Current Account Master Data: Operative Data | SOURCE VALUE(I_A_CUR) LIKE BKK42-WAERS |
|
| 2 | BKK50 | Account balance | SOURCE VALUE(I_A_AMOUNT) LIKE BKK50-BALANCE |
|
| 3 | BKKCVA | Administration Table Individual Value Adjustment | ||
| 4 | IBKKCVA | Transfer Structure for IVA Entries and Valuations | SOURCE VALUE(I_VA_CUR) LIKE IBKKCVA-VA_CUR |
|
| 5 | IBKKCVA | Transfer Structure for IVA Entries and Valuations | SOURCE VALUE(I_VA_FIX) LIKE IBKKCVA-VA_FIX OPTIONAL |
|
| 6 | IBKKCVA | Transfer Structure for IVA Entries and Valuations | SOURCE VALUE(I_VA_POSTED) LIKE IBKKCVA-VA_POSTED OPTIONAL |
|
| 7 | IBKKCVA | Transfer Structure for IVA Entries and Valuations | SOURCE VALUE(I_VA_PROC) LIKE IBKKCVA-VA_PROC OPTIONAL |
|
| 8 | IBKKCVA | Transfer Structure for IVA Entries and Valuations | SOURCE VALUE(E_TO_POST) LIKE IBKKCVA-VA_TO_POST |
|