Show TOC

Function documentationShared Objects Monitor - Transaction SHMM Locate this document in the navigation 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.

Note Note

You can use the CL_SHM_UTILITIES class to programmatically query the attributes of area instances.

End of the note.
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 of 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 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 that groups the data 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