SAP ABAP Class CL_WCF_BSP_WD_CC_PROC (CC Process handling for parallelization)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     WCF_BSP_WD_CHECK_TOOLS (Package) Central check tools for WCF developments
Properties
Class CL_WCF_BSP_WD_CC_PROC  
Short Description CC Process handling for parallelization    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_BSP_WD_CHECK_TOOLS   Central check tools for WCF developments 
Created 20090319   SAP 
Last change 20130531   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)
Interfaces
Class CL_WCF_BSP_WD_CC_PROC has no interface implemented.
Friends
Class CL_WCF_BSP_WD_CC_PROC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CC_DONE Static Attribute Public Type reference (TYPE) CHAR10 'done' Character field, length 7 20090320
2 GC_CC_ERROR Static Attribute Public Type reference (TYPE) CHAR10 'error' Character field, length 7 20090320
3 GC_CC_INITIAL Static Attribute Public Type reference (TYPE) CHAR10 SPACE Character field, length 7 20090320
4 GC_CC_RFC_ERROR Static Attribute Public Type reference (TYPE) CHAR10 'rfc-error' Character field, length 7 20090320
5 GC_CC_STARTED Static Attribute Public Type reference (TYPE) CHAR10 'started' Character field, length 7 20090320
6 GR_INSTANCE Static Attribute Public Object reference (TYPE REF TO) CL_WCF_BSP_WD_CC_PROC CC Process handling for parallelization 20090319
7 GT_OBJECT_LIST Instance attribute Protected Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090319
8 GT_PROC_TAB Instance attribute Protected Type reference (TYPE) TT_PROC_TAB 20090319
9 GV_COUNTER Instance attribute Protected Type reference (TYPE) I 20090409
10 GV_MAX_PRO Instance attribute Protected Type reference (TYPE) I 5 20090319
11 GV_NUM_PARALLEL_VIEWS Instance attribute Protected Type reference (TYPE) I 5 20090319
12 GV_NUM_PROC Instance attribute Protected Type reference (TYPE) I 20090319
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECTS_TO_LIST Instance method Private Method Add objects to worklist 20090319
2 COME_BACK Instance method Public Method Check Result 20090319
3 GET_INSTANCE Static method Public Method Get Instance of Process handler 20090319
4 GET_VIEWS_TO_PROCESS Instance method Private Method Get views for process 20090319
5 SET_PROCESS_PARAMETER Instance method Public Method Set Parameter for process 20090319
6 START Instance method Public Method Start Processes 20090319
7 START_PARALLEL Instance method Private Method Start Processes 20090320
8 START_SINGLE Instance method Private Method Start Processes 20090320
9 WRITE_LOG_NON_PROCESSED Instance method Private Method Write log for non processed entries 20090320
Events
Class CL_WCF_BSP_WD_CC_PROC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PROC_TAB Protected See coding 20090319 tt_proc_tab TYPE SORTED TABLE OF ty_proc_line WITH UNIQUE KEY name
2 TY_PROC_LINE Protected See coding 20090319 BEGIN OF ty_proc_line, name TYPE char8, active TYPE abap_bool, END OF ty_proc_line
Method Signatures

Method ADD_OBJECTS_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LT_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090319

Method ADD_OBJECTS_TO_LIST on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method COME_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) C 20090319

Method COME_BACK on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_WCF_BSP_WD_CC_PROC CC Process handling for parallelization 20090319

Method GET_INSTANCE on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method GET_VIEWS_TO_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WORKING_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090319

Method GET_VIEWS_TO_PROCESS on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method SET_PROCESS_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_POSSIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20090319
2 Importing IV_MAX_PRO Call by reference Type reference (TYPE) I 20090320
3 Importing IV_NUM_PARALLEL_VIEWS Call by reference Type reference (TYPE) I 20090319

Method SET_PROCESS_PARAMETER on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090319
2 Importing IS_CHECK_PARAMETERS Call by reference Type reference (TYPE) WCFS_CC_CHECK_PARAMETERS CC additional parameter for check 20090423
3 Importing IT_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090320
4 Importing IT_SEL_TYPES Call by reference Type reference (TYPE) WCFT_CC_SEL_TYPES_TAB Selection types for cc report parts 20090319
5 Importing IV_NUM_PROC Call by reference Type reference (TYPE) I 20090320

Method START on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method START_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHECK_PARAMETERS Call by reference Type reference (TYPE) WCFS_CC_CHECK_PARAMETERS CC additional parameter for check 20090423
2 Importing IT_SEL_TYPES Call by reference Type reference (TYPE) WCFT_CC_SEL_TYPES_TAB Selection types for cc report parts 20090320

Method START_PARALLEL on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method START_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHECK_PARAMETERS Call by reference Type reference (TYPE) WCFS_CC_CHECK_PARAMETERS CC additional parameter for check 20090423
2 Importing IT_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090320
3 Importing IT_SEL_TYPES Call by reference Type reference (TYPE) WCFT_CC_SEL_TYPES_TAB Selection types for cc report parts 20090320

Method START_SINGLE on class CL_WCF_BSP_WD_CC_PROC has no exception.

Method WRITE_LOG_NON_PROCESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090320

Method WRITE_LOG_NON_PROCESSED on class CL_WCF_BSP_WD_CC_PROC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701