RFBKGL_VA_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to display and change individual value adjustments...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFBKGL_VA_MAINTAIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F9HRVA_MT - Indiv. Val. Adjst. Proposal List
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_AKTVA = Only Accounts with Current IVA
Selection Text: P_DATRA = Valuation date
Selection Text: P_NEWVA = Only Accounts with New IVA
Selection Text: S_ACNUM = Account Number
Selection Text: S_BKKRS = Bank Area
Title: Edit Proposal List - Value Adjustments
Text Symbol: 015 = Error-free
Text Symbol: 016 = With Warnings
Text Symbol: 017 = With Sing.Errors
Text Symbol: 018 = With Term. Errors
Text Symbol: P01 = General selections
Text Symbol: P02 = Proc. Flow Ctrl
Text Symbol: T04 = Only Accts with Current IVA
Text Symbol: T05 = Only Accts with New IVA
Text Symbol: T06 = Only Active Accts
INCLUDE IBKKCON.
INCLUDE IBKKCONH.
INCLUDE IBKKCOGD.
INCLUDE IBKKCOGP.
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_BKK_RBD_ON CALL FUNCTION 'BAPI_BKK_RBD_ON' IMPORTING rbd_on = l_rbd_on.
BKK_GL_VA_REFRESH_BKKCVA CALL FUNCTION 'BKK_GL_VA_REFRESH_BKKCVA'.
BKK_GL_VA_VALUATION_LIST CALL FUNCTION 'BKK_GL_VA_VALUATION_LIST' EXPORTING i_t_rng_bkkrs = s_bkkrs[] i_valuation_date = p_datra i_aktva = p_aktva i_newva = p_newva i_act_accounts = p_act IMPORTING e_rc = l_rc TABLES i_t_va_accounts = l_t_va_accounts.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKGL_VA_MAINTAIN - Edit Proposal List - Value Adjustments RFBKGL_VA_MAINTAIN - Edit Proposal List - Value Adjustments RFBKGL_VA_DI - Individual value adjustment legacy data transfer RFBKGL_VA_DI - Individual value adjustment legacy data transfer RFBKGL_VA_CALC_POST - Post Value Adjustments RFBKGL_VA_CALC_POST - Post Value Adjustments