SAP ABAP Class CL_SWW_START_JOB (Workflow: Starting a Job)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWW (Package) Business Workflow: Work Items
Properties
Class CL_SWW_START_JOB  
Short Description Workflow: Starting a Job    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWW   Business Workflow: Work Items 
Created 20101229   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWW_START_JOB has no forward declaration.
Interfaces
Class CL_SWW_START_JOB has no interface implemented.
Friends
Class CL_SWW_START_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DBNAME Constant Private Type reference (TYPE) STRING 'SWWJOBCONF' 20120214
2 M_DEBUG Instance attribute Private Type reference (TYPE) XFELD 20101229
3 M_EXECTX Instance attribute Private Type reference (TYPE) SWWREXECTX 20101229
4 M_JOB Instance attribute Private Type reference (TYPE) TBTCJOB 20101229
5 M_JOB_TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMPL 20101229
6 M_TARGETGROUP Instance attribute Private Type reference (TYPE) BPSRVGRP 20101229
7 M_TYPE Instance attribute Private Type reference (TYPE) STRING 20101229
8 M_USER Instance attribute Private Type reference (TYPE) SYUNAME 20101229
9 M_WFTASK Instance attribute Private Type reference (TYPE) SWW_TASK 20101229
10 M_WIID Instance attribute Private Type reference (TYPE) SWW_WIID 20101229
11 M_WITASK Instance attribute Private Type reference (TYPE) SWW_TASK 20101229
12 ST_SWWJOBCONF Static Attribute Private See coding 20101229
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20101229
2 CLOSE_JOB Instance method Private Method 20101229
3 DETERMINE_JOBCLASS Instance method Private Method 20101229
4 DETERMINE_JOBNAME Instance method Private Method 20101229
5 GET_INSTANCE Static method Public Method 20101229
6 GET_INSTANCE_FOR_CHECK Static method Public Method 20101229
7 GET_JOBCLASS Instance method Private Method 20101229
8 GET_JOBCOUNT Instance method Private Method 20101229
9 GET_JOBNAME Instance method Private Method 20101229
10 GET_LOG_POR Instance method Private Method 20101229
11 GET_TARGETGROUP Instance method Private Method 20101229
12 IS_JOB_ACTIVATED Instance method Public Method 20101229
13 OPEN_JOB Instance method Private Method 20101229
14 SCHEDULE_JOB_FOR_WORKITEM Instance method Public Method 20101229
15 SET_JOBCOUNT Instance method Private Method 20101229
16 SET_TARGETGROUP Instance method Private Method 20101229
17 SUBMIT_REPORT Instance method Private Method 20101229
18 WRITE_LOG_ENTRY Instance method Public Method 20101229
Events
Class CL_SWW_START_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LCL_SWWJOBCONF Private See coding 20120214 BEGIN OF lcl_swwjobconf, wf_task TYPE sww_task, wi_task TYPE sww_task, jobclass TYPE btcjobclas, jobsrvgroup TYPE bpsrvgrp, END OF lcl_swwjobconf
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SWW_START_JOB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SWW_START_JOB has no exception.

Method CLOSE_JOB Signature

Method CLOSE_JOB on class CL_SWW_START_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method DETERMINE_JOBCLASS Signature

Method DETERMINE_JOBCLASS on class CL_SWW_START_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method DETERMINE_JOBNAME Signature

Method DETERMINE_JOBNAME on class CL_SWW_START_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXECTX Call by reference Type reference (TYPE) SWWREXECTX 20101229
2 Importing IM_WFTASK Call by reference Type reference (TYPE) SWW_TASK 20101229
3 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID 20101229
4 Importing IM_WITASK Call by reference Type reference (TYPE) SWW_TASK 20101229
5 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWW_START_JOB 20101229

Method GET_INSTANCE on class CL_SWW_START_JOB has no exception.

Method GET_INSTANCE_FOR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WFTASK Call by reference Type reference (TYPE) SWW_TASK 20101229
2 Importing IM_WITASK Call by reference Type reference (TYPE) SWW_TASK 20101229
3 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWW_START_JOB 20101229

Method GET_INSTANCE_FOR_CHECK on class CL_SWW_START_JOB has no exception.

Method GET_JOBCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_JOBCLASS Value transfer Type reference (TYPE) BTCJOBCLAS 20101229

Method GET_JOBCLASS on class CL_SWW_START_JOB has no exception.

Method GET_JOBCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_JOBCOUNT Value transfer Type reference (TYPE) BTCJOBCNT 20101229

Method GET_JOBCOUNT on class CL_SWW_START_JOB has no exception.

Method GET_JOBNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_JOBNAME Value transfer Type reference (TYPE) BTCJOB 20101229

Method GET_JOBNAME on class CL_SWW_START_JOB has no exception.

Method GET_LOG_POR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_POR Value transfer Type reference (TYPE) SIBFLPORB 20101229

Method GET_LOG_POR on class CL_SWW_START_JOB has no exception.

Method GET_TARGETGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TARGETGROUP Value transfer Type reference (TYPE) BPSRVGRP 20101229

Method GET_TARGETGROUP on class CL_SWW_START_JOB has no exception.

Method IS_JOB_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ACTIVE Value transfer Type reference (TYPE) XFELD 20101229

Method IS_JOB_ACTIVATED on class CL_SWW_START_JOB has no exception.

Method OPEN_JOB Signature

Method OPEN_JOB on class CL_SWW_START_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method SCHEDULE_JOB_FOR_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_JOBCOUNT Value transfer Type reference (TYPE) TBTCJOB-JOBCOUNT 20101229
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method SET_JOBCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT 20101229

Method SET_JOBCOUNT on class CL_SWW_START_JOB has no exception.

Method SET_TARGETGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TARGETGROUP Call by reference Type reference (TYPE) BPSRVGRP 20101229

Method SET_TARGETGROUP on class CL_SWW_START_JOB has no exception.

Method SUBMIT_REPORT Signature

Method SUBMIT_REPORT on class CL_SWW_START_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM 20101229

Method WRITE_LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DO_COMMIT Call by reference Type reference (TYPE) XFELD 20101229

Method WRITE_LOG_ENTRY on class CL_SWW_START_JOB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731