SPI_SELF_MONITOR_DISPLAY 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 SPI_SELF_MONITOR_DISPLAY 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: PMI: Display Messages from PMI Self-Monitoring
Text Symbol: 001 = Delete Message
Text Symbol: 002 = Message is a cross-process message
Text Symbol: 003 = Delete Messages
Text Symbol: 004 = Are you sure you want to delete the messages?
Text Symbol: 100 = Process Selection
Text Symbol: 101 = Process
Text Symbol: F01 = Delete Message
Text Symbol: F02 = Display Long Text
Text Symbol: F03 = Display logs
Text Symbol: F04 = Process Definition
Text Symbol: T01 = Status
Text Symbol: T02 = Date
Text Symbol: T03 = Time
Text Symbol: T04 = Message
Text Symbol: T05 = Long Text
Text Symbol: T06 = Component
Text Symbol: T07 = Process Description
Text Symbol: T08 = Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_OBJECT_NAME_CONCATENATE CALL FUNCTION 'DOCU_OBJECT_NAME_CONCATENATE' EXPORTING docu_id = 'NA' element = ls_help_info-messageid addition = ls_help_info-messagenr IMPORTING object = l_docu_object.
DOCU_EXIST_CHECKS CALL FUNCTION 'DOCU_EXIST_CHECKS' EXPORTING extend_except = 'X' id = 'NA' langu = sy-langu object = l_docu_object typ = 'E' EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4 OTHERS = 5.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = ls_help_info TABLES dynpselect = lt_dynpselect dynpvaluetab = lt_dynpvalue EXCEPTIONS OTHERS = 0.
BP_JOB_SELECT_SM37B CALL FUNCTION 'BP_JOB_SELECT_SM37B' EXPORTING jobselect_dialog = 'Y' jobsel_param_in = ls_jobsel IMPORTING jobsel_param_out = ls_jobsel TABLES jobselect_joblist_b = lt_joblist_bk EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.
BP_JOBLIST_PROCESSOR_SM37B CALL FUNCTION 'BP_JOBLIST_PROCESSOR_SM37B' EXPORTING joblist_opcode = 21 "edit TABLES joblist = lt_joblist EXCEPTIONS invalid_opcode = 1 joblist_is_empty = 2 joblist_processor_canceled = 3 OTHERS = 4.
BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_jobsel TABLES jobselect_joblist = lt_joblist EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-004 IMPORTING answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPI_SELF_MONITOR_DISPLAY - PMI: Display Messages from PMI Self-Monitoring SPI_SELF_MONITOR_DISPLAY - PMI: Display Messages from PMI Self-Monitoring SPI_SELF_MONITOR_CCMS_TEST - SPI: Testing the Self-Monitor API SPI_SELF_MONITOR_CCMS_TEST - SPI: Testing the Self-Monitor API SPI_SELF_MONITOR - PMI: Self-Monitoring SPI_SELF_MONITOR - PMI: Self-Monitoring