SAP ABAP Class CL_JOB_HANDLING (Handling job in SRT)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-MON (Application Component) WebServices ABAP Monitoring
⤷
SOAP_MONITORING (Package) SOAP Monitoring Framework
⤷
⤷
Properties
| Class | CL_JOB_HANDLING | |
| Short Description | Handling job in SRT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_MONITORING | SOAP Monitoring Framework |
| Created | 20090120 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_JOB_HANDLING has no forward declaration.
Interfaces
Class CL_JOB_HANDLING has no interface implemented.
Friends
Class CL_JOB_HANDLING has no friend class.
Attributes
Class CL_JOB_HANDLING has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check if a job is running with the given report name | 20090120 | |
| 2 | Static method | Public | Method | Delete a job with given jobname | 20090120 | |
| 3 | Static method | Public | Method | Schedule a job with given job name and program name | 20090120 |
Events
Class CL_JOB_HANDLING has no event.
Types
Class CL_JOB_HANDLING has no local type.
Method Signatures
Method CHECK_PREVIOUS_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REPORTNAME | Call by reference | Type reference (TYPE) | SY-REPID | 20090120 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20090120 |
Method CHECK_PREVIOUS_JOB on class CL_JOB_HANDLING has no exception.
Method DELETE_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBCOUNT | Call by reference | Type reference (TYPE) | TBTCJOB-JOBCOUNT | Job ID | 20090120 | |||
| 2 | JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Background job name | 20090120 |
Method DELETE_JOB on class CL_JOB_HANDLING has no exception.
Method SCHEDULE_BTC_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOBCOUNT | Value transfer | Type reference (TYPE) | TBTCJOB-JOBCOUNT | Job ID | 20090120 | |||
| 2 | JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Background job name | 20090120 | |||
| 3 | REPORTNAME | Call by reference | Type reference (TYPE) | SY-REPID | 20090120 |
Method SCHEDULE_BTC_JOB on class CL_JOB_HANDLING has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 740 |