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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SXITP 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 ME_MONI_REPORTS_LIST 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 BP_FIND_JOBS_WITH_PROGRAM Static method Public Method Calls FM "BP_FIND_JOBS_WITH_PROGRAM" for ABAP report name 20100224
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS CONSTRUCTOR 20091208
3 GET_ALL_JOBS_FOR_MONI_REPORTS Static method Public Method Returns a list of all bckgnd jobs related to monitor reports 20100228
4 OPEN_BCKGND_JOB 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 Changing PC_BCKGND_JOBS Call by reference Type reference (TYPE) SXMS_BCKGND_JOB_HEADERS Table with ABAP background job headers 20100224
2 Importing PI_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20100308
3 Importing 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 Returning 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 CX_XMS_ABAP_BCKGND_JOB 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 Importing IM_JOB_ID Call by reference Type reference (TYPE) SXMS_BCKGND_JOB_ID ABAP background job ID (BTCJOBCNT) 20091208
2 Importing IM_JOB_NAME Call by reference Type reference (TYPE) SXMS_BCKGND_JOB_NAME ABAP background job name (BTCJOB) 20091208
3 Returning 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 CX_XMS_ABAP_BCKGND_JOB Exception class for background jobs APIs 20091208
History
Last changed by/on SAP  20110908 
SAP Release Created in 730