Menu

SAP Function Module STUM_WP_TOTAL_ACTIVITY

Return current activity of all R/3 work processes

The Function Module STUM_WP_TOTAL_ACTIVITY (Return current activity of all R/3 work processes) is a standard Function Module in SAP ERP and is part of the function group STUM within the package STUN.

Technical Information

Function Module STUM_WP_TOTAL_ACTIVITY
Short Text Return current activity of all R/3 work processes
Function Group STUM
Package STUN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GET_ONLY_RESTRICTED_DATA LIKE SPACE Only get WP status info (quicker)
SHOW_STATUS_ON_GUI LIKE SPACE Display status in SAPGUI message line
WITH_CPU LIKE TSKH_DUMMY-WITH_CPU 0 Get CPU time (1), otherwise (0)

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMMUNICATION_ERRORS LIKE WPTOTLICER Table of unreachable servers and error text
USED_WP LIKE WPTOTLIUWP Table of work processes used for analysis
WP_TOTAL_INFO LIKE WPTOTLINFO Table of R/3 work process activity

Exceptions

This function module does not define any Exceptions.