SAP Reports / Programs | Bank Customer Accounts | Bank Components | Bank Customer Accounts(IS-B-BCA) SAP IS

RFBK_CHECK_INT_METHOD SAP ABAP Report - Program RFBK_CHECK_INT_METHOD







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


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 RFBK_CHECK_INT_METHOD. "Basic submit
SUBMIT RFBK_CHECK_INT_METHOD AND RETURN. "Return to original report after report execution complete
SUBMIT RFBK_CHECK_INT_METHOD 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: 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 = )


INCLUDES used within this REPORT RFBK_CHECK_INT_METHOD

No INCLUDES are used within this REPORT code!


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_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.



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