RFBK_CHECK_INT_METHOD 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 RFBK_CHECK_INT_METHOD into the relevant SAP transactions such as SE38 or SE80
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: FLG_IND = D .
Selection Text: P_BKKRS = D .
Selection Text: P_CAREA = D .
Selection Text: P_CGROUP = D .
Selection Text: R_ACEXT = D .
Title: Program RFBK_CHECK_INT_METHOD
Text Symbol: 001 = Check the interest calculation method for account:
Text Symbol: 002 = (Bank area:
Text Symbol: 003 = )
Text Symbol: 004 = Check the interest calculation method for condition group:
Text Symbol: 005 = (Condition area:
Text Symbol: 006 = )
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_CONDGROUP_COND_SEL CALL FUNCTION 'BKK_CONDGROUP_COND_SEL' EXPORTING i_condgr_cat = '1' i_condarea = l_s_condgr-condarea i_condgr = l_s_condgr-condgroup TABLES t_condition = l_t_condition t_position = l_t_position.
BKK_COND_IND_SEL CALL FUNCTION 'BKK_COND_IND_SEL' EXPORTING i_bkkrs = p_bkkrs i_condgr_cat = '1' i_acnum_int = l_s_acnum-acnum_int i_xno_global_data = 'X' TABLES t_condition = l_t_icondition t_position = l_t_iposition.
BKK_COND_CHECK_INT_CALC_METHOD CALL FUNCTION 'BKK_COND_CHECK_INT_CALC_METHOD' EXPORTING i_t_condition = l_t_condition_coll i_t_position = l_t_position_coll i_flg_changed_group = 'X' i_xno_message = 'X' i_modus = '3' IMPORTING e_return = l_error.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBK_CHECK_INT_METHOD - Program RFBK_CHECK_INT_METHOD RFBK_CHECK_INT_METHOD - Program RFBK_CHECK_INT_METHOD RFBK_BUPA_SHOW_ALL - Business Partner: Display All Roles RFBK_BUPA_SHOW_ALL - Business Partner: Display All Roles RFBK_BKST_CORR_LOG - Report RFBK_BKST_CORR_LOG RFBK_BKST_CORR_LOG - Report RFBK_BKST_CORR_LOG