SAP ABAP Class CL_SWF_RUN_TASK_CUSTOMIZING (Workflow: Customizing for Tasks)
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_SWF_RUN_TASK_CUSTOMIZING | |
| Short Description | Workflow: Customizing for Tasks | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWW | Business Workflow: Work Items |
| Created | 20120120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWF_RUN_TASK_CUSTOMIZING has no forward declaration.
Interfaces
Class CL_SWF_RUN_TASK_CUSTOMIZING has no interface implemented.
Friends
Class CL_SWF_RUN_TASK_CUSTOMIZING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | 20120120 | ||||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SWF_RUN_TASK_CUSTOMIZING | 20120120 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TABLE_OF_TASK_CUSTOMIZING | 20120120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120126 | ||
| 2 | Instance method | Public | Method | 20120127 | ||
| 3 | Instance method | Public | Method | 20120618 | ||
| 4 | Static method | Public | Method | 20120120 | ||
| 5 | Instance method | Public | Method | 20120127 | ||
| 6 | Instance method | Public | Method | 20120127 | ||
| 7 | Instance method | Public | Method | 20120120 | ||
| 8 | Instance method | Public | Method | 20120620 | ||
| 9 | Instance method | Private | Method | 20120120 | ||
| 10 | Instance method | Private | Method | 20120126 |
Events
Class CL_SWF_RUN_TASK_CUSTOMIZING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DATABASE_STRUCTURE | Private | See coding | 20120126 | begin of database_structure,
task type sww_task,
sync_wait type i,
async_delay type i,
end of database_structure
|
||
| 2 | TABLE_OF_DATABASE_STRUCTURE | Private | See coding | 20120126 | table_of_database_structure type sorted table of database_structure
with unique key task
|
||
| 3 | TABLE_OF_TASK_CUSTOMIZING | Private | See coding | 20120120 | table_of_task_customizing type sorted table of task_customizing
with unique key task
|
||
| 4 | TASK_CUSTOMIZING | Private | See coding | 20120120 | begin of task_customizing,
task type sww_task,
sync_wait type i,
async_delay type i,
end of task_customizing
|
Method Signatures
Method CHECK_TASK_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DATABASE_TABLE | Call by reference | Type reference (TYPE) | TABLE_OF_DATABASE_STRUCTURE | 20120126 | ||||
| 2 | RE_BAD_ENTRIES | Value transfer | Type reference (TYPE) | SWW_TASKARRAY | 20120126 |
Method CHECK_TASK_CUSTOMIZING on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method GET_ASYNC_BACK_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20120127 | ||||
| 2 | RE_ASYNC_BACK_ACTIVE | Value transfer | Type reference (TYPE) | XFELD | 20120127 |
Method GET_ASYNC_BACK_ACTIVE on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method GET_ASYNC_WAIT_DELAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20120618 | ||||
| 2 | RE_ASYNC_WAIT_DELAY | Value transfer | Type reference (TYPE) | I | 20120618 |
Method GET_ASYNC_WAIT_DELAY on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SWF_RUN_TASK_CUSTOMIZING | 20120120 |
Method GET_INSTANCE on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method GET_SYNC_BACK_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_METHOD_ASYNCHRON | Call by reference | Type reference (TYPE) | XFELD | 20120618 | ||||
| 2 | IM_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20120127 | ||||
| 3 | RE_SYNC_BACK_ACTIVE | Value transfer | Type reference (TYPE) | XFELD | 20120127 |
Method GET_SYNC_BACK_ACTIVE on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method GET_SYNC_WAIT_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20120127 | ||||
| 2 | RE_SYNC_WAIT_TIME | Value transfer | Type reference (TYPE) | I | 20120127 |
Method GET_SYNC_WAIT_TIME on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method IS_CUSTOMIZING_ACTIV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | 20120120 | ||||
| 2 | RE_ACTIVE | Value transfer | Type reference (TYPE) | XFELD | 20120120 |
Method IS_CUSTOMIZING_ACTIV on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method IS_CUSTOMIZING_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_AVAILABLE | Value transfer | Type reference (TYPE) | XFELD | 20120620 |
Method IS_CUSTOMIZING_AVAILABLE on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method LOAD_CUSTOMZING_FROM_DB Signature
Method LOAD_CUSTOMZING_FROM_DB on class CL_SWF_RUN_TASK_CUSTOMIZING has no parameter.
Method LOAD_CUSTOMZING_FROM_DB on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
Method TRANSLATE_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DATABASE_TABLE | Call by reference | Type reference (TYPE) | TABLE_OF_DATABASE_STRUCTURE | 20120126 | ||||
| 2 | RE_CUSTOMIZING | Value transfer | Type reference (TYPE) | TABLE_OF_TASK_CUSTOMIZING | 20120126 |
Method TRANSLATE_DATABASE on class CL_SWF_RUN_TASK_CUSTOMIZING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |