Menu

SAP Function Module STUM_WP_TOTAL_ACTIVITY

Return current activity of all R/3 work processes

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

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.