Read SC_MON Data actions
Read SC_MON Data actions retrieve the ABAP Call Monitor (SCMON) data collected in the specified RFC Destination’s SC_MON tab. The retrieved SCMON data is stored in a Table dataset.
| Action property | Description | 
|---|---|
| Info | A Table dataset that stores a summary of the data retrieved. | 
| RFC Destination | An RFC Destination parameter or dataset whose SC_MON tab has been used to extract SCMON data. | 
| SCMON Statistics | A Table dataset that stores SCMON statistics retrieved from the RFC Destination’s SC_MON tab. Non-printable characters in the retrieved data are replaced with # characters. | 
The SCMON Statistics dataset stores the following details:
| Column | Description | 
|---|---|
| TYPE | The type of a calling object according to the available SCMON data. | 
| NAME | The name of the calling object. | 
| PROG_NAME | The name of the called program. | 
| CHILD_TYPE | The type of the called object. | 
| CHILD_NAME | The name of the called object. | 
| CLASS_NAME | The name of the called class (if any). | 
| COUNTER | The number of times the child object was called by the calling object according to the available SCMON data. | 
The Info 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 | 
|---|---|
| COUNT | This attribute refers to the number of rows in the Table dataset specified in the Value column. | 
| LAST_TIME_RUN | This attribute refers to the date and time when SCMON was last retrieved for the specified RFC Destination. | 
| START_DATE | This attribute refers to the start date used for the retrieval of performance history data. | 
| MONTHS | This attribute refers to the number of months of performance history data retrieved. | 
| STATUS | This attribute refers to the status of the retrieval operation. | 
Example
                                                     
                                                
To examine the details for a Read SC_MON Data action, double-click the action node, or select View Details from the node’s context menu. The Details screen displays the number of rows written to the SCMON Statistics dataset, and the time taken for the action to complete.