MDS_PCL_IMPORT_ALL_XPA is a standard Executable ABAP Report 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 MDS_PCL_IMPORT_ALL_XPA 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: Program MDS_PCL_IMPORT_ALL_XPA
Text Symbol: COM = COMMAND:
Text Symbol: FUN = xpra/aim execution (downtime)
Text Symbol: STD = STDOUT:
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY. " INCLUDE FOR PCL
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'.
DMC_MDS_TRINT_TP_INTERFACE CALL FUNCTION 'DMC_MDS_TRINT_TP_INTERFACE' EXPORTING iv_tp_command = cl_cnv_mds_utility=>trtp_command_xpa iv_system_name = lv_system_name iv_transport_request = cl_cnv_mds_utility=>trtp_transport_request_all iv_tp_options = lv_tp_options IMPORTING ev_tp_cmd_string = lv_tp_cmd_string ev_tp_cmd_line = lv_tp_cmd_line ev_tp_return_code = lv_tp_return_code TABLES tt_stdout = lt_stdout tt_buffer = lt_buffer EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.
DMC_GENERIC_READER CALL FUNCTION 'DMC_GENERIC_READER' DESTINATION lv_central_rfc EXPORTING it_qry = lt_qry i_all_clients = 'X' CHANGING ct_payload_tab = lt_table_import EXCEPTIONS sql_error = 1 no_authorization = 2 communication_failure = 3 system_failure = 4 OTHERS = 5.
DMC_MDS_TRINT_TP_INTERFACE CALL FUNCTION 'DMC_MDS_TRINT_TP_INTERFACE' EXPORTING iv_tp_command = cl_cnv_mds_utility=>trtp_command_xpa iv_system_name = lv_system_name iv_client = lv_prod_client iv_transport_request = cl_cnv_mds_utility=>trtp_transport_request_all IMPORTING ev_tp_cmd_string = lv_tp_cmd_string ev_tp_cmd_line = lv_tp_cmd_line ev_tp_return_code = lv_tp_return_code TABLES tt_stdout = lt_stdout tt_buffer = lt_buffer EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDS_PCL_IMPORT_ALL_XPA - Program MDS_PCL_IMPORT_ALL_XPA MDS_PCL_IMPORT_ALL_XPA - Program MDS_PCL_IMPORT_ALL_XPA MDS_PCL_IMPORT_ALL_R3I - Program MDS_PCL_IMPORT_ALL_R3I MDS_PCL_IMPORT_ALL_R3I - Program MDS_PCL_IMPORT_ALL_R3I MDS_PCL_IMPORT_ALL_1 - Program MDS_PCL_IMPORT_ALL_1 MDS_PCL_IMPORT_ALL_1 - Program MDS_PCL_IMPORT_ALL_1