MIEQ0F99 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 MIEQ0F99 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INHERITANCE_FROM_SUPERIOR_EQUI CALL FUNCTION 'INHERITANCE_FROM_SUPERIOR_EQUI' EXPORTING superior_equi = *equz-hequi old_subequi_data = inher_wa_befor IMPORTING inher_change = ind_inheritance new_subequi_data = inher_wa_after ev_address_change = lv_address_change.
INHERITANCE_FROM_LOCATION CALL FUNCTION 'INHERITANCE_FROM_LOCATION' EXPORTING location = *iloa-tplnr old_equi_data = inher_wa_befor IMPORTING inher_change = ind_inheritance new_equi_data = inher_wa_after ev_address_change = lv_address_change.
EQUI_COMPLETE_EQKT CALL FUNCTION 'EQUI_COMPLETE_EQKT' CHANGING wa_eqkt = eqkt EXCEPTIONS OTHERS = 1.
EQUIPMENT_READ CALL FUNCTION 'EQUIPMENT_READ' EXPORTING * I_HANDLE = G_ITOB_HANDLE equi_no = equz-hequi IMPORTING eqkt = ref_eqkt equi = ref_equi equz = ref_equz iloa = ref_iloa EXCEPTIONS auth_no_begrp = 1 auth_no_iwerk = 2 auth_no_swerk = 3 eqkt_not_found = 4 equi_not_found = 5 equz_not_found = 6 iloa_not_found = 7 auth_no_ingrp = 8 auth_no_kostl = 9 OTHERS = 10.
FUNC_LOCATION_READ CALL FUNCTION 'FUNC_LOCATION_READ' EXPORTING tplnr = iloa-tplnr IMPORTING iflo_wa = ref_iflo EXCEPTIONS iflot_not_found = 1 iloa_not_found = 2 OTHERS = 3.
TAXI_FILTER_FCODE CALL FUNCTION 'TAXI_FILTER_FCODE' EXPORTING fcode = c_fcode IMPORTING is_taxi_fcode = l_is_taxi_fcode EXCEPTIONS OTHERS = 0.
TAXI_CONVERT_FCODE CALL FUNCTION 'TAXI_CONVERT_FCODE' EXPORTING fcode_in = c_fcode IMPORTING fcode_out = c_fcode EXCEPTIONS fcode_not_found = 1 OTHERS = 2.
EAML_HANDLE_FCODE CALL FUNCTION 'EAML_HANDLE_FCODE' "IW22 / IE02 EXPORTING iv_obart = cl_eaml_util=>gc_obart-equi iv_key1 = itob-equnr CHANGING cv_fcode = c_fcode.
ITOB_MAINSCREEN_ASSIGN CALL FUNCTION 'ITOB_MAINSCREEN_ASSIGN' EXPORTING i_active_tabcode = i_activetab IMPORTING e_main_screen = l_screen e_is_tabscreen = l_is_tabscreen.
ITOB_DATA_IMPORT CALL FUNCTION 'ITOB_DATA_IMPORT' EXPORTING i_object_type = object_type i_activity_type = x_xaktyp i_deletion_flag = ind_lvm i_active_tabcode = active_tabcode i_bi_dark = g_batch_input_dark "P9CK115741 IMPORTING e_tabstrip_screen = tst_dynnr TABLES t_tabstrip_tab = tabstrip_tab t_mase_tab = imase CHANGING i_rec_t370 = t370 i_rec_t370t = t370t i_rec_t370u = t370u i_rec_t370flt = t370flt i_rec_t399j = t399j i_rec_risa0 = risa0 i_rec_rm63e = rm63e i_rec_equi = equi i_rec_eqbs = eqbs i_rec_eqkt = eqkt i_rec_equz = equz i_rec_iloa = iloa i_rec_fleet = fleet ind_upd_st = ind_upd_st ind_upd_kl = ind_upd_kl ind_upd_pa = ind_upd_pa ind_upd_lt = ind_upd_lt ind_upd_iv = ind_upd_iv ind_upd_wt = ind_upd_wt ind_upd_doc = do_vb_flag ind_init_inher = ind_eqh_in ind_copy_eq = ind_copy_eq ind_copy_ma = ind_copy_ma.
ITOB_DATA_INTERNAL_SET CALL FUNCTION 'ITOB_DATA_INTERNAL_SET' EXPORTING i_object_type = object_type i_activity_type = x_xaktyp i_deletion_flag = ind_lvm i_rec_equi = equi i_rec_eqkt = eqkt i_rec_equz = equz i_rec_iloa = iloa i_rec_t370 = t370 i_rec_rm63e = rm63e.
ITOB_DATA_EXPORT CALL FUNCTION 'ITOB_DATA_EXPORT' IMPORTING ind_upd_st = ind_upd_st ind_upd_kl = ind_upd_kl ind_upd_pa = ind_upd_pa ind_upd_lt = ind_upd_lt ind_upd_iv = ind_upd_iv ind_upd_wt = ind_upd_wt ind_upd_doc = do_vb_flag ind_init_inher = ind_eqh_in e_rec_t370flt = t370flt e_rec_risa0 = risa0 e_rec_rm63e = rm63e e_rec_equi = equi e_rec_eqbs = eqbs e_rec_eqkt = eqkt e_rec_equz = equz e_rec_iloa = iloa e_rec_fleet = fleet e_rec_itob = itob "noetig z.B. fuer lokale F2
ITOB_DATA_INTERNAL_GET CALL FUNCTION 'ITOB_DATA_INTERNAL_GET' CHANGING c_rec_equi = equi c_rec_eqkt = eqkt c_rec_equz = equz c_rec_iloa = iloa.
ITOB_FCODE_IMPORT CALL FUNCTION 'ITOB_FCODE_IMPORT' EXPORTING i_active_fcode = i_fcode.
TAXI_CREATE_CAPTIONS CALL FUNCTION 'TAXI_CREATE_CAPTIONS' EXPORTING program = ito0c_program-ito0 screen_group = i_taxitabs IMPORTING tabstrip_captions = taxi_tabstrip_captions TABLES inactive_fcodes = taxi_inactive_fcodes EXCEPTIONS no_tabs_for_screengroup = 0 no_caption_for_fcode = 0 OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = tabstrip_tab-icondynp text = tabstrip_tab-titledynp info = l_quick add_stdinf = ' ' IMPORTING result = l_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
TAXI_INITIALIZE_CARRIERSCREEN CALL FUNCTION 'TAXI_INITIALIZE_CARRIERSCREEN' EXPORTING tabstrip_captions = taxi_tabstrip_captions EXCEPTIONS OTHERS = 0.
TAXI_ACTIVATE_TAB CALL FUNCTION 'TAXI_ACTIVATE_TAB' EXPORTING fcode = i_activetab CHANGING tabstrip = l_tabstrip EXCEPTIONS no_tab_fcode = 0 OTHERS = 0.
CALL FUNCTION 'PM_PARTNER_FCODE' EXPORTING fcode = c_fcode.
ITOB_TABSTRIPS_GET CALL FUNCTION 'ITOB_TABSTRIPS_GET' EXPORTING i_object_type = object_type TABLES t_taxitabs_tab = taxitabs_tab.
ITOB_TRANS_CHECK_CONTROLS CALL FUNCTION 'ITOB_TRANS_CHECK_CONTROLS' CHANGING c_longtext_exists = eqkt-kzltx c_longtext_changed = ind_upd_lt c_intnote_changed = ind_upd_iv c_clo0_changed = ind_upd_kl. "P9CK019895
ITOB_TRANS_OPEN CALL FUNCTION 'ITOB_TRANS_OPEN'.
ITOB_PMAA_ACTIVATE CALL FUNCTION 'ITOB_PMAA_ACTIVATE' EXPORTING i_pmaa_active = g_pmaa_active.
ITOB_TRANS_CLOSE CALL FUNCTION 'ITOB_TRANS_CLOSE'.
ITOB_MESSAGE_STORE CALL FUNCTION 'ITOB_MESSAGE_STORE' EXPORTING i_msgty = i_msgty.
ITOB_MESSAGE_ISSUE CALL FUNCTION 'ITOB_MESSAGE_ISSUE'.
ITOB_GET_CLASS_STANDARD CALL FUNCTION 'ITOB_GET_CLASS_STANDARD' EXPORTING equnr_imp = rm63e-equnr activity_imp = i_activity "P9CK172288 x_mess_type = 'I' IMPORTING class_exp = rm63e-klasse classtype_exp = rm63e-klassenart classtext_exp = rm63e-klassentext EXCEPTIONS empty_key = 0 application_error = 0 OTHERS = 0.
IB_CONVERT_INTO_TIMESTAMP * CALL FUNCTION 'IB_CONVERT_INTO_TIMESTAMP' * EXPORTING * I_DATLO = SY-DATUM * I_TIMLO = SY-TIMLO * I_TZONE = SY-ZONLO * IMPORTING * E_TIMESTAMP = L_TIMESTAMP.
ITOB_BUF_NEW * CALL FUNCTION 'ITOB_BUF_NEW' * IMPORTING * E_HANDLE = L_HANDLE * EXCEPTIONS * CREATE_FAILED = 1 * OTHERS = 2.
IB_COM_FIND_INSTANCE_FOR_EQUNO * CALL FUNCTION 'IB_COM_FIND_INSTANCE_FOR_EQUNO' * EXPORTING * I_IBCO_HANDLE = L_HANDLE * I_IBRECVAL = L_IBRECVAL * I_EQUNO = EQUI-EQUNR * CHANGING * E_OBJ_TAB = L_OBJ_TAB.
ITOB_TABSCREENS_GET CALL FUNCTION 'ITOB_TABSCREENS_GET' EXPORTING i_object_type = object_type i_rec_t370t = t370t i_rec_t370flt = t370flt i_rec_equi = equi i_standard_view = g_ibip_active IMPORTING e_changed = l_changed TABLES t_tabstrip_tab = tabstrip_tab.
CTMS_DDB_EXECUTE_FUNCTION CALL FUNCTION 'CTMS_DDB_EXECUTE_FUNCTION' EXPORTING okcode = c_fcode.
ITOB_MAINSCREEN_ASSIGN CALL FUNCTION 'ITOB_MAINSCREEN_ASSIGN' EXPORTING i_active_tabcode = ito0c_fcode-inher_data IMPORTING e_main_screen = l_main_screen.
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 MIEQ0F99 or its description.