RFTBOF00 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 RFTBOF00 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: Distribution List for Orders for Listed Options and Futures
Text Symbol: HB1 = Posting log for variation margin
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TI_ORDER_INIT CALL FUNCTION 'TI_ORDER_INIT' EXPORTING i_tcode = wrk_tcode EXCEPTIONS OTHERS = 1.
TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_application_name = sy-title.
TI_ORDER_CREATE_PRE CALL FUNCTION 'TI_ORDER_CREATE_PRE' IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT' EXCEPTIONS bus_trans_with_error_exists = 1 error_posting_protocol = 2 OTHERS = 3.
TB_PROT_GET_NUMBER_OF_TRANS CALL FUNCTION 'TB_PROT_GET_NUMBER_OF_TRANS' IMPORTING e_number_of_posted_trans = l_number_of_posted_trans e_number_of_failed_trans = l_number_of_failed_trans.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK' EXCEPTIONS error_posting_protocol = 1 OTHERS = 2.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' "/ JWE 6.10.99
TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_application_name = sy-title.
TI_ORDER_CHANGE_PRE CALL FUNCTION 'TI_ORDER_CHANGE_PRE' EXPORTING i_display = trdef_xoff IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT' EXCEPTIONS bus_trans_with_error_exists = 1 error_posting_protocol = 2 OTHERS = 3.
TB_PROT_GET_NUMBER_OF_TRANS CALL FUNCTION 'TB_PROT_GET_NUMBER_OF_TRANS' IMPORTING e_number_of_posted_trans = l_number_of_posted_trans e_number_of_failed_trans = l_number_of_failed_trans.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK' EXCEPTIONS error_posting_protocol = 1 OTHERS = 2.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' "/ JWE 6.10.99
TI_ORDER_CHANGE_PRE CALL FUNCTION 'TI_ORDER_CHANGE_PRE' EXPORTING i_display = trdef_xon IMPORTING e_ok_code = wrk_ok_code.
CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_application_name = sy-title.
TI_ORDER_CHANGE_PRE CALL FUNCTION 'TI_ORDER_CHANGE_PRE' EXPORTING i_display = trdef_xoff i_sfgzustt = '20' IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT' EXCEPTIONS bus_trans_with_error_exists = 1 error_posting_protocol = 2 OTHERS = 3.
TB_PROT_GET_NUMBER_OF_TRANS CALL FUNCTION 'TB_PROT_GET_NUMBER_OF_TRANS' IMPORTING e_number_of_posted_trans = l_number_of_posted_trans e_number_of_failed_trans = l_number_of_failed_trans.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK' EXCEPTIONS error_posting_protocol = 1 OTHERS = 2.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_application_name = sy-title.
TI_ORDER_CHANGE_PRE CALL FUNCTION 'TI_ORDER_CHANGE_PRE' EXPORTING i_display = trdef_xoff i_sfgzustt = '15' IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT' EXCEPTIONS bus_trans_with_error_exists = 1 error_posting_protocol = 2 OTHERS = 3.
TB_PROT_GET_NUMBER_OF_TRANS CALL FUNCTION 'TB_PROT_GET_NUMBER_OF_TRANS' IMPORTING e_number_of_posted_trans = l_number_of_posted_trans e_number_of_failed_trans = l_number_of_failed_trans.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK' EXCEPTIONS error_posting_protocol = 1 OTHERS = 2.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TB_PROT_INIT CALL FUNCTION 'TB_PROT_INIT' EXPORTING i_application_name = sy-title.
TI_ORDER_CHANGE_PRE CALL FUNCTION 'TI_ORDER_CHANGE_PRE' EXPORTING i_display = trdef_xoff i_sfgzustt = '30' IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
TR_SE_ACC_PROT_SET_COMMIT CALL FUNCTION 'TR_SE_ACC_PROT_SET_COMMIT' EXCEPTIONS bus_trans_with_error_exists = 1 error_posting_protocol = 2 OTHERS = 3.
TB_PROT_GET_NUMBER_OF_TRANS CALL FUNCTION 'TB_PROT_GET_NUMBER_OF_TRANS' IMPORTING e_number_of_posted_trans = l_number_of_posted_trans e_number_of_failed_trans = l_number_of_failed_trans.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TR_SE_ACC_PROT_SET_ROLLBACK CALL FUNCTION 'TR_SE_ACC_PROT_SET_ROLLBACK' EXCEPTIONS error_posting_protocol = 1 OTHERS = 2.
TB_PROT_DISPLAY_ALL_TRANS CALL FUNCTION 'TB_PROT_DISPLAY_ALL_TRANS' EXCEPTIONS protocol_not_initialized = 1 OTHERS = 2.
TI_ORDER_REVERSE_PRE CALL FUNCTION 'TI_ORDER_REVERSE_PRE' IMPORTING e_ok_code = wrk_ok_code.
TI_ORDER_EDIT_NEW CALL FUNCTION 'TI_ORDER_EDIT_NEW' IMPORTING e_ok_code = wrk_ok_code e_commit = wrk_commit.
FPM_DEDOC_POSTING_PROTOCOL CALL FUNCTION 'FPM_DEDOC_POSTING_PROTOCOL' EXPORTING i_xprotocol_title = 'Buchungsprotokoll Variation Margin'(hb1).
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
TI_ORDER_FREE CALL FUNCTION 'TI_ORDER_FREE'.
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 RFTBOF00 or its description.
RFTBOF00 - Distribution List for Orders for Listed Options and Futures RFTBOF00 - Distribution List for Orders for Listed Options and Futures RFTBMA02 - Treasury: Utilization of Total Volume of Master Agreements RFTBMA02 - Treasury: Utilization of Total Volume of Master Agreements RFTBMA01 - Treasury: Changes to Master Agreements RFTBMA01 - Treasury: Changes to Master Agreements