SAP ABAP Class CL_XMS_JOB_FACTORY (Factory class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-WKB (Application Component) Runtime Workbench/Monitoring
⤷
SXMSMONI (Package) XI: Integration Engine Monitoring
⤷
⤷
Properties
| Class | CL_XMS_JOB_FACTORY | |
| Short Description | Factory class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSMONI | XI: Integration Engine Monitoring |
| Created | 20091207 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_XMS_JOB_FACTORY has no interface implemented.
Friends
Class CL_XMS_JOB_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | SXMS_BCKGND_JOB_REPORTS | Table with moni reports assigned to background tasks | 20091208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Calls FM "BP_FIND_JOBS_WITH_PROGRAM" for ABAP report name | 20100224 | |
| 2 | Static method | Public | Constructor | CLASS CONSTRUCTOR | 20091208 | |
| 3 | Static method | Public | Method | Returns a list of all bckgnd jobs related to monitor reports | 20100228 | |
| 4 | Static method | Public | Method | Returns a background job instance | 20091208 |
Events
Class CL_XMS_JOB_FACTORY has no event.
Types
Class CL_XMS_JOB_FACTORY has no local type.
Method Signatures
Method BP_FIND_JOBS_WITH_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_BCKGND_JOBS | Call by reference | Type reference (TYPE) | SXMS_BCKGND_JOB_HEADERS | Table with ABAP background job headers | 20100224 | |||
| 2 | PI_IS_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | Boolean Variable (X=True, -=False, Space=Unknown) | 20100308 | ||
| 3 | PI_REPORT_NAME | Call by reference | Type reference (TYPE) | SXMS_BCKGND_REPORT_NAME | ABAP report name | 20100224 |
Method BP_FIND_JOBS_WITH_PROGRAM on class CL_XMS_JOB_FACTORY has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XMS_JOB_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XMS_JOB_FACTORY has no exception.
Method GET_ALL_JOBS_FOR_MONI_REPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_BCKGND_JOB_LIST | Value transfer | Type reference (TYPE) | SXMS_BCKGND_JOB_HEADERS_DISP | Table with ABAP background job headers | 20100228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for background jobs APIs | 20100228 |
Method OPEN_BCKGND_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_JOB_ID | Call by reference | Type reference (TYPE) | SXMS_BCKGND_JOB_ID | ABAP background job ID (BTCJOBCNT) | 20091208 | |||
| 2 | IM_JOB_NAME | Call by reference | Type reference (TYPE) | SXMS_BCKGND_JOB_NAME | ABAP background job name (BTCJOB) | 20091208 | |||
| 3 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_XMS_ABAP_BCKGND_JOB | ABAP background job APIs | 20091208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for background jobs APIs | 20091208 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |