SXMS_SUPPORT_DIAGNOSTICS 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_SUPPORT_DIAGNOSTICS 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 SXMS_SUPPORT_DIAGNOSTICS
Text Symbol: 001 = Test
Text Symbol: 002 = Frm
Text Symbol: 003 = Execute
Text Symbol: 004 = Initial
Text Symbol: 005 = Status
Text Symbol: 006 = Category
Text Symbol: 007 = Class Name
Text Symbol: 008 = Method Name
Text Symbol: 009 = Resp
Text Symbol: 010 = Durtn
Text Symbol: 011 = Cannot execute method
Text Symbol: 012 = Cannot instantiate class
Text Symbol: 013 = Subcategory
Text Symbol: 014 = Reset Results
Text Symbol: 015 = No line is selected. Do you want to apply action to whole table?
Text Symbol: 016 = Y
Text Symbol: 017 = No
Text Symbol: 018 = Details
Text Symbol: 019 = Detail View
Text Symbol: 020 = Executed Tests
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_light_out info = text-004 IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_light_out info = text-004 IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-015 text_button_1 = 'Ja'(016) text_button_2 = 'Nein'(017) IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_light_out info = text-004 IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_light_out info = text-004 IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-015 text_button_1 = 'Ja'(016) text_button_2 = 'Nein'(017) IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percentage text = lv_text.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_alert info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_alert info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_yellow_light info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_light_out info = text-004 IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_alert info = lv_error_text IMPORTING result = gs_testcases-status EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_list info = text-019 IMPORTING result = gs_testcases-details EXCEPTIONS OTHERS = 0.
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_SUPPORT_DIAGNOSTICS - Program SXMS_SUPPORT_DIAGNOSTICS SXMS_SUPPORT_DIAGNOSTICS - Program SXMS_SUPPORT_DIAGNOSTICS SXMS_SUPPORT_CONFIG_COLLECT - XI Runtime: Support - IS Configuration SXMS_SUPPORT_CONFIG_COLLECT - XI Runtime: Support - IS Configuration SXMS_START_MSG_PROC_JOB - Program SXMS_START_MSG_PROC_JOB SXMS_START_MSG_PROC_JOB - Program SXMS_START_MSG_PROC_JOB