Start of Content Area

Function documentation Shared Objects Monitor - Transaction SHMM  Locate the document in its SAP Library structure

 

Transaction SHMM provides an overview of the area instances in the shared objects memory of the current application server, and offers selected functions for it.

 

Overview of Functions

 

Non-changing Functions

·        Display all area instances

·        Display all versions of an area instance

·        Display the locks on an area instance

·        Display all locks on an area instance version

·        Display the content of an area instance (active area instance version)

·        Display the content of obsolete area instance versions

·        Display the static area properties

·        Display the free, used and reserved memory

 

Changing Functions

·        Invalidation of area instances (sets all area instance versions to obsolete)

·        Deletion of area instances (sets all area instance versions to expired)

·        Propagation of transactional areas instances (cross-server invalidation)

·        Cross-server deletion of all area instances of an area

·        Call the area constructor in the area constructor class

 

Using the Monitor

The monitor provides four overviews that follow on from each other:

       1.      Areas

       2.      Area instances

       3.      Versions

       4.      Locks

Double-clicking on a row in the current overview takes you to the next overview, for example from the overview of area instances to the list of versions of this area instance. From the instance overview you can display the list of locks on a parallel tab page.

In the list of areas, area instances and area instance versions you can select a view, which groups the data that is displayed. The following views are available:

·        Overview (displays the most important data)

·        Locks (lock statistics)

·        Users (who created/modified the area)

·        Control (memory usage and so on)

·        All columns

 

 

End of Content Area