MIEQUI20 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 MIEQUI20 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: Display Equipment
INCLUDE MIEQUI20_OBJECT_TAB. "1591917
INCLUDE EAMCC_MIEQUI20_1 IF FOUND. "1656798
INCLUDE MIOLXTOP.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE MIOLXF91.
INCLUDE MIOLXF90.
INCLUDE MIOLESEL.
No SAP DATABASE tables are accessed within this REPORT code!
IHCLSD_VALUATION_POPUP CALL FUNCTION 'IHCLSD_VALUATION_POPUP' EXPORTING i_klart = dy_klart i_class = dy_class i_language = sy-langu i_key_date = sy-datum i_also_subclasses = dy_subcl TABLES ct_comw = g_clsd_comw EXCEPTIONS exc_no_class = 1 exc_klart_not_allowed = 2.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid * IMPORTING * SP = TABLES selection_table = g_clsd_select_options EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3 .
PM_EQUI_GET_DATE_FOR_HIER_CALL CALL FUNCTION 'PM_EQUI_GET_DATE_FOR_HIER_CALL' EXPORTING i_date_from = rihequi-datab i_date_to = rihequi-datbi i_activity = t370a-aktyp IMPORTING e_date_hierarchy = l_refdate.
PM_HIERARCHY_CALL CALL FUNCTION 'PM_HIERARCHY_CALL' EXPORTING datum = l_refdate grafics = ' ' equnr = rihequi-equnr with_equi = 'X' with_equi_hier = 'X' with_iflo_hier = 'X' with_mara = 'X' TABLES equi_tab = h_equi_tab iflo_tab = h_iflo_tab stpo_tab = h_stpo_tab EXCEPTIONS no_hierarchy = 01 no_selection = 02.
PM_EQUI_GET_DATE_FOR_HIER_CALL CALL FUNCTION 'PM_EQUI_GET_DATE_FOR_HIER_CALL' EXPORTING i_date_from = rihequi-datab i_date_to = rihequi-datbi i_activity = t370a-aktyp IMPORTING e_date_hierarchy = l_refdate.
PM_HIERARCHY_CALL CALL FUNCTION 'PM_HIERARCHY_CALL' EXPORTING datum = l_refdate grafics = 'X' equnr = rihequi-equnr with_equi = 'X' with_equi_hier = 'X' with_iflo_hier = 'X' with_mara = 'X' TABLES equi_tab = h_equi_tab iflo_tab = h_iflo_tab stpo_tab = h_stpo_tab EXCEPTIONS no_hierarchy = 01 no_selection = 02.
CUD0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUD0_CONFIGURATION_INITIALIZER'.
VC_I_DISPLAY_CONFIGURATION CALL FUNCTION 'VC_I_DISPLAY_CONFIGURATION' EXPORTING instance = rihequi-cuobj include_screen = h_include_screen EXCEPTIONS instance_not_found = 1 internal_error = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = h_text.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr = object_tab-objnr flg_user_stat = 'X' spras = sy-langu IMPORTING line = object_tab-sttxt user_line = object_tab-ustxt EXCEPTIONS object_not_found = 01.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = object_tab-ppsid msgty = 'S' IMPORTING arbpl = object_tab-arbpl EXCEPTIONS not_found = 01.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = object_tab-igewrk msgty = 'S' IMPORTING arbpl = object_tab-gewrk EXCEPTIONS not_found = 01.
VIEW_KUPAV CALL FUNCTION 'VIEW_KUPAV' EXPORTING comwa = h_vtcom fif_dele_message = 'X' "Hinweis 564304 IMPORTING pawa = h_kupav EXCEPTIONS no_kna1 = 01 no_knvk = 02 no_lfa1 = 03 no_pernr = 04.
IREP1_MATERIAL_TEXT_READ CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr = object_tab-submt IMPORTING e_maktx = object_tab-submtktx EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_MATERIAL_TEXT_READ CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr = object_tab-matnr IMPORTING e_maktx = object_tab-maktx EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_LOCATION_TEXT_READ CALL FUNCTION 'IREP1_LOCATION_TEXT_READ' EXPORTING i_tplnr = object_tab-tplnr_int IMPORTING e_pltxt = object_tab-pltxt EXCEPTIONS no_text_found = 1 OTHERS = 2.
CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = l_tarbid.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = l_jsto_pre_tab.
IREP1_MATERIAL_TEXT_PRE_FETCH CALL FUNCTION 'IREP1_MATERIAL_TEXT_PRE_FETCH' TABLES matnr_tab = g_matnr_tab EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_LOCATION_TEXT_PRE_FETCH CALL FUNCTION 'IREP1_LOCATION_TEXT_PRE_FETCH' TABLES tplnr_tab = g_tplnr_tab EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_WARRANTY_PRE_READ CALL FUNCTION 'IREP1_WARRANTY_PRE_READ' TABLES ti_objnr = l_jsto_pre_tab EXCEPTIONS no_data_selected = 1 OTHERS = 2.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr =
-objnr spras = sy-langu flg_user_stat = g_x IMPORTING line = -sttxt user_line = -ustxt EXCEPTIONS object_not_found = 01.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id =
-ppsid msgty = 'S' IMPORTING arbpl = -arbpl EXCEPTIONS not_found = 01.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id =
-igewrk msgty = 'S' IMPORTING arbpl = -gewrk EXCEPTIONS not_found = 01.
VIEW_KUPAV CALL FUNCTION 'VIEW_KUPAV' EXPORTING comwa = h_vtcom fif_dele_message = 'X' "Hinweis 564304 IMPORTING pawa = h_kupav EXCEPTIONS no_kna1 = 01 no_knvk = 02 no_lfa1 = 03 no_pernr = 04.
IREP1_MATERIAL_TEXT_READ CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr =
-matnr IMPORTING e_maktx = -maktx EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_MATERIAL_TEXT_READ CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr =
-submt IMPORTING e_maktx = -submtktx EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_LOCATION_TEXT_READ CALL FUNCTION 'IREP1_LOCATION_TEXT_READ' EXPORTING i_tplnr =
-tplnr_int IMPORTING e_pltxt = -pltxt EXCEPTIONS no_text_found = 1 OTHERS = 2.
IREP1_WARRANTY_READ CALL FUNCTION 'IREP1_WARRANTY_READ' EXPORTING i_objnr =
-objnr IMPORTING e_rihbgmd = h_rihbgmd.
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 MIEQUI20 or its description.