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 | ![]() |
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 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR10 | 'done' | Character field, length 7 | 20090320 | |
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR10 | 'error' | Character field, length 7 | 20090320 | |
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR10 | SPACE | Character field, length 7 | 20090320 | |
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR10 | 'rfc-error' | Character field, length 7 | 20090320 | |
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR10 | 'started' | Character field, length 7 | 20090320 | |
6 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_WCF_BSP_WD_CC_PROC | CC Process handling for parallelization | 20090319 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WCFT_CC_OBJ_LIST_TAB | CC Object List table | 20090319 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_PROC_TAB | 20090319 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20090409 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 5 | 20090319 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 5 | 20090319 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | 20090319 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Add objects to worklist | 20090319 |
2 | ![]() |
Instance method | Public | Method | Check Result | 20090319 |
3 | ![]() |
Static method | Public | Method | Get Instance of Process handler | 20090319 |
4 | ![]() |
Instance method | Private | Method | Get views for process | 20090319 |
5 | ![]() |
Instance method | Public | Method | Set Parameter for process | 20090319 |
6 | ![]() |
Instance method | Public | Method | Start Processes | 20090319 |
7 | ![]() |
Instance method | Private | Method | Start Processes | 20090320 |
8 | ![]() |
Instance method | Private | Method | Start Processes | 20090320 |
9 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
EV_POSSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090319 | |||
2 | ![]() |
IV_MAX_PRO | Call by reference | Type reference (TYPE) | I | 20090320 | |||
3 | ![]() |
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 | ![]() |
ET_OBJECT_LIST | Call by reference | Type reference (TYPE) | WCFT_CC_OBJ_LIST_TAB | CC Object List table | 20090319 | ||
2 | ![]() |
IS_CHECK_PARAMETERS | Call by reference | Type reference (TYPE) | WCFS_CC_CHECK_PARAMETERS | CC additional parameter for check | 20090423 | ||
3 | ![]() |
IT_OBJECT_LIST | Call by reference | Type reference (TYPE) | WCFT_CC_OBJ_LIST_TAB | CC Object List table | 20090320 | ||
4 | ![]() |
IT_SEL_TYPES | Call by reference | Type reference (TYPE) | WCFT_CC_SEL_TYPES_TAB | Selection types for cc report parts | 20090319 | ||
5 | ![]() |
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 | ![]() |
IS_CHECK_PARAMETERS | Call by reference | Type reference (TYPE) | WCFS_CC_CHECK_PARAMETERS | CC additional parameter for check | 20090423 | ||
2 | ![]() |
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 | ![]() |
IS_CHECK_PARAMETERS | Call by reference | Type reference (TYPE) | WCFS_CC_CHECK_PARAMETERS | CC additional parameter for check | 20090423 | ||
2 | ![]() |
IT_OBJECT_LIST | Call by reference | Type reference (TYPE) | WCFT_CC_OBJ_LIST_TAB | CC Object List table | 20090320 | ||
3 | ![]() |
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 | ![]() |
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 |