SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

SAPMSHM_MONITOR SAP ABAP Report - Program SAPMSHM_MONITOR







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

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

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


Text pool values


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)





Text Symbol: A02 = Release (Delete)
Text Symbol: A01 = Delete All Locks
Text Symbol: A00 = Invalidate


INCLUDES used within this REPORT SAPMSHM_MONITOR

INCLUDE MSHM_MONITOR_TOP.
INCLUDE MSHM_MONITOR_MAC.
INCLUDE MSHM_MONITOR_UNIT_TEST.


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:

No SAP FUNCTION MODULES are executed within this report code!



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