ITRIA_GUI_APPL_IMP 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 ITRIA_GUI_APPL_IMP 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 ITRIA_GUI_APPL_IMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TCOR_CO_AUTO_CORR_TRIGGER call function 'TCOR_CO_AUTO_CORR_TRIGGER'.
TRIA_OPEN_BEARER CALL FUNCTION 'TRIA_OPEN_BEARER' EXPORTING im_modus = a_pmode im_open_for = tria_fix im_bearer_cat = a_bearercat im_bearer_id = a_bearerid im_dfix = a_dfix im_trigger = a_trigger IMPORTING re_bearer_ref = a_iref_tria EXCEPTIONS reference_exists = 1 OTHERS = 2.
TRCPA_OPEN_BEARER CALL FUNCTION 'TRCPA_OPEN_BEARER' EXPORTING im_modus = a_pmode im_open_for = tria_fix im_bearer_cat = a_bearercat im_bearer_id = a_bearerid im_dfix = a_dfix im_trigger = a_trigger IMPORTING re_bearer_ref = a_iref_cpa_bearer EXCEPTIONS reference_exists = 1 OTHERS = 2.
TRSPA_OPEN_BEARER CALL FUNCTION 'TRSPA_OPEN_BEARER' EXPORTING im_modus = a_pmode im_open_for = tria_fix im_bearer_cat = a_bearercat im_bearer_id = a_bearerid im_dfix = a_dfix im_trigger = a_trigger IMPORTING re_bearer_ref = a_iref_spa_bearer EXCEPTIONS reference_exists = 1 OTHERS = 2.
TRIA_CLOSE CALL FUNCTION 'TRIA_CLOSE' EXPORTING im_bearer_ref = a_iref_tria.
TRIA_CLOSE CALL FUNCTION 'TRIA_CLOSE' EXPORTING im_bearer_ref = a_iref_tria.
FTR_IRADJ_TRIA_BEARERID_GET CALL FUNCTION 'FTR_IRADJ_TRIA_BEARERID_GET' EXPORTING pi_bearerid = pi_bearerid IMPORTING pe_rfha = l_rfha pe_bukrs = l_bukrs.
FTR_IRADJ_TRIA_CONTEXT_GET CALL FUNCTION 'FTR_IRADJ_TRIA_CONTEXT_GET' EXPORTING pi_bearer_cat = pi_bearercat pi_bearer_id = pi_bearerid IMPORTING pe_context = pe_context EXCEPTIONS OTHERS = 0.
FTR_IRADJ_TRIA_BEARERID_GET CALL FUNCTION 'FTR_IRADJ_TRIA_BEARERID_GET' EXPORTING pi_bearerid = pi_bearerid IMPORTING pe_rfha = l_rfha pe_bukrs = l_bukrs.
FTR_IRADJ_TRIA_CONTEXT_GET CALL FUNCTION 'FTR_IRADJ_TRIA_CONTEXT_GET' " can be reused EXPORTING pi_bearer_cat = pi_bearercat pi_bearer_id = pi_bearerid IMPORTING pe_context = pe_context EXCEPTIONS OTHERS = 0.
FTR_IRADJ_TRIA_BEARERID_GET CALL FUNCTION 'FTR_IRADJ_TRIA_BEARERID_GET' EXPORTING pi_bearerid = pi_bearerid IMPORTING pe_rfha = l_rfha pe_bukrs = l_bukrs.
FTR_IRADJ_TRIA_CONTEXT_GET CALL FUNCTION 'FTR_IRADJ_TRIA_CONTEXT_GET' " can be reused EXPORTING pi_bearer_cat = pi_bearercat pi_bearer_id = pi_bearerid IMPORTING pe_context = pe_context EXCEPTIONS OTHERS = 0.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_log IMPORTING e_log_handle = l_log_handle.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_wa_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
KCD_EXCEL_DATE_CONVERT CALL FUNCTION 'KCD_EXCEL_DATE_CONVERT' EXPORTING excel_date = l_wa_msg-msgv1 IMPORTING sap_date = l_cfowner_context-ira_date_ii.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_wa_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_profile EXCEPTIONS OTHERS = 1.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = 'X' EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_profile i_amodal = pi_amodal IMPORTING e_s_exit_command = pe_return EXCEPTIONS OTHERS = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = xfalse reset = xtrue IMPORTING e_identification = l_id.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING msgty = l_wa_msg-msgty arbgb = l_wa_msg-msgid txtnr = l_wa_msg-msgno msgv1 = l_wa_msg-msgv1 msgv2 = l_wa_msg-msgv2 msgv3 = l_wa_msg-msgv3 msgv4 = l_wa_msg-msgv4.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4 OTHERS = 5.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-012 send_if_one = xfalse show_linno = xfalse i_use_grid = xtrue i_amodal_window = xfalse IMPORTING e_exit_command = pe_exit EXCEPTIONS OTHERS = 0.
TRIA_OPEN_BEARER call function 'TRIA_OPEN_BEARER' exporting im_modus = a_pmode im_open_for = tria_reg im_bearer_cat = a_bearercat im_bearer_id = a_bearerid importing re_bearer_ref = a_iref_tria exceptions reference_exists = 1 others = 2.
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 ITRIA_GUI_APPL_IMP or its description.
ITRIA_GUI_APPL_IMP - Include ITRIA_GUI_APPL_IMP ITRIA_GUI_APPL_DEF - Include ITRIA_GUI_APPL_DEF ITRIA_CORE_CL_TRIA_BEARER_IMP - Include ITRIA_CORE_CL_TRIA_BEARER_IMP ITRIA_CORE_CL_TRIA_BEARER_DEF - Include ITRIA_CORE_CL_TRIA_BEARER_DEF ITRIA_CORE_CL_SPA_BEARER_IMP - Include ITRIA_CORE_CL_SPA_BEARER_IMP ITRIA_CORE_CL_SPA_BEARER_DEF - Include ITRIA_CORE_CL_SPA_BEARER_DEF