RFBKTTERMFIXING_F10 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_F10 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_F10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_COND_BALANCE_DET_VAL_T CALL FUNCTION 'BKK_COND_BALANCE_DET_VAL_T' EXPORTING i_val_date_start = u_str_bkkterm-maturity_date i_val_date_end = u_str_bkkterm-maturity_date i_key_post_date = u_str_bkkterm-maturity_date * I_FLG_ACTCURR = 'X' * IMPORTING * E_RC = TABLES i_t_acnum_int = l_t_acnum_int e_t_val_decre_bal = l_t_account_bal.
BKKT_TDCHDOC_WRITE_DOCUMENT CALL FUNCTION 'BKKT_TDCHDOC_WRITE_DOCUMENT' IN UPDATE TASK EXPORTING objectid = l_objectid tcode = sy-tcode utime = sy-uzeit udate = sy-datum username = sy-uname n_bkk58 = l_wa_bkk58_new o_bkk58 = u_str_bkk58_old upd_bkk58 = 'U' upd_bkkterm = 'U' TABLES xbkkterm = l_tab_bkkterm_new ybkkterm = l_tab_bkkterm_old.
BKK_CHAIN_DETERM_NEXT_STEP CALL FUNCTION 'BKK_CHAIN_DETERM_NEXT_STEP' EXPORTING i_laufd = u_laufd i_laufi = u_laufi i_returncode = u_returncode i_event = 'SAP_BKK_TERMCONTROL_JOB_END' i_tab_bkkrs = l_tab_bkkrs IMPORTING e_rc = l_rc.
SAMPLE_INTERFACE_00011035 CALL FUNCTION 'SAMPLE_INTERFACE_00011035'. "#EC *
BKK_OPEN_FI_FIND_FBS CALL FUNCTION 'BKK_OPEN_FI_FIND_FBS' EXPORTING i_event = '00011035' TABLES t_bkk_fbs = l_tab_bkk_fbs.
BKK_COND_GET_FOR_BKST_SECOND CALL FUNCTION 'BKK_COND_GET_FOR_BKST_SECOND' EXPORTING i_bkkrs = l_wa_bkkterm_new-bkkrs i_acnum_int = l_wa_bkkterm_new-acnum_int i_cond_date_from = l_wa_bkkterm_new-termstart i_cond_date_to = l_wa_bkkterm_new-term_end i_currency = u_str_bkk42-waers i_s_bkk42 = u_str_bkk42 i_s_bkkterm = l_wa_bkkterm_new i_skip_message_handler = 'X' "This import parameter was set to X since correspondence logs IMPORTING "were not printing because message initialization e_rc = c_rc TABLES e_t_result = l_result.
OPEN_FI_PERFORM_00011035_E CALL FUNCTION 'OPEN_FI_PERFORM_00011035_E' EXPORTING i_bkk42 = u_str_bkk42 it_bkkterm_cond_upd = l_tab_bkkterm_cond_upd it_bkkterm_cond_old = l_tab_bkkterm_cond_old i_bkk58 = u_str_bkk58 IMPORTING * e_return = c_rc e_accnt_return = c_rc TABLES t_bkk_fbs = l_tab_bkk_fbs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.