SXMS_PMI_EXTRACT_PMI_DATA 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 SXMS_PMI_EXTRACT_PMI_DATA 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: Report SXMS_PMI_EXTRACT_PMI_DATA
INCLUDE EXTRACTTOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
SXMS_PF_GET_COMPONENTID CALL FUNCTION 'SXMS_PF_GET_COMPONENTID' EXPORTING component = ls_component must_exist = cl_xms_main=>co_true commit_on_insert = cl_xms_main=>co_true EXCEPTIONS incomplete_input = 1 inconsistent_input = 2 componentid_not_found = 3 OTHERS = 4.
SXMS_PF_GET_COMPONENTID CALL FUNCTION 'SXMS_PF_GET_COMPONENTID' EXPORTING component = ls_comp must_exist = cl_xms_main=>co_true commit_on_insert = cl_xms_main=>co_false IMPORTING componentid = lv_component_id EXCEPTIONS incomplete_input = 1 inconsistent_input = 2 componentid_not_found = 3 OTHERS = 4.
SXMS_PF_GET_ADDRESSID CALL FUNCTION 'SXMS_PF_GET_ADDRESSID' EXPORTING address = ls_sender-sxi_fromorto create = cl_xms_main=>co_true IMPORTING addressid = ls_sender-addressid EXCEPTIONS entry_not_found = 1 OTHERS = 2.
SXMS_PF_GET_ADDRESSID CALL FUNCTION 'SXMS_PF_GET_ADDRESSID' EXPORTING address = ls_receiver-sxi_fromorto create = cl_xms_main=>co_true IMPORTING addressid = ls_receiver-addressid EXCEPTIONS entry_not_found = 1 OTHERS = 2.
SXMS_TIMEDIFF_SEC CALL FUNCTION 'SXMS_TIMEDIFF_SEC' EXPORTING start = line_item-firstts stop = line_item-lastts IMPORTING diff = line_item-latency EXCEPTIONS conversion_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXMS_PMI_EXTRACT_PMI_DATA - Report SXMS_PMI_EXTRACT_PMI_DATA SXMS_PMI_EXTRACT_PMI_DATA - Report SXMS_PMI_EXTRACT_PMI_DATA SXMS_PF_SWITCH_EP_CACHE - Program SXMS_PF_SWITCH_EP_CACHE SXMS_PF_SWITCH_EP_CACHE - Program SXMS_PF_SWITCH_EP_CACHE SXMS_PF_REORG_RAW - Report SXMS_PF_REORG_RAW SXMS_PF_REORG_RAW - Report SXMS_PF_REORG_RAW