SAP Reports / Programs | Plant Maintenance | Technical Objects | Functional Locations(PM-EQM-FL) SAP PM

MIOLXF20 SAP ABAP INCLUDE - General Routines for PM Multi-Level Lists







MIOLXF20 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 MIOLXF20 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MIOLXF20. "Basic submit
SUBMIT MIOLXF20 AND RETURN. "Return to original report after report execution complete
SUBMIT MIOLXF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General Routines for PM Multi-Level Lists


INCLUDES used within this REPORT MIOLXF20

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = h_tabname langu = sy-langu TABLES dfies_tab = lt_fieldtab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

PM_CHANGE_TIH01 CALL FUNCTION 'PM_CHANGE_TIH01' EXPORTING tabarg = h_tabarg tabname = h_tabname uname = sy-uname IMPORTING e_field_changed = e_changed.

PM_PARTNER_MASTER CALL FUNCTION 'PM_PARTNER_MASTER' EXPORTING parvw = diihpa-parvw parnr = diihpa-i_parnr.

MASTER_DATA CALL FUNCTION 'MASTER_DATA' EXPORTING datenfeld = h_datenfeld.

FIND_BASE_DIMENSION CALL FUNCTION 'FIND_BASE_DIMENSION' EXPORTING timex = h_ltimex IMPORTING dimid = h_dimid.

FIND_BASE_UNIT CALL FUNCTION 'FIND_BASE_UNIT' EXPORTING dimid = h_dimid nennr = h_lnennr zaehl = h_lzaehl IMPORTING msehi = g_imaueh EXCEPTIONS unit_not_found = 4.

FIND_BASE_UNIT CALL FUNCTION 'FIND_BASE_UNIT' EXPORTING dimid = h_dimid nennr = h_lnennr zaehl = h_lzaehl IMPORTING msehi = g_emaueh EXCEPTIONS unit_not_found = 4.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = h_liauszt unit_in = g_imaueh unit_out = g_emaueh IMPORTING output = h_loauszt.

TABLE_CONVERT_FOR_MSACCESS CALL FUNCTION 'TABLE_CONVERT_FOR_MSACCESS' EXPORTING structimport = tabname = filter_tab-tabname IMPORTING structexport = h_data_tab EXCEPTIONS wrong_table = 1 struct_toolong = 2 unknown_datatype = 3 OTHERS = 4.

TABLE_EXPORT_TO_MSACCESS_RFC CALL FUNCTION 'TABLE_EXPORT_TO_MSACCESS_RFC' EXPORTING langu = sy-langu dbname = t390d-dbname dest = t390d-dest TABLES data = h_data_tab.

PM_CHANGE_SELOPT CALL FUNCTION 'PM_CHANGE_SELOPT' EXPORTING repname = h_repid tcode = ' ' uname = sy-uname.

PM_PARTNER_MASTER CALL FUNCTION 'PM_PARTNER_MASTER' EXPORTING parvw = diihpa-parvw parnr = diihpa-i_parnr.

MASTER_DATA CALL FUNCTION 'MASTER_DATA' EXPORTING datenfeld = h_datenfeld program = ' ' fieldvalue = ' '.

PM_WORKORDER_COSTS_LIST CALL FUNCTION 'PM_WORKORDER_COSTS_LIST' EXPORTING list_currency = g_waers all_currencies = 'X' external_call = 'X' TABLES list_aufk = h_rihaufk_tab EXCEPTIONS no_orders = 01 no_currency = 02 no_costs_found = 03.

ILOX_ITOBCUST_READ CALL FUNCTION 'ILOX_ITOBCUST_READ' " 1089400 IMPORTING " 1089400 e_itobcust = l_itobcust. " 1089400

LIST_ALLOW_SEQUENCE_OF_HYPHENS CALL FUNCTION 'LIST_ALLOW_SEQUENCE_OF_HYPHENS' EXCEPTIONS OTHERS = 1.

IREP1_EQUIPMENT_TEXT_READ CALL FUNCTION 'IREP1_EQUIPMENT_TEXT_READ' EXPORTING i_equnr = p_equnr IMPORTING e_eqktx = p_eqktx EXCEPTIONS OTHERS = 0.

IREP1_LOCATION_TEXT_READ CALL FUNCTION 'IREP1_LOCATION_TEXT_READ' EXPORTING i_tplnr = p_tplnr IMPORTING e_pltxt = p_pltxt EXCEPTIONS OTHERS = 0.

IREP1_MATERIAL_TEXT_READ





CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr = p_matnr IMPORTING e_maktx = p_maktx EXCEPTIONS no_text_found = 1 OTHERS = 2.

IREP1_MATERIAL_TEXT_READ CALL FUNCTION 'IREP1_MATERIAL_TEXT_READ' EXPORTING i_matnr = p_bautl IMPORTING e_maktx = p_bautlx EXCEPTIONS no_text_found = 1 OTHERS = 2.

ILOY_FUNC_LOC_USR_PROF_DIALOG CALL FUNCTION 'ILOY_FUNC_LOC_USR_PROF_DIALOG' IMPORTING e_iflousrd = h_iflousrd e_flg_changes = h_flg_changes.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = -icon info = -text add_stdinf = 'X' IMPORTING result = ls_object_types-object_type EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

LVC_SINGLE_ITEM_SELECTION CALL FUNCTION 'LVC_SINGLE_ITEM_SELECTION' EXPORTING i_title = lv_popup_title i_screen_start_column = '10' i_screen_start_line = '10' i_screen_end_column = '60' i_screen_end_line = '20' it_fieldcatalog = lt_fieldcat IMPORTING es_selfield = ls_selfield e_exit = lv_exit TABLES t_outtab = lt_object_types.



Contribute (Add Comments)

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 MIOLXF20 or its description.