RFBKTTERMFIXING_F01 is a standard ABAP INCLUDE 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 RFBKTTERMFIXING_F01 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.
Title: Include RFBKTTERMFIXING_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKRS_GET_RANGE CALL FUNCTION 'BKK_BKKRS_GET_RANGE' TABLES r_bkkrs = s_bkkrs t_bkkrs = l_tab_bkkrs.
BKK_BKKRS_GET_RANGE CALL FUNCTION 'BKK_BKKRS_GET_RANGE' TABLES r_bkkrs = s_bkkrs t_bkkrs = l_tab_bkkrs.
BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = '4000' i_method = '1402' "fixing process i_actvt = '16' "no simulation run possible i_bkkrs =
-bkkrs i_flg_msg_handler = space IMPORTING e_method_allowed = l_rc e_str_message = g_str_message.
BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs =
-bkkrs IMPORTING e_postdate = l_post_date EXCEPTIONS post_date_error = 1 data_error = 2 OTHERS = 3.
BKK_CLOSING_UPDATE_NEXT_DATE CALL FUNCTION 'BKK_CLOSING_UPDATE_NEXT_DATE' EXPORTING i_bkkrs = l_str_bkk42_db-bkkrs i_acnum_int = l_str_bkk42_db-acnum_int i_clos_typ = '0003' i_new_next_date = l_bkkm2_next_date i_flg_no_commit = 'X' i_flg_in_update_task = 'X' i_flg_only_when_end_of_term = 'X' IMPORTING e_rc = l_rc_bte.
BKKT_BKKA_UPDATE_DB CALL FUNCTION 'BKKT_BKKA_UPDATE_DB' IN UPDATE TASK TABLES t_tab_bkkterm = l_tab_bkkterm_update * t_tab_bkk58 = l_tab_bkk58_update t_tab_bkktermpprc_upd = l_tab_bkktermpprc_update t_tab_bkktermpprc_del = l_tab_bkktermpprc_delete.
BKKT_BKKA_DEQUEUE_TERM_ACCOUNT CALL FUNCTION 'BKKT_BKKA_DEQUEUE_TERM_ACCOUNT' TABLES t_bkkterm = l_tab_bkkterm_fix.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKTTERMFIXING_F01 - Include RFBKTTERMFIXING_F01 RFBKTTERMCONTROL_F04 - Include RFBKTTERMCONTROL_F04 RFBKTTERMCONTROL_CHECK_BANKF01 - Include RFBKTTERMCONTROL_CHECK_BANKF01 RFBKTTERMCONTROL_BTE - Include BTE Calls from Term Fix and Maturity Programs RFBKTTERMCONTROL_ACCOUNTF02 - Include RFBKTTERMCONTROL_ACCOUNTF02 RFBKTTERMCONTROL - Fixing Fixed-Term Deposit Accounts