RFTBCO20_FORMS 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 RFTBCO20_FORMS 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 RFTBCO20_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'OUTPUT'.
FTR_CORR_INC_STATUS_SET CALL FUNCTION 'FTR_CORR_INC_STATUS_SET' EXPORTING i_bukrs = gt_outtab-bukrs i_rfha = gt_outtab-rfha i_rfhazu = gt_outtab-rfhazu i_rlfdnr = gt_outtab-rlfdnr i_sgsart = gt_outtab-sgsart i_sfhaart = gt_outtab-sfhaart IMPORTING e_cancelled = l_imp_cancelled e_changed_vtbkores_entry = ls_vtbkores EXCEPTIONS no_correspondence_data = 1 no_valid_correspondence_data = 2 no_valid_date_or_time = 3 no_outgoing_correspondence = 4 not_qualified = 5 not_qualified_status_relevance = 6 foreign_lock = 7 not_authorized = 8 "<<<<-- OTHERS = 9.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-091 titel = text-090 cancel_display = 'X' IMPORTING answer = l_answer.
FTR_CORR_INC_STATUS_SET_REVERS CALL FUNCTION 'FTR_CORR_INC_STATUS_SET_REVERS' EXPORTING i_vtbkores = ls_vtbkores i_sgsart = gt_outtab-sgsart i_sfhaart = gt_outtab-sfhaart IMPORTING e_vtbkores = ls_vtbkores EXCEPTIONS invalid = 1 foreign_lock = 2 not_authorized = 3 OTHERS = 4.
FTR_CORR_SCREEN_PREVIEW_MON CALL FUNCTION 'FTR_CORR_SCREEN_PREVIEW_MON' IMPORTING e_okcode = l_okcode e_xpreview_on = l_xpreview e_xprotocol = l_xprotocol.
FTR_CORR_EXECUTE_BY_MONITOR CALL FUNCTION 'FTR_CORR_EXECUTE_BY_MONITOR' EXPORTING show = l_xpreview x_protocol = l_xprotocol i_release_check = p_releas TABLES t_vtbkores_text = gt_outtab[].
FTR_CORR_REPEAT CALL FUNCTION 'FTR_CORR_REPEAT' EXPORTING show = l_xpreview * SELECTION_P = 'X' * SELECTION_F = 'X' * SELECTION_S = 'X' * SELECTION_I = 'X' * SELECTION_M = 'X' TABLES t_vtbkores_text = gt_outtab[].
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-081 * TEXTLINE2 = ' ' titel = text-080 cancel_display = 'X' IMPORTING answer = l_answer.
FTR_CORR_DELETE_FROM_MONITOR CALL FUNCTION 'FTR_CORR_DELETE_FROM_MONITOR' TABLES t_vtbkores_text = gt_outtab[].
FTR_CORR_TRANSACTION_TO_DISP CALL FUNCTION 'FTR_CORR_TRANSACTION_TO_DISP' EXPORTING pi_bukrs = gt_outtab-bukrs pi_rfha = gt_outtab-rfha pi_sanlf = gt_outtab-sanlf pi_sfgtyp = gt_outtab-sfgtyp pi_rfhazu = gt_outtab-rfhazu pi_sfgzustt = gt_outtab-sfgzustt EXCEPTIONS not_found = 1.
TB_CORRESPONDENSE_SHOW CALL FUNCTION 'TB_CORRESPONDENSE_SHOW' EXPORTING i_vtbkores = ls_vtbkores i_bukrs = gt_outtab-bukrs i_sgsart = gt_outtab-sgsart i_sfhaart = gt_outtab-sfhaart EXCEPTIONS OTHERS = 0.
TRCA_BATCH_HEADING CALL FUNCTION 'TRCA_BATCH_HEADING' EXPORTING i_bhdgd = gs_bhdgd.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * I_INTERNAL_TABNAME = i_structure_name = g_ddic_structure * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS OTHERS = 0.
FTR_CORR_SELECT_KORES_API_1 CALL FUNCTION 'FTR_CORR_SELECT_KORES_API_1' EXPORTING pi_medium_print = p_print pi_medium_fax = p_fax pi_medium_swift = p_swift pi_medium_idoc = p_idoc pi_medium_email = p_email pi_so_companycode = sop_bukr[] pi_so_transactionnumber = sop_rfha[] pi_so_productcategory = sop_sanl[] pi_so_producttype = sop_sgsa[] pi_so_transactiontype = sop_sfha[] pi_so_securityid = sop_ranl[] pi_so_depot = sop_depo[] pi_so_partner = sop_kont[] pi_so_date_last_change = sop_datx[] pi_active_activities = p_aktiv pi_so_confdate = sop_date[] pi_so_conftime = sop_time[] pi_so_confuser = sop_exus[] pi_so_cortyp = sop_ctyp[] pi_p_fcat = p_fcat pi_so_cconfuser = sop_exre[] pi_so_cconfstatus = sop_srec[] pi_selection_max = p_rows IMPORTING t_kores_select = vtb_select[] pe_selmax_reached = l_xselmax EXCEPTIONS invalid_selection = 1 OTHERS = 2.
FTR_CORR_SELECT_MONITOR_COMPL1 CALL FUNCTION 'FTR_CORR_SELECT_MONITOR_COMPL1' EXPORTING t_kores_select = vtb_select[] IMPORTING t_corr_monitor_table = rt_outtab[].
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_display_via_grid = xtrue IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.
FTR_CORR_VALUES_SRECONFIRM CALL FUNCTION 'FTR_CORR_VALUES_SRECONFIRM' EXPORTING i_pers_values = xtrue IMPORTING e_sreconfirm = c_value.
FTBP_READ_PARTNER_F4 CALL FUNCTION 'FTBP_READ_PARTNER_F4' IMPORTING e_partner = c_partnr.
* call function 'FTBP_READ_ZGP_TO_TRGP' * exporting * i_partner = l_partner_sap * importing * e_partnr = c_partnr.
FTR_TRANSACTIONTYPE_GET_TEXT CALL FUNCTION 'FTR_TRANSACTIONTYPE_GET_TEXT' EXPORTING i_sgsart = sgsart i_sfhaart = sfhaart IMPORTING e_xgsart_short = xsgsart e_xfhaart = xfatext.
FTR_ACTIVITYCATEGORY_GET_TEXT CALL FUNCTION 'FTR_ACTIVITYCATEGORY_GET_TEXT' EXPORTING i_sanlf = sanlf i_sfgtyp = sfgtyp i_sfgzustt = sfgzustt IMPORTING e_xfgzustt = xvtyp.
FTR_CORR_TXT_SRECONFIRM CALL FUNCTION 'FTR_CORR_TXT_SRECONFIRM' EXPORTING i_sreconfirm = u_sreconfirm IMPORTING e_xreconfirm = c_xreconfirm.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = h_variant.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * MARK_MAX = 1 textline1 = 'Wollen Sie sofort ausgeben?'(221) titel = 'Ausgabe'(pr0) IMPORTING answer = import_answer TABLES t_spopli = spoplist EXCEPTIONS not_enough_answers = 0 too_much_answers = 0 too_much_marks = 0 OTHERS = 0.
FTR_CORR_TXT_SRECONFIRM CALL FUNCTION 'FTR_CORR_TXT_SRECONFIRM' EXPORTING i_sreconfirm = gt_outtab-sreconfirm IMPORTING e_xreconfirm = gt_outtab-xreconfirm.
FTR_CORR_STATUSICON_SET CALL FUNCTION 'FTR_CORR_STATUSICON_SET' EXPORTING pi_mode = g_mode CHANGING c_vtbkores_text = gt_outtab.
FTR_CORR_TXT_SRECONFIRM CALL FUNCTION 'FTR_CORR_TXT_SRECONFIRM' EXPORTING i_sreconfirm = abgestimmt IMPORTING e_xreconfirm = l_xreconfirm_old.
FTR_CORR_TXT_SRECONFIRM CALL FUNCTION 'FTR_CORR_TXT_SRECONFIRM' EXPORTING i_sreconfirm = erforderlich "#EC DOM_EQUAL IMPORTING e_xreconfirm = l_xreconfirm_new.
FTR_CORR_STATUSINFO_IDOC CALL FUNCTION 'FTR_CORR_STATUSINFO_IDOC' TABLES t_idoc_status = ct_idoc_status.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' dokname = 'F_TR_CONF_CHECK_HELP02' TABLES links = ltdummy_links[] EXCEPTIONS OTHERS = 0.
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 RFTBCO20_FORMS or its description.