SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Monitoring(BC-ESI-WS-ABA-MON) SAP BC

SRT_MESSAGE_MONI SAP ABAP Report - Web Service Utilities: Message Monitor







SRT_MESSAGE_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_MESSAGE_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_MONI - WS Message 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_MESSAGE_MONI. "Basic submit
SUBMIT SRT_MESSAGE_MONI AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_MESSAGE_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: P_OPA = Match all Conditions
Selection Text: P_NAME5 = Search Name 5
Selection Text: P_NAME4 = Search Name 4
Selection Text: P_NAME3 = Search Name 3
Selection Text: P_NAME2 = Search Name 2
Selection Text: P_NAME1 = Search Name 1
Selection Text: P_INC = Include Standard Selection
Selection Text: M_SUM = Summary
Selection Text: M_SPAR = Party
Selection Text: M_SIBC = IBC
Selection Text: M_RPAR = Party
Selection Text: M_RIBC = IBC
Selection Text: M_DET = Detail
Selection Text: B_USER = User Name
Selection Text: B_TTIME = To Time
Selection Text: B_TDATE = To Date
Selection Text: B_SID = Sequence ID
Selection Text: B_MID = Message ID
Selection Text: B_MAXNO = Max. Number of Messages
Selection Text: B_GROUP = Status Group
Selection Text: B_FTIME = From Time
Selection Text: B_FDATE = From Date
Selection Text: B_EXEC = Execution Time
Selection Text: B_CREATE = Creation Time
Selection Text: P_OPO = Match at Least one Condition
Selection Text: V_TECH = Technical View
Selection Text: V_BASI = Basic View
Selection Text: T_TTIME = To Time
Selection Text: T_TID = Passport - Transaction ID
Selection Text: T_TDATE = To Date
Selection Text: T_RCID = Passport - Root Context ID
Selection Text: T_QID = Queue Name
Selection Text: T_PID = Persistence ID
Selection Text: T_FTIME = From Time
Selection Text: T_FDATE = From Date
Selection Text: S_PARTY = Party Name
Selection Text: S_IFNAM = Interface Name
Selection Text: S_IBCT = IBC Type





Selection Text: S_IBCN = IBC Name
Selection Text: R_PARTY = Party Name
Selection Text: R_IFNAM = Interface Name
Selection Text: R_IBCT = IBC Type
Selection Text: R_IBCN = IBC Name
Selection Text: P_VALUE5 = Search Value 5
Selection Text: P_VALUE4 = Search Value 4
Selection Text: P_VALUE3 = Search Value 3
Selection Text: P_VALUE2 = Search Value 2
Selection Text: P_VALUE1 = Search Value 1
Selection Text: P_UDSMAX = Max. Number of Messages
Selection Text: B_ATYPE = Adapter Type
Title: Web Service Utilities: Message Monitor
Text Symbol: E04 = Invalid Persistence ID
Text Symbol: E03 = Invalid Sequence ID
Text Symbol: E02 = Invalid Message ID
Text Symbol: E01 = No authority to use Message Monitor
Text Symbol: C04 = Timestamp to
Text Symbol: C03 = Timestamp from
Text Symbol: C02 = Creation Time
Text Symbol: C01 = Execution Time
Text Symbol: 015 = Provide at least one Search Name for Selection
Text Symbol: 014 = Max. Number of Messages
Text Symbol: 013 = Include Standard Selection
Text Symbol: 012 = Search Value 5
Text Symbol: 011 = Search Value 4
Text Symbol: 010 = Search Value 3
Text Symbol: 009 = Search Value 2
Text Symbol: 008 = Search Value 1
Text Symbol: 007 = Search Name 5
Text Symbol: 006 = Search Name 4
Text Symbol: 005 = Search Name 3
Text Symbol: 004 = Search Name 2
Text Symbol: 003 = Search Name 1
Text Symbol: 002 = Messages Matching at Least one Condition
Text Symbol: 001 = Messages Matching all Conditions
Text Symbol: E06 = Invalid Root Context ID
Text Symbol: V03 = Technical View
Text Symbol: V02 = Basic View





Text Symbol: V01 = Message View
Text Symbol: T09 = Addressing
Text Symbol: T08 = User Name
Text Symbol: T07 = Adapter Type
Text Symbol: T06 = Processing Status Group
Text Symbol: T05 = Execution until
Text Symbol: T04 = Max. Number of Messages
Text Symbol: T03 = /
Text Symbol: T02 = Execution from
Text Symbol: T01 = Based on time range
Text Symbol: S03 = User-Defined Selection
Text Symbol: S02 = Advanced Selection
Text Symbol: S01 = Standard Selection
Text Symbol: P02 = Receiver Information
Text Symbol: P01 = Sender Information
Text Symbol: M04 = Restore Default Selection
Text Symbol: M03 = Detail
Text Symbol: M02 = Summary
Text Symbol: M01 = Result Output
Text Symbol: E20 = No authority to select by UDS data
Text Symbol: E07 = Invalid Transaction ID


INCLUDES used within this REPORT SRT_MESSAGE_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.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_prog_name dynumb = l_dynp_num TABLES dynpfields = lt_dynp_field EXCEPTIONS OTHERS = 0.



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