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 | Instance attribute | Private | Type reference (TYPE) | I | 20060220 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20060220 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20060220 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20060309 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SBAL_LOGGER | 20060621 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 15 | 20060315 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | 20060315 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | 20060315 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | BTC_T_JOBLIST | List of Jobs | 20060220 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_TAB_JOBMAP | 20060220 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | BTC_T_STATDATA | Table with Single Statistics Records of Workload Statistics | 20060220 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | 20060220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060220 | ||
| 2 | Instance method | Public | Constructor | 20060220 | ||
| 3 | Instance method | Private | Method | 20060220 | ||
| 4 | Instance method | Private | Method | 20060220 | ||
| 5 | 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 | 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 | I_T_JOBLIST | Call by reference | Type reference (TYPE) | BTC_T_JOBLIST | List of jobs | 20060220 | |||
| 2 | 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 | 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 | E_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20060220 | |||
| 2 | E_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Name eines Hintergrundjobs | 20060220 | |||
| 3 | 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 | I_OFFSET | Call by reference | Type reference (TYPE) | I | 20060309 | ||||
| 2 | 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 |