RFBKCONB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFBKCONB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F995 - Restart Account Balancing
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_BAL = Balances (Calculation Basis)
Selection Text: P_CALC = Calculation Results
Selection Text: P_CALCSU = Total of Calculation Results
Selection Text: P_COND = Selection Date Balancing
Selection Text: P_TAX = Capital Yield Tax Transfer
Selection Text: P_X_SIM = Simulation
Selection Text: S_BKKRS = Bank Area
Title: BCA: Initial Screen Restart Account Balancing (Interest & Charges)
Text Symbol: 001 = General Selections
Text Symbol: 002 = Proc.Flow Control
Text Symbol: 003 = Addit. Data (Spool)
INCLUDE: IBKKCONC, "CONSTANTS CONDITION
No SAP DATABASE tables are accessed within this REPORT code!
BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = g_con_object_account_bal i_method = g_con_method_mass_run_restart i_actvt = l_actvt i_flg_msg_handler = 'X' TABLES r_bkkrs = s_bkkrs.
BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = l_tab_bkkrs.
BKK_PA_PROCESS_START CALL FUNCTION 'BKK_PA_PROCESS_START' EXPORTING i_applcatg = g_con_appl_accntclos i_xnewrun = ' ' i_xsimulrun = p_x_sim i_s_runparam = l_s_param i_xdebug = p_xdebug i_xautorestart = p_arest * note1272487 * use Massrun ID already supplied by calling Application * using Autorestart i_progn = p_runkey-progn i_progdate = p_runkey-progdate i_progno = p_runkey-progno EXCEPTIONS no_start_allowed = 1 no_event = 2 no_restart = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKCONB - BCA: Initial Screen Restart Account Balancing (Interest & Charges) RFBKCONB - BCA: Initial Screen Restart Account Balancing (Interest & Charges) RFBKCONACBALBEFOREPRODDATE - Adjustment: Incorrect Account Balancing Before Go-Live Date RFBKCONACBALBEFOREPRODDATE - Adjustment: Incorrect Account Balancing Before Go-Live Date RFBKCONA - BCA: Initial Screen Interest Acc./Def. for General Ledger RFBKCONA - BCA: Initial Screen Interest Acc./Def. for General Ledger