SAP Reports / Programs

RFBKCONC SAP ABAP Report - BCA: Initial Screen Mass Acct Balancing (Interest/Charge Calculation)







RFBKCONC 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 RFBKCONC 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

F991 - Mass Acct. Balancing (Int./Charges)


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 RFBKCONC. "Basic submit
SUBMIT RFBKCONC AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKCONC 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_BAL = Balances (Calculation Basis)
Selection Text: P_CALC = Calculation Results
Selection Text: P_CALCSU = Total of Calculation Results
Selection Text: P_CL_DAT = Selection Date Balancing
Selection Text: P_COND = Conditions
Selection Text: P_PROD = Product
Selection Text: P_SIM = Simulation on Next Date
Selection Text: P_TAX = Interest Income Tax Transfer
Selection Text: S_BKKRS = Bank Area
Selection Text: S_PROD = Product
Title: BCA: Initial Screen Mass Acct Balancing (Interest/Charge Calculation)
Text Symbol: 001 = General Selections
Text Symbol: 002 = Process Flow Control
Text Symbol: 003 = Additional Data (Spool)
Text Symbol: 004 = Products per Bank Area


INCLUDES used within this REPORT RFBKCONC

INCLUDE: IBKKCONC,


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:

BKK_CHECK_SWITCH_ACTIVE CALL FUNCTION 'BKK_CHECK_SWITCH_ACTIVE' EXPORTING I_SWITCH_NAM = g_con_sfws_sc_c04s00_core IMPORTING RE_SWITCH_VALUE = l_switch_status EXCEPTIONS SWITCH_NOT_FOUND = 1 OTHERS = 2 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = '1000' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PRODEXT' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_PROD' window_title = text-004 value_org = 'S' TABLES value_tab = l_tab_products return_tab = l_f4_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

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_new i_actvt = l_actvt i_flg_msg_handler = 'X' TABLES r_bkkrs = s_bkkrs.

BKK_PRODUCT_GET_INT_KEY call function 'BKK_PRODUCT_GET_INT_KEY' exporting i_prodext = p_prod importing e_prodint = l_prod_int e_rc = l_rc.

BKK_PRODUCT_GET_INT_KEY_RNG CALL FUNCTION 'BKK_PRODUCT_GET_INT_KEY_RNG' * IMPORTING * E_RC = TABLES T_PRODEXT_RANGE = s_prod * T_PRODINT = T_PRODINT_RANGE = l_prodint_range .

BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = l_tab_bkkrs.

BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = l_tab_bkkrs IMPORTING e_postdate = l_sav_postdate EXCEPTIONS post_date_error = 1 data_error = 2 OTHERS = 3.

BKK_PA_PROCESS_START CALL FUNCTION 'BKK_PA_PROCESS_START' EXPORTING i_applcatg = g_con_appl_accntclos i_progn = l_repid i_xnewrun = 'X' i_xsimulrun = l_sav_xsim i_s_runparam = l_s_param i_xdebug = p_xdebug EXCEPTIONS no_start_allowed = 1 no_event = 2 no_restart = 3 OTHERS = 4.

BKK_MASS_RUN_RESTART_AUTO * CALL FUNCTION 'BKK_MASS_RUN_RESTART_AUTO' **[...]



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 RFBKCONC or its description.