RFBKTTERMFIXING_F04 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_F04 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = c_log_handle EXCEPTIONS OTHERS = 1.
BKK_SELECTION_TO_MESSAGE CALL FUNCTION 'BKK_SELECTION_TO_MESSAGE' EXPORTING i_repid = 'RFBKTTERMCONTROL' IMPORTING e_tab_messages = l_tab_messages EXCEPTIONS internal_error = 1.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_tab_mesg.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = u_log_handle i_s_msg =
* IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT i_in_update_task = 'X' * I_SAVE_ALL = ' ' i_t_log_handle = l_tab_log_handle * IMPORTING * e_new_lognumbers = l_tab_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
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_F04 - RFBKTTERMFIXINGF04 RFBKTTERMFIXING_F03 - RFBKTTERMFIXINGF03 RFBKTTERMFIXING_F02 - Include RFBKTTERMFIXING_F02 RFBKTTERMFIXING_F01 - Include RFBKTTERMFIXING_F01 RFBKTTERMCONTROL_F04 - Include RFBKTTERMCONTROL_F04 RFBKTTERMCONTROL_CHECK_BANKF01 - Include RFBKTTERMCONTROL_CHECK_BANKF01