SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Notifications(PM-WOC-MN) SAP PM

MIOLXF14 SAP ABAP INCLUDE - Central forms for output list editing PM (single-level lists)







MIOLXF14 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 MIOLXF14 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 MIOLXF14. "Basic submit
SUBMIT MIOLXF14 AND RETURN. "Return to original report after report execution complete
SUBMIT MIOLXF14 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Central forms for output list editing PM (single-level lists)


INCLUDES used within this REPORT MIOLXF14

INCLUDE EAMCC_MIOLXF14 IF FOUND.


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:

IREP1_CHANGE_SETTINGS_ALV CALL FUNCTION 'IREP1_CHANGE_SETTINGS_ALV' EXPORTING is_repid = g_repid is_variant = g_variant is_form_top_of_page = 'TOP_OF_PAGE_F14' CHANGING i_grid_inactive = g_grid is_layout = g_layout is_print = g_print it_fieldcat = g_fieldcat_tab[] it_special_groups = g_fieldgroups_tab[] it_list_commentary = g_listheader_tab[] it_event_tab = g_events_tab[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = g_alv_buffer i_callback_program = g_repid i_callback_pf_status_set = g_form_set_pf_stat * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = g_layout it_fieldcat = g_fieldcat_tab[] * it_excluding = it_special_groups = g_fieldgroups_tab[] it_sort = g_sortfields_tab[] * it_filter = * is_sel_hide = i_default = g_n * i_save = g_variant_save i_save = g_a is_variant = g_variant it_events = g_events_tab[] it_event_exit = g_event_exit_tab[] is_print = g_print i_screen_start_column = g_screen_start_column i_screen_start_line = g_screen_start_line i_screen_end_column = g_screen_end_column i_screen_end_line = g_screen_end_line it_except_qinfo = gt_qinf * importing * e_exit_caused_by_caller = TABLES t_outtab = object_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_buffer_active = g_alv_buffer i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = g_layout it_fieldcat = g_fieldcat_tab[] * it_excluding = it_special_groups = g_fieldgroups_tab[] it_sort = g_sortfields_tab[] * it_filter = * is_sel_hide = i_default = g_n * i_save = g_variant_save i_save = g_a is_variant = g_variant it_events = g_events_tab[] it_event_exit = g_event_exit_tab[] is_print = g_print i_screen_start_column = g_screen_start_column i_screen_start_line = g_screen_start_line i_screen_end_column = g_screen_end_column i_screen_end_line = g_screen_end_line it_except_qinfo = gt_qinf * importing * e_exit_caused_by_caller = TABLES t_outtab = object_tab EXCEPTIONS program_error = 1 OTHERS = 2.

IREP2_ALV_TOOLTIPS_FILL CALL FUNCTION 'IREP2_ALV_TOOLTIPS_FILL' IMPORTING et_qinf = gt_qinf.

LIST_ALLOW_SEQUENCE_OF_HYPHENS CALL FUNCTION 'LIST_ALLOW_SEQUENCE_OF_HYPHENS' EXCEPTIONS OTHERS = 1.

ILOX_ITOBCUST_READ CALL FUNCTION 'ILOX_ITOBCUST_READ' IMPORTING e_itobcust = l_itobcust EXCEPTIONS not_maintained = 1 OTHERS = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_variant_save CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = g_variant_save IMPORTING e_exit = h_exit es_variant = gx_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = sy-repid variant = sy-slset * MOVE_OR_WRITE = 'W' * NO_IMPORT = ' ' * EXECUTE_DIRECT = ' ' * IMPORTING * SP = TABLES * L_PARAMS = * L_PARAMS_NONV = * L_SELOP = * L_SELOP_NONV = valutab = lt_valutab objects = lt_objects * FREE_SELECTIONS_DESC = * FREE_SELECTIONS_VALUE = EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = g_events_tab.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'OBJECT_TAB' i_structure_name = tabname i_client_never_display = ' ' CHANGING ct_fieldcat = g_fieldcat_tab[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING i_dialog = ' ' i_user_specific = g_x i_default = ' ' * I_TABNAME_HEADER = * I_TABNAME_ITEM = it_default_fieldcat = g_fieldcat_tab[] i_layout = g_layout IMPORTING * E_EXIT = et_fieldcat = g_fieldcat_tab[] et_sort = g_sortfields_tab[] et_filter = g_filter_tab[] CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.

REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING es_layout = g_layout et_fieldcat = g_fieldcat_tab[] et_sort = g_sortfields_tab[] et_filter = g_filter_tab[] * ES_LIST_SCROLL = G_SCROLL es_variant = g_variant EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = g_layout et_fieldcat = g_fieldcat_tab[] et_sort = g_sortfields_tab[] et_filter = g_filter_tab[] es_list_scroll = g_scroll es_variant = g_variant EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET' EXPORTING is_layout = g_layout it_fieldcat = g_fieldcat_tab[] it_sort = g_sortfields_tab[] it_filter = g_filter_tab[] * IS_LIST_SCROLL = G_SCROLL EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING is_layout = g_layout it_fieldcat = g_fieldcat_tab[] it_sort = g_sortfields_tab[] it_filter = g_filter_tab[] is_list_scroll = g_scroll EXCEPTIONS OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_listheader_tab.

WEBGUI_CHECK CALL FUNCTION 'WEBGUI_CHECK' IMPORTING webgui_active = lv_webgui_active.

DFPS_OUI_BUSINESS_COMPLETE





CALL FUNCTION 'DFPS_OUI_BUSINESS_COMPLETE' EXPORTING iv_repid = sy-repid IMPORTING dfps_ftabexl = lt_dfps_ftabexl.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_variant_save CHANGING cs_variant = g_variant.

TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING active = g_sapphone_active EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'PM_SELECTED' langu = sy-langu IMPORTING dd04v_wa = h_dd04v_wa EXCEPTIONS OTHERS = 1.



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