SAP ABAP Class CL_BP_JOBLIST_STATISTIC (Read Statistics Data for List of Jobs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTI_JOBSTAT (Package) Job statistics
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BP_JOB_STATISTIC 20060220
Properties
Class CL_BP_JOBLIST_STATISTIC  
Short Description Read Statistics Data for List of Jobs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBTI_JOBSTAT   Job statistics 
Created 20060220   SAP 
Last change 20060912   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BP_JOBLIST_STATISTIC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BP_JOB_STATISTIC 20060220
Friends
Class CL_BP_JOBLIST_STATISTIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_CONNECTIONS Instance attribute Private Type reference (TYPE) I 20060220
2 INTEND Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060220
3 INTSTART Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060220
4 JOBS_COUNT Instance attribute Private Type reference (TYPE) I 20060309
5 LOGGER Instance attribute Private Object reference (TYPE REF TO) IF_SBAL_LOGGER 20060621
6 MAXPAR_RFC Instance attribute Private Type reference (TYPE) I 15 20060315
7 RFC_SUCCESS Instance attribute Private Type reference (TYPE) I 20060315
8 RFC_TOTAL Instance attribute Private Type reference (TYPE) I 20060315
9 T_JOBLIST Instance attribute Private Type reference (TYPE) BTC_T_JOBLIST List of Jobs 20060220
10 T_JOBMAP Instance attribute Private Type reference (TYPE) TY_TAB_JOBMAP 20060220
11 T_STATISTIC Instance attribute Public Type reference (TYPE) BTC_T_STATDATA Table with Single Statistics Records of Workload Statistics 20060220
12 WAIT_SECONDS Instance attribute Private Type reference (TYPE) I 20060220
Methods
# Method Level Visibility Method type Description Created on
1 CALL_BACK Instance method Public Method 20060220
2 CONSTRUCTOR Instance method Public Constructor 20060220
3 GET_GUID Instance method Private Method 20060220
4 GET_JOBDATA Instance method Private Method 20060220
5 READ_ARFC Instance method Private Method 20060309
Events
Class CL_BP_JOBLIST_STATISTIC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_JOBMAP Private See coding 20060220 BEGIN OF ty_jobmap, guid(32), jobname TYPE btcjob, jobcount TYPE btcjobcnt, END OF ty_jobmap
2 TY_TAB_JOBMAP Private See coding 20060220 ty_tab_jobmap TYPE SORTED TABLE OF ty_jobmap WITH UNIQUE KEY guid
Method Signatures

Method CALL_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CHAR32 Character 40-Stellen 20060220

Method CALL_BACK on class CL_BP_JOBLIST_STATISTIC has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_JOBLIST Call by reference Type reference (TYPE) BTC_T_JOBLIST List of jobs 20060220
2 Importing I_WAIT_SECONDS Call by reference Type reference (TYPE) I 40 20060220

Method CONSTRUCTOR on class CL_BP_JOBLIST_STATISTIC has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20060220

Method GET_GUID on class CL_BP_JOBLIST_STATISTIC has no exception.

Method GET_JOBDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Kennummer eines Jobs 20060220
2 Exporting E_JOBNAME Call by reference Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20060220
3 Importing I_GUID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20060220

Method GET_JOBDATA on class CL_BP_JOBLIST_STATISTIC has no exception.

Method READ_ARFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OFFSET Call by reference Type reference (TYPE) I 20060309
2 Returning R_OFFSET Value transfer Type reference (TYPE) I 20060309

Method READ_ARFC on class CL_BP_JOBLIST_STATISTIC has no exception.
History
Last changed by/on SAP  20060912 
SAP Release Created in 710