Collect Performance History Data actions
Collect Performance History Data actions retrieve performance history data into the specified RFC Destination’s PHD tab cache. The action retrieves the most recent N months of performance history data.
- 
                                                        If the RFC Destination’s PHD tab has a schedule. N is the value set in the PHD tab’s Keep this many months of data field. 
- 
                                                        If the RFC Destination’s PHD tab doesn't have a schedule. N is the value set in the actions Months property. 
The Collect Performance History Data action’s Result dataset stores details of the retrieved performance history data.
| Action property | Description | 
|---|---|
| Method | A String parameter or dataset that specifies the data retrieval method that the action will use. If you select: 
 The Collect Performance History Data action doesn't use this property if the RFC Destination’s PHD tab has a schedule. In this case, the action uses the data retrieval method set in the schedule. | 
| Months | An Integer parameter or dataset that specifies how many months of performance history data to retrieve (N). The Collect Performance History Data action retrieves the most recent N months of performance history data. If you don’t set this property, the action uses 0 as the default value. | 
| Result | A Table dataset that stores details of the performance history data retrieved. | 
| RFC Destination | An RFC Destination parameter or dataset that refers to the system from which to collect performance history 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 | 
|---|---|
| SCHEDULED | This column is set to true if a schedule has been set for the collection of performance history data in the RFC Destination’s PHD tab. | 
| PERIOD | For scheduled collections of performance history data, this attribute has the value Monthly. | 
| PERIODINFO | For scheduled collections of performance history data, this attribute stores the day of the month when the action collects performance history data. | 
| RUNTIME | For scheduled collections of performance history data, this attribute stores the scheduled start time for the collection. | 
| LAST_TIME_RUN | The date and time when the action last retrieved performance history data for this RFC Destination. | 
| SOURCE | The performance history data retrieval method. Either PHD for the LiveCompareRfc retrieval method, or RFC for the SAPRfc retrieval method. | 
| NUM_PERIODS | The number of months of performance history data retrieved. | 
| STATUS | The performance history data’s retrieval status. | 
The Value column has the following values:
| Value | Description | 
|---|---|
| AppRaw | Refers to the raw application statistics retrieved from SAP. | 
| AppArch | Refers to archive application statistics. | 
| AppSum | Refers to summary application statistics. | 
| UserRaw | Refers to the raw user statistics retrieved from SAP. | 
| UserArch | Refers to archive user statistics. | 
| UserSum | Refers to summary user statistics. | 
Example
                                                    