SAP Reports / Programs

RFBKGL_VA_MAINTAIN SAP ABAP Report - Edit Proposal List - Value Adjustments







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

F9HRVA_MT - Indiv. Val. Adjst. Proposal List


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFBKGL_VA_MAINTAIN. "Basic submit
SUBMIT RFBKGL_VA_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKGL_VA_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFBKGL_VA_MAINTAIN

INCLUDE IBKKCON.
INCLUDE IBKKCONH.
INCLUDE IBKKCOGD.
INCLUDE IBKKCOGP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFBKGL_VA_MAINTAIN or its description.