SAP Reports / Programs

SRT_SEQUENCE_MONI SAP ABAP Report - Web Service Utilities: Sequence Monitor







SRT_SEQUENCE_MONI 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_SEQUENCE_MONI 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_MONIS - WS Sequence Monitor


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_SEQUENCE_MONI. "Basic submit
SUBMIT SRT_SEQUENCE_MONI AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_SEQUENCE_MONI 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: USER = User
Selection Text: STATE = Sequence Status
Selection Text: SID = Sequence ID
Selection Text: MODE = Sequence Mode
Selection Text: MAXNO = Max. Number of Sequences
Selection Text: LOC_PROV = Provider / Shortcut
Selection Text: LOC_CONS = Consumer
Selection Text: G_TTIME = Time to
Selection Text: G_TDATE = Date to
Selection Text: G_TBOX = Last Activity Timestamp
Selection Text: G_FTIME = Time to
Selection Text: G_FDATE = Date from
Selection Text: C_TTIME = Created Time to
Selection Text: C_TDATE = Created Date to
Selection Text: C_FTIME = Created Time from
Selection Text: C_FDATE = Created Date from
Title: Web Service Utilities: Sequence Monitor
Text Symbol: T13 = User
Text Symbol: T12 = Sequence Mode
Text Symbol: T11 = Sequence Status
Text Symbol: T10 = Additional Information
Text Symbol: T09 = Location
Text Symbol: T08 = Timestamp to
Text Symbol: T07 = Timestamp from
Text Symbol: T06 = Last Activity Timestamp
Text Symbol: T05 = Created Timestamp to
Text Symbol: T04 = Max. Number of Sequences
Text Symbol: T03 = /
Text Symbol: T02 = Created Timestamp from
Text Symbol: T01 = Based on time range
Text Symbol: E02 = Invalid Sequence ID
Text Symbol: E01 = No authority to use Sequence Monitor


INCLUDES used within this REPORT SRT_SEQUENCE_MONI

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SRT_MONI' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ms_restriction.



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