SAP ABAP Class CL_CTS_JOB_UTIL (help utility class for job organizing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CLIENT (Package) cCTS Client
⤷
⤷
Properties
| Class | CL_CTS_JOB_UTIL | |
| Short Description | help utility class for job organizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CLIENT | cCTS Client |
| Created | 20111108 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_JOB_UTIL has no forward declaration.
Interfaces
Class CL_CTS_JOB_UTIL has no interface implemented.
Friends
Class CL_CTS_JOB_UTIL has no friend class.
Attributes
Class CL_CTS_JOB_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | check how many specified jobs are in the "released" state | 20111108 | |
| 2 | Instance method | Public | Method | deletes the specified job | 20111108 | |
| 3 | Instance method | Public | Method | returns number of specified "released" jobs | 20111109 | |
| 4 | Instance method | Public | Method | starts the job | 20111108 |
Events
Class CL_CTS_JOB_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | JOBCOUNTS | Public | See coding | 20111109 | jobcounts type table of tbtcjob-jobcount with key table_line
|
Method Signatures
Method CHECK_FOR_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOB_COUNTS | Value transfer | Type reference (TYPE) | JOBCOUNTS | number of jobs | 20111108 | |||
| 2 | JOB_NAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | job name | 20111108 |
Method CHECK_FOR_JOB on class CL_CTS_JOB_UTIL has no exception.
Method DELETE_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOB_COUNT | Call by reference | Type reference (TYPE) | TBTCJOB-JOBCOUNT | Job ID | 20111108 | |||
| 2 | JOB_NAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Background job name | 20111108 |
Method DELETE_JOB on class CL_CTS_JOB_UTIL has no exception.
Method GET_NO_OF_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOB_NAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | job name | 20111109 | |||
| 2 | NUMBER | Value transfer | Type reference (TYPE) | I | number of found jobs | 20111109 | |||
| 3 | SCHEDULED_ONLY | Call by reference | Type reference (TYPE) | CHAR1 | only scheduled jobs | 20120530 |
Method GET_NO_OF_JOBS on class CL_CTS_JOB_UTIL has no exception.
Method START_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JOB_NAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | job name | 20111108 | |||
| 2 | PROGRAM_NAME | Call by reference | Type reference (TYPE) | SY-REPID | program name | 20111108 | |||
| 3 | VARIANT_NAME | Call by reference | Type reference (TYPE) | CHAR14 | Text field length 14 | 20111128 |
Method START_JOB on class CL_CTS_JOB_UTIL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |