SAPMF2102_CL_ITHRY 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 SAPMF2102_CL_ITHRY 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.
INCLUDE SAPMF2102_CL_DOMNAME.
No SAP DATABASE tables are accessed within this REPORT code!
FC_ITCLG_IMPORT CALL FUNCTION 'FC_ITCLG_IMPORT' EXPORTING e_itclg = go_gp->itclg IMPORTING it_node = lt_mcdx EXCEPTIONS not_found = 1.
CONVERSION_EXIT_BFIMC_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_BFIMC_OUTPUT' EXPORTING input = ld_bunit IMPORTING output = ld_bunit EXCEPTIONS OTHERS = 1.
FC_ITCLG_EXPORT CALL FUNCTION 'FC_ITCLG_EXPORT' EXPORTING e_itclg = go_gp->itclg et_node = lt_itnode[].
FC_AT_RECORDING_CHECK CALL FUNCTION 'FC_AT_RECORDING_CHECK' EXPORTING e_object = go_gp->custobj IMPORTING i_object_appendable = flg_atrec.
FC_AT_REQUEST_SAVE CALL FUNCTION 'FC_AT_REQUEST_SAVE'.
FC_ITEM_CONTRA_CHECK CALL FUNCTION 'FC_ITEM_CONTRA_CHECK' EXPORTING e_itclg = go_gp->itclg es_item = ls_tf100 es_ctritem = ls_tf100b e_dimen = go_gp->dimen e_reverse = 'X' EXCEPTIONS error = 1 warning = 2 OTHERS = 3.
FC_ITGRP_COMPARE CALL FUNCTION 'FC_ITGRP_COMPARE' EXPORTING e_itclg = go_gp->itclg e_itgrp = c_itgrp e_itgrp_comp = ls_itgrp_item-itgrp e_compare = fc01_c_bd_compare-lower e_item = e_item e_item_comp = ls_itgrp_item-item EXCEPTIONS OTHERS = 1.
FC_ITGRP_COMPARE CALL FUNCTION 'FC_ITGRP_COMPARE' EXPORTING e_itclg = go_gp->itclg e_itgrp = c_itgrp e_itgrp_comp = ls_tf100-itgrp e_compare = fc01_c_bd_compare-upper e_dimen = go_gp->dimen e_item = e_item e_item_comp = ls_tf100-item e_buffer_reset = ld_reset_buffer "xrp201101 * E_BUFFER_RESET = * ET_ITGRP_PROP = EXCEPTIONS itgrp_not_found = 1 error = 2 warning = 3 OTHERS = 4.
FC_POP_BEFORE_MD_DELETE CALL FUNCTION 'FC_POP_BEFORE_MD_DELETE' EXPORTING e_org = ls_node-name e_number = sy-tfill * IMPORTING * I_ANSWER = EXCEPTIONS exc_abr = 1 exc_no = 2 OTHERS = 3.
CONVERSION_EXIT_BFIMC_INPUT CALL FUNCTION 'CONVERSION_EXIT_BFIMC_INPUT' EXPORTING input = e_item IMPORTING output = ld_item.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = ld_textline1 textline2 = ld_textline2 textline3 = ld_textline3 text_option1 = text-002 text_option2 = text-003 icon_text_option1 = '@01@' icon_text_option2 = '@02@' titel = text-001 cancel_display = ' ' IMPORTING answer = ld_answer.
FC_GENERATE_SETS CALL FUNCTION 'FC_GENERATE_SETS' EXPORTING e_itclg = go_gp->itclg e_gflag = con_x TABLES * t_table = gt_node. "xrp040501
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.