RFTBBB00_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 RFTBBB00_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 RFTBBB00_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRCA_PAYMENTREQUEST_DISPLAY CALL FUNCTION 'TRCA_PAYMENTREQUEST_DISPLAY' EXPORTING keyno = hide_bereich-prkey EXCEPTIONS not_found = 1 OTHERS = 2.
TRCA_FI_DOCUMENT_DISPLAY CALL FUNCTION 'TRCA_FI_DOCUMENT_DISPLAY' EXPORTING companycode = hide_bereich-bukrs document = hide_bereich-belnr year = hide_bereich-gjahr EXCEPTIONS not_found = 1 OTHERS = 2.
TB_MESSAGE_SHOW_HELPSCREEN CALL FUNCTION 'TB_MESSAGE_SHOW_HELPSCREEN' EXPORTING langu = sy-langu msgid = hide_bereich-msgid msgno = hide_bereich-msgno msgv1 = hide_bereich-msgv1 msgv2 = hide_bereich-msgv2 msgv3 = hide_bereich-msgv3 msgv4 = hide_bereich-msgv4 text = hide_bereich-text title = titel.
TB_POSTING_DEAL_INFO_WRITE CALL FUNCTION 'TB_POSTING_DEAL_INFO_WRITE' EXPORTING companycode = i_nachricht-bukrs deal = i_nachricht-rfha dealtype = i_nachricht-sfhaart producttype = i_nachricht-sgsart.
TB_POSTING_DEAL_INFO_WRITE CALL FUNCTION 'TB_POSTING_DEAL_INFO_WRITE' EXPORTING companycode = i_nachricht-bukrs deal = i_nachricht-rfha dealtype = i_nachricht-sfhaart producttype = i_nachricht-sgsart.
TB_POSTING_MESSAGE_WRITE CALL FUNCTION 'TB_POSTING_MESSAGE_WRITE' EXPORTING msgpost = i_nachricht IMPORTING msgpost_text = nachricht_text.
TRCA_PAYMENTREQUEST_GET CALL FUNCTION 'TRCA_PAYMENTREQUEST_GET' EXPORTING i_keyno = pi_flow-prkey IMPORTING e_payrq = l_wrk_payrq_old EXCEPTIONS not_found = 1 OTHERS = 2.
TB_POSTING_MESSAGE_STORE CALL FUNCTION 'TB_POSTING_MESSAGE_STORE' EXPORTING deal = l_wrk_deal "/ leer! flg_deal = xfalse flow = pi_flow msgid = l_wrk_message-msgid msgno = l_wrk_message-msgno msgty = l_wrk_message-msgty msgv1 = l_wrk_message-msgv1 msgv2 = l_wrk_message-msgv2 msgv3 = l_wrk_message-msgv3 msgv4 = l_wrk_message-msgv4 TABLES msgpost = i_nachricht.
FI_PAYMENT_REQUEST_MODIFY CALL FUNCTION 'FI_PAYMENT_REQUEST_MODIFY' IN UPDATE TASK EXPORTING i_payrq_new = l_wrk_payrq_new i_payrq_old = l_wrk_payrq_old i_mode = l_con_mode_update.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs =
-bukrs ranl = -ranl rldepo = -rldepo IMPORTING revaluation_class = l_revclass_1 revaluation_group = l_revgroup_1 revaluation_type = l_revtype_1 EXCEPTIONS tzrr1_not_found = 1 tzrcl_not_found = 2 OTHERS = 3.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs =
-bukrs ranl = -ranl rldepo = -rldepo IMPORTING revaluation_class = l_revclass_2 revaluation_group = l_revgroup_2 revaluation_type = l_revtype_2 EXCEPTIONS tzrr1_not_found = 1 tzrcl_not_found = 2 OTHERS = 3.
TPM_TRG_GET_PROD_CAT_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_CAT_RANGES' IMPORTING ex_rng_prod_cat_pos = l_range_pcp.
TB_POSTING_MESSAGE_STORE CALL FUNCTION 'TB_POSTING_MESSAGE_STORE' EXPORTING deal = u_vtbfha flg_deal = xtrue flow =
msgid = 'FWTR' msgno = '046' msgty = 'E' msgv1 = u_vtbfha-bukrs msgv2 = u_vtbfha-rfha msgv3 = sy-msgv3 msgv4 = sy-msgv4 TABLES msgpost = i_nachricht.
TPM_TRG_GET_PROD_CAT_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_CAT_RANGES' IMPORTING EX_RNG_PROD_CAT_SEC = l_rng_sec EX_RNG_PROD_CAT_POS = l_rng_fut EX_RNG_PROD_CAT_OTC = l_rng_otc.
TB_POSTING_MESSAGE_STORE CALL FUNCTION 'TB_POSTING_MESSAGE_STORE' EXPORTING deal = l_vtbfha flg_deal = xtrue msgid = sy-msgid msgno = sy-msgno msgty = sy-msgty msgv1 = l_uname TABLES msgpost = i_nachricht.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.