Menu

SAP Function Module GET_CHG_SQLPERFACCESS_MSS

Retrieve change rates for objects from ACCESS, BUFFER, and SQL Statistics

The Function Module GET_CHG_SQLPERFACCESS_MSS (Retrieve change rates for objects from ACCESS, BUFFER, and SQL Statistics) is a standard Function Module in SAP ERP and is part of the function group STUQ within the package STUS.

Technical Information

Function Module GET_CHG_SQLPERFACCESS_MSS
Short Text Retrieve change rates for objects from ACCESS, BUFFER, and SQL Statistics
Function Group STUQ
Package STUS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACCESS1 TYPE MSS_PACCES Contains data from sysperfinfo on accesses physical&logical
ACCESS2 TYPE MSS_PACCES Contains data from sysperfinfo on accesses physical&logical
TIME1 LIKE MSQ_DYSERV-SQLUPTIME Number of seconds sqlserver has been running
TIME2 LIKE MSQ_DYSERV-SQLUPTIME Number of seconds sqlserver has been running

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DIFFDATA TYPE MSS_PACCES Contains data from sysperfinfo on accesses physical&logical
PERSEC TYPE MSQ_PERSEC Data structure to present per second changes in perf data

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
TIME2_LT_TIME1 The current time is less than previous time!