Show TOC

 Data Supplier for Users Logged On: Settings in RZ21Locate this document in the navigation structure

This section presents the settings that you can use to integrate the data supplier for the users currently logged on, presented as an example, into the CCMS monitoring infrastructure.

  1. Properties of the data collection method
    1. Start transaction RZ21, and select the Method definitions radio button in the Methods group box. Choose the  Display Overview button.
    2. Select the method CCMS_User_Collect and choose  Edit Data.
      Note

      The settings for the existing method are presented here as an example; to instrument your component, you need to create a corresponding method of your own.

    3. The Execution tab page shows, in the Execute method on group box, that the report RSDSUSER is to be executed on The local server of the MTE to be processed. The report described above collects the number of users logged on individually on each instance.
    4. On the Control tab page, in the Startup Method group box, you can see that the data supplier is started by the CCMS monitoring infrastructure immediately after the instance start. It is then started periodically in a dialog work process (passive data supplier).
    5. On the Release tab page, you can see that the method has been released and can therefore be used as a Data Collection Method in the context of the CCMS monitoring infrastructure.
    6. Exit the screen by choosing Back ().
  2. Properties of the Analysis Method
    1. Select the method CCMS_User_Analyse and choose  Edit Data. This method is to be executed as an analysis method.
    2. The Execution tab page shows, in the Execute method on group box, that the report RSUSR000 (transaction AL08) is to be executed on The local server of the MTE to be processed. This report displays the number of users logged on across instances.
    3. In the Execute Method group box on the Control tab page, you can see that the method can only be executed manually.
    4. On the Release tab page, you can see that the method has been released and can therefore be used as an Analysis Method in the context of the CCMS monitoring infrastructure.
    5. Exit the screen by choosing Back ().
  3. Properties of the MTE class
    Note

    The following properties are set by parameters in the function module SALI_PERF_CREATE_ATTACH (see Data Supplier for Users Logged On: Report RSDSUSER), this means that you also do not need to set these properties in transaction RZ20/RZ21 for your own instrumentations. The intention here is simply to show you where you can view (and change) these properties in the user interface.

    1. Start the Alert Monitor by calling transaction RZ20.
    2. Expand the monitor set SAP CCMS Monitor Templates, and start the Entire System monitor.
    3. Expand the following path in the monitoring tree:

      <SysID> → <Application Server> → <instance> → R3Services → Dialog

      The node UsersLoggedIn is displayed at the end of the list of nodes.

    4. Select the node UsersLoggedIn, and choose Properties.
    5. You can see on the PerformanceAttribute tab page that the performance properties are assigned by the attribute group R3UsersLoggedIn; you can also see the properties that have been assigned to the node in the report RSDSUSER in the Threshold values and Alert text group boxes.
    6. On the General tab page, you can see, among other things, that message RT 068 is assigned to the MTE class of the node.
    7. On the Methods tab page, you can see, among other things, that the data collection method CCMS_User_Collectand the analysis method CCMS_User_Analyseare assigned to the MTE class of the node.

 Start Page Creating a Data Supplier for the CCMS Alert Monitor