SAP Reports / Programs

SPI_SELF_MONITOR_DISPLAY SAP ABAP Report - PMI: Display Messages from PMI Self-Monitoring







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


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


Text pool values


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


INCLUDES used within this REPORT SPI_SELF_MONITOR_DISPLAY

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:

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.



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