SAP Reports / Programs

SRT_SEQ_MONITOR SAP ABAP Report - Sequence Monitor







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SRT_SEQ_MONITOR - Sequence monitoring


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


Text pool values


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





Text Symbol: S06 = Sequence isolated.
Text Symbol: S05 = Sequence stopped (forward error handling)
Text Symbol: S04 = Sequence complete
Text Symbol: S03 = Sequence stopped by administrator
Text Symbol: S02 = Sequence stopped due to error
Text Symbol: S01 = Sequence is used
Text Symbol: S00 = Sequence created but not yet used
Text Symbol: C11 = Shortcut
Text Symbol: C10 = Queue Type
Text Symbol: C09 = Queue Status
Text Symbol: C08 = Persist ID (Message)
Text Symbol: C07 = Error Type
Text Symbol: C06 = Sequence Status
Text Symbol: C05 = Sequence Status
Text Symbol: C04 = Queue Name
Text Symbol: C03 = Created At
Text Symbol: C02 = Created By
Text Symbol: C01 = Sequence ID
Text Symbol: C00 = Role
Text Symbol: 083 = Errors in Update Task
Text Symbol: 059 = Last Error to Date
Text Symbol: 029 = Message ID
Text Symbol: 028 = Error Information
Text Symbol: 027 = Queue Status Information
Text Symbol: 026 = Displaying errors...
Text Symbol: 025 = Error
Text Symbol: 024 = Display Errors
Text Symbol: 023 = End Sequences
Text Symbol: 022 = End Sequences
Text Symbol: 021 = Flagging sequence termination...
Text Symbol: 020 = Executing sequences...
Text Symbol: 019 = Display More Pushbuttons
Text Symbol: 018 = Display Fewer Pushbuttons
Text Symbol: 017 = Refresh Display
Text Symbol: 016 = Start Sequence
Text Symbol: 015 = Start Sequences
Text Symbol: 014 = One sequence selected
Text Symbol: 013 = Role
Text Symbol: 012 = Sequence Status





Text Symbol: 011 = Provider
Text Symbol: 010 = Consumer
Text Symbol: 009 = Sequence
Text Symbol: 008 = Message
Text Symbol: 007 = & sequence selected (hit list restricted)
Text Symbol: 006 = & sequences selected
Text Symbol: 005 = Created To
Text Symbol: 004 = Time
Text Symbol: 003 = Created From
Text Symbol: 002 = Additional Selection Criteria
Text Symbol: 001 = Time Period
Text Symbol: 058 = Time
Text Symbol: 057 = Last Error from Date
Text Symbol: 056 = Start Sequence
Text Symbol: 055 = Interface Namespace
Text Symbol: 054 = Interface Name
Text Symbol: 053 = cannot be processed in full.
Text Symbol: 052 = will be deleted permanently and
Text Symbol: 051 = The sequence and all its messages
Text Symbol: 050 = hard termination?
Text Symbol: 049 = Confirm: Hard Sequence Termination
Text Symbol: 048 = be accepted.
Text Symbol: 047 = but no new messages will
Text Symbol: 046 = The sequences will be processed
Text Symbol: 045 = soft termination?
Text Symbol: 044 = Are you sure you want to perform a
Text Symbol: 043 = Confirm: Soft Sequence Termination
Text Symbol: 042 = Confirm: Start Sequences
Text Symbol: 041 = the selected sequences with errors?
Text Symbol: 040 = Are you sure you want to start
Text Symbol: 039 = Hard Sequence Termination
Text Symbol: 038 = Soft Sequence Termination
Text Symbol: 037 = WSRM Sequence ID
Text Symbol: 036 = Displaying trace...
Text Symbol: 035 = Displaying runtime context...
Text Symbol: 034 = Displaying runtime configuration...
Text Symbol: 033 = Display Trace
Text Symbol: 032 = Display Runtime Configuration
Text Symbol: 031 = Display Runtime Context



Text Symbol: 030 = Message Status


INCLUDES used within this REPORT SRT_SEQ_MONITOR

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:

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.



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