SRT_SEQ_MONITOR 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 SRT_SEQ_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SRT_SEQ_MONITOR - Sequence monitoring
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.
Selection Text: PUSER = User
Selection Text: PSEQID = Logical Sequence
Selection Text: PSEQERR = Only Sequences with Errors
Selection Text: PSEQALL = All Seqeuences
Selection Text: PRMSEQID = Technical Sequence
Selection Text: PQUEUE = Queue
Selection Text: PMAX = Maximum Number of Hits
Selection Text: PLOCP = Provider / Shortcut
Selection Text: PLOCC = Consumer
Selection Text: PFROMT = Time
Selection Text: PFROMD = Date
Title: Sequence Monitor
Text Symbol: 082 = Invalid destination. Check Configuration!
Text Symbol: 081 = Unknown Error
Text Symbol: 080 = Missing authorization
Text Symbol: 079 = Waiting for Update Task.
Text Symbol: 078 = Update Task not found.
Text Symbol: 077 = Parent Sequenz-ID
Text Symbol: 076 = Displaying Error Log ....
Text Symbol: 075 = Error Log
Text Symbol: 074 = Terminated by Expiry
Text Symbol: 073 = Hard terminated
Text Symbol: 072 = Soft terminated
Text Symbol: 071 = Term.Program
Text Symbol: 070 = Term. by User
Text Symbol: 069 = Term.Date
Text Symbol: 068 = Term.Type
Text Symbol: 067 = Never
Text Symbol: 066 = Sequence Expire At
Text Symbol: 065 = Check Runtime Configuration
Text Symbol: 064 = No
Text Symbol: 063 = Yes
Text Symbol: 062 = User Runtime
Text Symbol: 061 = Last Changed At
Text Symbol: 060 = Time
Text Symbol: S13 = Sequence has been terminated by expiry.
Text Symbol: S12 = Sequence has been hard terminated
Text Symbol: S11 = Sequence has been soft terminated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMB_GET_STATUS_ATTRIBUTES CALL FUNCTION 'SXMB_GET_STATUS_ATTRIBUTES' EXPORTING im_msgstate = l_outtab-msg_state IMPORTING ex_msgstate_attr = lt_msg_state_attr EXCEPTIONS msgstate_not_found = 01.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = ' ' i_structure_name = m_structure * I_CLIENT_NEVER_DISPLAY = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = m_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Sequenzen werden ausgeführt...'(020).
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING titel = l_title textline1 = l_spop-textline1 textline2 = l_spop-textline2 diagnosetext1 = l_spop-diagnose1 diagnosetext2 = l_spop-diagnose2 diagnosetext3 = l_spop-diagnose3 IMPORTING answer = l_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING titel = l_title textline1 = l_spop-textline1 textline2 = l_spop-textline2 diagnosetext1 = l_spop-diagnose1 diagnosetext2 = l_spop-diagnose2 diagnosetext3 = l_spop-diagnose3 IMPORTING answer = l_answer.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Displaying Error Log ....'(076).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Fehler wird angezeigt...'(026).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Runtime-Kontext wird angezeigt...'(035).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Runtime-Konfiguration wird angezeigt...'(034).
UPD_GET_REQUEST_INFO CALL FUNCTION 'UPD_GET_REQUEST_INFO' EXPORTING key = lv_upd_key IMPORTING v1_state = lv_v1 v2_state = lv_v2 EXCEPTIONS not_found = 1 OTHERS = 2.
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 SRT_SEQ_MONITOR or its description.