SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

TBCO00TR SAP ABAP INCLUDE - Include TBCO00TR







TBCO00TR 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 TBCO00TR into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT TBCO00TR. "Basic submit
SUBMIT TBCO00TR AND RETURN. "Return to original report after report execution complete
SUBMIT TBCO00TR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include TBCO00TR


INCLUDES used within this REPORT TBCO00TR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'SELECTION' exceptions others = 0.

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'WORK'.

FTR_CORR_EXECUTE_BY_REPORT call function 'FTR_CORR_EXECUTE_BY_REPORT' exporting i_kores_bukrs = t_kores_select-bukrs i_kores_rfha = t_kores_select-rfha i_kores_rfhazu = t_kores_select-rfhazu i_kores_rlfdnr = t_kores_select-rlfdnr show = show selection_p = p_print selection_f = p_fax selection_s = space selection_i = p_idoc selection_m = p_email i_err_show_flg = 'X' importing e_user_command = i_user_command e_vtbkores = i_vtbkores_entry exceptions enqueue_error = 1 others = 2.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' * DOKLANGU = SY-LANGU dokname = 'F_TR_CONF_NAVIGATION_HELP' * DOKTITLE = ' ' tables links = ltdummy_links[] exceptions others = 0.

FTR_CORR_DATA_PROT_EXPORT call function 'FTR_CORR_DATA_PROT_EXPORT' importing pe_tab_protocol = lt_protocol pe_tab_err_tr = lt_err_tr pe_tab_err_fo = lt_err_fo.

FTR_CORR_DATA_PROT_DEAL call function 'FTR_CORR_DATA_PROT_DEAL' exporting i_repid = 'RFTBCO00' i_title = text-200 i_save_var = gbl_save pi_tab_protocol = lt_protocol pi_tab_err_tr = lt_err_tr pi_tab_err_fo = lt_err_fo.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-018 textline2 = text-016 textline3 = h_anz_lines_char text_option1 = text-019 text_option2 = text-020 icon_text_option1 = 'ICON_OKAY' icon_text_option2 = 'ICON_CANCEL' titel = text-017 cancel_display = xfalse importing answer = c_answer.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-040 text_question = text-041 text_button_1 = 'Ja'(042) text_button_2 = 'Nein'(043) default_button = '1' display_cancel_button = ' ' importing answer = answer exceptions text_not_found = 1 others = 2.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = 'SSORT' tabname = 'VTBSODOKU' importing select_value = l_ssort tables fields = ifields valuetab = ivalues exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

FTBP_READ_PARTNER_F4 call function 'FTBP_READ_PARTNER_F4' importing e_partner = c_partnr.

FTBP_READ_ZGP_TO_TRGP * call function 'FTBP_READ_ZGP_TO_TRGP' * exporting * i_partner = l_partner_sap * importing * e_partnr = c_partnr.

FTR_CORR_CREATE_WHERE_TAB call function 'FTR_CORR_CREATE_WHERE_TAB' exporting i_kores_sprint = u_print i_kores_sfax = u_fax i_kores_sswift = u_swift i_kores_sidoc = u_idoc i_kores_semail = u_email i_with_tilde = xtrue importing t_where = l_tab_where exceptions parameters = 1 "wird bei AT SELECTION-SCREEN abgefangen others = 2.



Contribute (Add Comments)

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 TBCO00TR or its description.