SAPMSHM_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transaction SHMM provides an overview of the
If you would like to execute this report or see the full code listing simply enter SAPMSHM_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
SHMM - Shared Objects Monitor
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.
Title: Program SAPMSHM_MONITOR
Text Symbol: VS8 = Waiting
Text Symbol: VS7 = Before Database Commit
Text Symbol: VS6 = Unknown
Text Symbol: VS5 = W/o Active Version
Text Symbol: VS4 = With Active Version
Text Symbol: VS3 = Expired
Text Symbol: VS2 = Obsolete
Text Symbol: VS1 = Active
Text Symbol: VS0 = Under Construction
Text Symbol: TR0 = Trace Management
Text Symbol: T00 = Shared Objects: Execute Monitor Command
Text Symbol: SM3 = Lock(s)
Text Symbol: SM2 = Version(s)
Text Symbol: SM1 = Area Instance(s)
Text Symbol: SM0 = Area(s)
Text Symbol: SCU = public
Text Symbol: SCI = private
Text Symbol: LT2 = Update
Text Symbol: LT1 = Write
Text Symbol: LT0 = Read
Text Symbol: LOC = Locks on
Text Symbol: LB0 = Bytes
Text Symbol: INF = Shared Objects - Monitor
Text Symbol: I07 = Not activated
Text Symbol: I06 = Waiting
Text Symbol: I05 = Activated
Text Symbol: I03 = Not activated
Text Symbol: I02 = Activated
Text Symbol: I01 = Status unknown
Text Symbol: DIS = Display starting in another session...
Text Symbol: CV4 = Overview
Text Symbol: CV3 = Control
Text Symbol: CV2 = User
Text Symbol: CV1 = Lock
Text Symbol: CV0 = All Columns
Text Symbol: A04 = Delete on all servers
Text Symbol: A03 = Propagate (Invalidate on All Servers)
INCLUDE MSHM_MONITOR_TOP.
INCLUDE MSHM_MONITOR_MAC.
INCLUDE MSHM_MONITOR_UNIT_TEST.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.