SAP ABAP Class CL_SLIM_TUL_JOB (System Measurement Job Control)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-LIM (Application Component) License Measurement
     SLIM (Package) System Measurement
Properties
Class CL_SLIM_TUL_JOB  
Short Description System Measurement Job Control    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIM   System Measurement 
Created 20060222   SAP 
Last change 20060703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLIM_TUL_JOB has no forward declaration.
Interfaces
Class CL_SLIM_TUL_JOB has no interface implemented.
Friends
Class CL_SLIM_TUL_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GA_ENGINE_ID Instance attribute Public Type reference (TYPE) SLIM_ENGINE System Measurement: Engine 20060424
2 GA_JOB_STATUS Instance attribute Private Type reference (TYPE) TUL_JOB System Measurement Jobs Scheduled and Running 20060424
3 GT_JOB_STATUS Instance attribute Private Type reference (TYPE) TUL_JOB_TS System Measurement Jobs Scheduled and Running 20060424
4 TUJOB_STATUS_ABORTED Constant Public Type reference (TYPE) TUJOB-STATUS 'A' 20060424
5 TUJOB_STATUS_ENDED Constant Public Type reference (TYPE) TUJOB-STATUS 'E' 20060424
6 TUJOB_STATUS_PLANNED Constant Public Type reference (TYPE) TUJOB-STATUS 'P' 20060424
7 TUJOB_STATUS_STARTED Constant Public Type reference (TYPE) TUJOB-STATUS 'S' 20060424
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FOR_ACTIVE_JOBS Instance method Public Method Searches for Active Jobs 20060424
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060424
3 GET_SINGLE_ENGINE Instance method Private Method Get Data for an Engine 20060424
4 GET_STATUS_LIST Instance method Public Method Read Statuses for All Jobs 20060424
5 SET_STATUS_ABORT Instance method Public Method Status Note: Measurement Job Termination 20060424
6 SET_STATUS_END Instance method Public Method Status Note: Measurement Job End 20060424
7 SET_STATUS_START Instance method Public Method Start Note: Measurement Job 20060424
Events
Class CL_SLIM_TUL_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TUL_JOB_TS Public See coding 20060424 TUL_JOB_Ts TYPE sorted TABLE OF TUL_JOB with UNIQUE key client
Method Signatures

Method CHECK_FOR_ACTIVE_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20060424
2 Returning PR_IS_ACTIVE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20060424

Method CHECK_FOR_ACTIVE_JOBS on class CL_SLIM_TUL_JOB has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ENGINE_ID Value transfer Type reference (TYPE) SLIM_ENGINE 20060424
# Exception Resumable Description Created on
1 NOT_PLANNED job nicht eingeplant 20060424

Method GET_SINGLE_ENGINE Signature

Method GET_SINGLE_ENGINE on class CL_SLIM_TUL_JOB has no parameter.
# Exception Resumable Description Created on
1 NOT_PLANNED job nicht eingeplant 20060424

Method GET_STATUS_LIST Signature

Method GET_STATUS_LIST on class CL_SLIM_TUL_JOB has no parameter.
Method GET_STATUS_LIST on class CL_SLIM_TUL_JOB has no exception.

Method SET_STATUS_ABORT Signature

Method SET_STATUS_ABORT on class CL_SLIM_TUL_JOB has no parameter.
# Exception Resumable Description Created on
1 DB_ERROR datenbankfehler 20060424
2 NOT_STARTED Job nicht gestartet 20060424

Method SET_STATUS_END Signature

Method SET_STATUS_END on class CL_SLIM_TUL_JOB has no parameter.
# Exception Resumable Description Created on
1 DB_ERROR datenbankfehler 20060424
2 NOT_STARTED Job nicht gestartet 20060424

Method SET_STATUS_START Signature

Method SET_STATUS_START on class CL_SLIM_TUL_JOB has no parameter.
# Exception Resumable Description Created on
1 DB_ERROR datenbankfehler 20060424
History
Last changed by/on SAP  20060703 
SAP Release Created in