RFBKCOND 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 RFBKCOND into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F996 - Single Acct. Balancing (Int./Charge)
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_AC_EXT = Account Number
Selection Text: P_BAL = Balances (Calculation Basis)
Selection Text: P_BKKRS = Bank Area
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_SIM = Simulation on Next Date
Selection Text: P_TAX = Capital Yield Tax Transfer
Title: BCA: Initial Screen Indiv. Acct Balancing (Inters./Charge Calculation)
Text Symbol: 001 = General Selections
Text Symbol: 002 = Process Flow Control
Text Symbol: 003 = Addit. Data (Spool)
INCLUDE: IBKKCONC, "CONSTANTS CONDITION
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKRS_EXISTS CALL FUNCTION 'BKK_BKKRS_EXISTS' EXPORTING i_bkkrs = p_bkkrs i_message = 'X' IMPORTING e_rc = l_return EXCEPTIONS OTHERS = 1.
BKK_ACCNT_GET_ACNUM_INT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_INT_BKKRS' EXPORTING i_acnum_ext = p_ac_ext i_bkkrs = p_bkkrs IMPORTING e_return = l_return e_acnum_int = l_sav_acnum_int EXCEPTIONS error_message = 1 OTHERS = 2.
BKK_CLOSING_GETDETAIL CALL FUNCTION 'BKK_CLOSING_GETDETAIL' EXPORTING i_bkkrs = p_bkkrs i_acnum_int = l_sav_acnum_int i_clos_typ = g_con_condition TABLES t_clos_data = l_t_clos_data EXCEPTIONS empty_selection = 1 OTHERS = 2.
BKK_BKKTERM_GET_BKKTERM CALL FUNCTION 'BKK_BKKTERM_GET_BKKTERM' EXPORTING i_bkkrs = p_bkkrs i_acnum_int = l_sav_acnum_int IMPORTING e_return = l_return e_bkkterm_act = l_s_bkkterm .
BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = p_bkkrs IMPORTING e_postdate = l_sav_postdate_txn EXCEPTIONS post_date_error = 1 data_error = 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_single_run_new i_actvt = l_actvt i_bkkrs = p_bkkrs i_flg_msg_handler = 'X'.
BKK_PA_PROCESS_START CALL FUNCTION 'BKK_PA_PROCESS_START' EXPORTING i_applcatg = g_con_appl_acbalsngl i_xnewrun = 'X' i_xsimulrun = l_sav_xsim i_s_runparam = l_s_param i_xdebug = 'X' 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.
RFBKCOND - BCA: Initial Screen Indiv. Acct Balancing (Inters./Charge Calculation) RFBKCOND - BCA: Initial Screen Indiv. Acct Balancing (Inters./Charge Calculation) RFBKCONCOMP02 - Limit: BKKE1, Set Date Valid From RFBKCONCOMP02 - Limit: BKKE1, Set Date Valid From RFBKCONCOMP01 - Balancing: BKK92 / Compare Postings Legacy System RFBKCONCOMP01 - Balancing: BKK92 / Compare Postings Legacy System