SAP Reports / Programs | Product Lifecycle Management(PLM) SAP PLM

WPS_MIOLXF16 SAP ABAP INCLUDE - WPSMIOLXF16







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


INCLUDES used within this REPORT WPS_MIOLXF16

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:

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing et_filter = g_filter_tab[] exceptions others = 1.

PM_LOCATION_INFO call function 'PM_LOCATION_INFO' exporting key_reptext = h_key_reptext key_scrtext_m = h_key_scrtext_m text_reptext = h_text_reptext text_scrtext_m = h_text_scrtext_m value1_reptext = h_value1_reptext value1_scrtext_m = h_value1_scrtext_m tables loc_data = h_loc_data.

GRAPH_2D call function 'GRAPH_2D' exporting valt = 'Anzahl'(anz) mail_allow = 'X' titl = h_fieldcat_wa-seltext_m tables data = h_statistics.

GRAPH_PORT call function 'GRAPH_PORT' exporting title_title = h_fieldcat_wa-seltext_m title_textclr = 'YELLOW' title_backclr = 'DARKGRAY' title_size = '6' frm_backclr = 'GRAY' frm_scalclr = 'WHITE' frm_scalmod = 'LONGDASH' frm_gridx = '10' frm_shadow = 'X' obj_xval = '1' obj_yval = '0' obj_sval = '2' obj_size = '2' tables axis = axis col_text = col_text objt = objt values = values area_tab = area_tab.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting defaultoption = '1' textline1 = 'Wollen Sie die Verarbeitung für'(701) textline2 = 'alle noch nicht bearbeiteten'(702) textline3 = 'selektierten Objekte abbrechen?'(703) text_option1 = 'Nein '(705) text_option2 = 'Ja '(706) titel = 'Abbrechen in Listverarbeitung '(704) importing answer = answer.

MASTER_DATA call function 'MASTER_DATA' exporting datenfeld = h_datenfeld.

STATUS_CHECK_BY_SELSCHEM_MULTI call function 'STATUS_CHECK_BY_SELSCHEM_MULTI' exporting selschem = f_selschem importing status_objects_deleted = h_status_selected tables objnr_tab = objnr_tab exceptions no_stat_scheme = 01.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = h_tabname all_types = g_x tables dfies_tab = h_fieldtab exceptions not_found = 1 others = 2.

GET_FIELDTAB call function 'GET_FIELDTAB' exporting langu = sy-langu tabname = h_tabname withtext = 'X' tables fieldtab = h_fieldtab exceptions no_texts_found.

PM_NUMBER_OF_KEY_COL call function 'PM_NUMBER_OF_KEY_COL' exporting key_col_default = 1 key_col_max = h_n_att_cols importing key_col = h_n_vrt_keys exceptions cancel = 01.

XXL_FULL_API call function 'XXL_FULL_API' exporting sema_type = 'X' filename = h_repid header_1 = h_title so_title = h_so_title no_dialog = ' ' no_start = ' ' n_att_cols = h_n_att_cols n_hrz_keys = 1 n_vrt_keys = h_n_vrt_keys tables data = h_itab hkey = h_hkey online_text = h_online_text print_text = h_print_text sema = h_sema vkey = h_vkey exceptions cancelled_by_user = 01 data_too_big = 02 dim_mismatch_data = 03 dim_mismatch_sema = 04 dim_mismatch_vkey = 05 error_in_hkey = 06 error_in_sema = 07 file_open_error = 08 file_write_error = 09 inv_data_range = 10 inv_winsys = 11 inv_xxl = 12.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = h_repid variant = h_variant importing r_c = h_subrc.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = h_repid variant = h_variant importing r_c = h_subrc.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = h_repid variant = h_variant importing r_c = h_subrc.

RS_SUPPORT_SELECTIONS call function 'RS_SUPPORT_SELECTIONS' exporting report = h_repid variant = h_variant exceptions variant_not_existent = 01 variant_obsolete = 02.

PM_CHANGE_SELOPT call function 'PM_CHANGE_SELOPT' exporting repname = h_repid tcode = ' ' uname = sy-uname.

TABLE_CONVERT_FOR_MSACCESS call function 'TABLE_CONVERT_FOR_MSACCESS' exporting structimport = tabname = h_tabname importing structexport = h_data_tab.

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.

LANGTEXT_ONLY





call function 'LANGTEXT_ONLY' exporting object = h_object object_nr = h_object_nr spras = h_spras txtid = h_txtid x_xaktyp = 'A' count_inline = h_count_inline save_mode = h_save_mode text_history = h_text_history text_property = h_text_property importing result = h_result exceptions others = 1.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing et_marked_columns = h_fieldcat_tab[] exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing et_marked_columns = h_fieldcat_tab exceptions no_infos = 1 program_error = 2 others = 3.

SUSR_USER_ADDRESS_READ call function 'SUSR_USER_ADDRESS_READ' exporting user_name = uname importing user_address = h_address * user_usr03 = exceptions user_address_not_found = 1 others = 2.

VIEW_KUPAV call function 'VIEW_KUPAV' exporting comwa = h_comwa * PRIVATADRESSE_LESEN = ' ' importing * KNVK_WA = pawa = h_pawa * SUBRC_PRIVATADRESSE = * TPAR_WA = exceptions no_kna1 = 1 no_knvk = 2 no_lfa1 = 3 no_pernr = 4 others = 5.

PM_PARTNER_READ call function 'PM_PARTNER_READ' exporting parvw = p_parvw parnr = p_parnr check_debitor = space * NRART = ' ' importing * parnr_exp = * diadrc_wa = * diadrp_wa = diadr_wa = h_diadr_wa * xcpdk = * e_nrart = * ktokd = * vtext = * customer_contact = exceptions no_valid_parnr = 1 no_valid_parnr_today = 2 no_authority = 3 parvw_and_nrart_inital = 4 others = 5.

VIEW_KUPAV call function 'VIEW_KUPAV' exporting comwa = h_comwa * privatadresse_lesen = ' ' importing * knvk_wa = pawa = h_pawa * subrc_privatadresse = * tpar_wa = exceptions no_kna1 = 1 no_knvk = 2 no_lfa1 = 3 no_pernr = 4 others = 5.

IREP1_LOCATION_CONVERSION call function 'IREP1_LOCATION_CONVERSION' exporting check_maxcount = p_check tables i_strno_tab = p_strno e_tplnr_tab = p_tplnr exceptions others = 1.

IREP1_LOCATION_CONVERSION_OUTP call function 'IREP1_LOCATION_CONVERSION_OUTP' tables i_tplnr_tab = p_tplnr e_strno_tab = p_strno.

PM_EXPORT_BUFFER_INIT call function 'PM_EXPORT_BUFFER_INIT'.

PM_EXPORT_BUFFER_GET call function 'PM_EXPORT_BUFFER_GET' tables data = h_data.

TABLE_EXPORT_TO_MSACCESS_RFC call function 'TABLE_EXPORT_TO_MSACCESS_RFC' exporting dbname = t390d-dbname langu = sy-langu flg_append = ' ' dest = t390d-dest tables data = h_data exceptions wrong_winsys = 1 system_failure = 2 comm_failure = 3 others = 4.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = p_tabname tables dfies_tab = h_dfies_tab exceptions not_found = 1 others = 2.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing et_filtered_entries = p_filtered_entries_tab[] exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing et_filtered_entries = p_filtered_entries_tab[] exceptions no_infos = 1 program_error = 2 others = 3.



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