Collect SCMON Data actions
Collect SCMON Data actions retrieve SCMON data into the specified RFC Destination’s SC_MON tab cache. The action retrieves the most recent N months of SCMON data. N is the value set in the action’s Months property.
The Collect SCMON Data action’s Result dataset stores details of the retrieved SCMON data.
| Action property | Description |
|---|---|
| Months |
An Integer parameter or dataset that specifies how many months of SCMON data to retrieve (N). The Collect SCMON Data action retrieves the most recent N months of SCMON data. If this property is not set, the action uses 0 as the default value. |
| Result | A Table dataset that stores details of the SCMON data retrieved. |
| RFC Destination | An RFC Destination parameter or dataset that refers to the system from which to collect SCMON data. |
The Result dataset stores the following details:
| Column | Description |
|---|---|
| Attr | The name of an attribute. |
| Value | The value of the attribute. |
| Count | For COUNT attributes, this column stores the number of rows in the specified table. |
The Attr column may have the following values:
| Attr | Description |
|---|---|
| SCHEDULE_ON | This column is set to 'true' if a schedule has been set for the collection of SCMON data in the RFC Destination’s SC_MON tab. |
| SCHEDULE_RUNTIME | For scheduled collections of SCMON data, this attribute stores the scheduled start time for the collection. |
| SCHEDULE_MONTHS | For scheduled collections of SCMON data, this attribute stores the number of months of SCMON data retrieved. |
| LAST_TIME_RUN | The date and time when the action last retrieved SCMON data for this RFC Destination. |
| START_DATE | The date from which SCMON data was retrieved. |
| MONTHS | The number of months of SCMON data retrieved. |
| STATUS | The SCMON data’s retrieval status. |
The Value column has the following values:
| Value | Description |
|---|---|
| ScmRaw | Refers to the raw application statistics retrieved from SAP. |
|
ScmSum |
Refers to summary application statistics. |
Example