SAP ABAP Class CL_TASK_WATCH_MANAGER (Manager's Task Watcher)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_TASK_WATCH (Package) Watcher for LUW Lifecycle
Properties
Class CL_TASK_WATCH_MANAGER  
Short Description Manager's Task Watcher    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_TASK_WATCH   Watcher for LUW Lifecycle 
Created 20130506   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TASK_WATCH_MANAGER has no forward declaration.
Interfaces
Class CL_TASK_WATCH_MANAGER has no interface implemented.
Friends
Class CL_TASK_WATCH_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TASK_JOBNAME_MGT Constant Public Type reference (TYPE) STRING 'SAP_SOAP_RUNTIME_MANAGEMENT' 20130506
2 TASK_JOBNAME_MONI Constant Public Type reference (TYPE) STRING 'SAP_SOAP_RUNTIME_MONITORING' 20130506
3 TASK_STAT_ACTIVE Constant Public Type reference (TYPE) TW_TASK_STATUS 'A' 20130506
4 TASK_STAT_COMMIT Constant Public Type reference (TYPE) TW_TASK_STATUS 'C' 20130506
5 TASK_STAT_ERROR Constant Public Type reference (TYPE) TW_TASK_STATUS 'E' 20130506
6 TASK_STAT_PROCESSED Constant Public Type reference (TYPE) TW_TASK_STATUS 'P' 20130506
7 TASK_STAT_REFAIL Constant Public Type reference (TYPE) TW_TASK_STATUS 'Y' 20130506
8 TASK_STAT_RELEASE_ERROR Constant Public Type reference (TYPE) TW_TASK_STATUS 'R' 20130506
9 TASK_STAT_RELEASE_INFO Constant Public Type reference (TYPE) TW_TASK_STATUS 'K' 20130506
10 TASK_STAT_RESET Constant Public Type reference (TYPE) TW_TASK_STATUS 'S' 20130506
11 TASK_STAT_SYSTEM Constant Public Type reference (TYPE) TW_TASK_STATUS 'S' 20130506
12 TASK_STAT_UNKNOWN Constant Public Type reference (TYPE) TW_TASK_STATUS 'U' 20130506
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OPEN_TASKS Static method Public Method 20130506
2 DELETE_TASK Static method Public Method 20130506
3 DEQUEUE Static method Public Method 20130506
4 ENQUEUE Static method Public Method 20130506
5 GET_ENQUEUE_LIST Static method Public Method 20130506
6 GET_LOST_TASKS Static method Public Method 20130506
7 GET_OPEN_TASKS Static method Public Method 20130506
8 GET_RUNNING_SIGNAL Static method Public Method 20130507
9 GET_TASK_NUMBER Static method Public Method 20130507
10 GET_TASK_STATUS Static method Public Method 20130506
11 IS_TASK_WATCHER_RUNNING Static method Public Method 20130506
12 RESTART_TASKS Static method Public Method 20130506
13 SYSTEM_START Static method Public Method 20130506
Events
Class CL_TASK_WATCH_MANAGER has no event.
Types
Class CL_TASK_WATCH_MANAGER has no local type.
Method Signatures

Method CHECK_OPEN_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDT Call by reference Type reference (TYPE) SYMANDT 20130506
2 Returning OPEN_TASKS Value transfer Type reference (TYPE) TASK_ID_LIST 20130506

Method CHECK_OPEN_TASKS on class CL_TASK_WATCH_MANAGER has no exception.

Method DELETE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETURN Call by reference Type reference (TYPE) INT4 20130506
2 Importing TASK_ID Call by reference Type reference (TYPE) CHAR32 20130506

Method DELETE_TASK on class CL_TASK_WATCH_MANAGER has no exception.

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDANT Call by reference Type reference (TYPE) SYMANDT SY-MANDT 20130506
2 Importing TASK_ID Call by reference Type reference (TYPE) TW_TASK_ID 20130506

Method DEQUEUE on class CL_TASK_WATCH_MANAGER has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDANT Call by reference Type reference (TYPE) SYMANDT SY-MANDT 20130506
2 Returning RETURN Value transfer Type reference (TYPE) CHAR1 20130506
3 Importing TASK_ID Value transfer Type reference (TYPE) TW_TASK_ID 20130506

Method ENQUEUE on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_ENQUEUE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TASK_ID Call by reference Type reference (TYPE) TW_TASK_ID 20130506
2 Importing USER_NAME Call by reference Type reference (TYPE) SYUNAME 20130506

Method GET_ENQUEUE_LIST on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_LOST_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDT Call by reference Type reference (TYPE) SYMANDT SY-MANDT 20130506
2 Returning TASK_LIST Value transfer Type reference (TYPE) TWLIST 20130506

Method GET_LOST_TASKS on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_OPEN_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDT Call by reference Type reference (TYPE) SYMANDT SY-MANDT 20130506
2 Returning TASK_LIST Value transfer Type reference (TYPE) TWLIST 20130506

Method GET_OPEN_TASKS on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_RUNNING_SIGNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SIGNAL Value transfer Type reference (TYPE) CHAR4 Nicht näher def. Bereich, evtl. für Patchlevels verwendbar 20130507

Method GET_RUNNING_SIGNAL on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_TASK_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_TASK_NUMBER Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20130507

Method GET_TASK_NUMBER on class CL_TASK_WATCH_MANAGER has no exception.

Method GET_TASK_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TASK_ID Call by reference Type reference (TYPE) CHAR32 20130506
2 Returning TASK_STATUS Value transfer Type reference (TYPE) TW_TASK_STATUS 20130506

Method GET_TASK_STATUS on class CL_TASK_WATCH_MANAGER has no exception.

Method IS_TASK_WATCHER_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_RUNNING Value transfer Type reference (TYPE) BOOLEAN 20130506

Method IS_TASK_WATCHER_RUNNING on class CL_TASK_WATCH_MANAGER has no exception.

Method RESTART_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MANDT Call by reference Type reference (TYPE) SYMANDT 20130506
2 Importing TASK Call by reference Type reference (TYPE) TW_TASK_ID 20130506

Method RESTART_TASKS on class CL_TASK_WATCH_MANAGER has no exception.

Method SYSTEM_START Signature

Method SYSTEM_START on class CL_TASK_WATCH_MANAGER has no parameter.
Method SYSTEM_START on class CL_TASK_WATCH_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740