SAP ABAP Class CL_SWF_DL_CONF_DB (Workflow: DB Access class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_DEADL_CONF (Package) Workflow: Deadline configuration

⤷

⤷

Properties
Class | CL_SWF_DL_CONF_DB | |
Short Description | Workflow: DB Access class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_DEADL_CONF | Workflow: Deadline configuration |
Created | 20091202 | SAP |
Last change | 20110908 | 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_SWF_DL_CONF_DB has no interface implemented.
Friends
Class CL_SWF_DL_CONF_DB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SWF_DL_CONF_DB | Workflow: DB Access class | 20091202 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MANDT | Client for read accesses (no CLIENT SPECIFIED for updates!) | 20100204 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | delete task set | 20091202 |
2 | ![]() |
Instance method | Public | Method | delete task set activation | 20091216 |
3 | ![]() |
Instance method | Public | Method | delete task set assignment | 20091216 |
4 | ![]() |
Static method | Public | Method | get active task sets for the given task sets | 20091230 |
5 | ![]() |
Static method | Public | Method | get the configuration pertain to the task set | 20100201 |
6 | ![]() |
Static method | Public | Method | get DB class instance | 20091202 |
7 | ![]() |
Static method | Public | Method | get all the tasks associated with the task set | 20091226 |
8 | ![]() |
Static method | Public | Method | get task sets that are associated with task | 20091229 |
9 | ![]() |
Static method | Public | Method | job exits in db | 20100201 |
10 | ![]() |
Static method | Public | Method | task set is active or not | 20091229 |
11 | ![]() |
Static method | Public | Method | task set exits in db | 20091229 |
12 | ![]() |
Instance method | Public | Method | get all the activated task set & job details | 20091202 |
13 | ![]() |
Instance method | Public | Method | get all the task sets | 20091202 |
14 | ![]() |
Instance method | Public | Method | get all the task set assigments | 20091202 |
15 | ![]() |
Instance method | Public | Method | update task set | 20091202 |
16 | ![]() |
Instance method | Public | Method | update task set activation | 20091216 |
17 | ![]() |
Instance method | Public | Method | update task set assignment | 20091216 |
Events
Class CL_SWF_DL_CONF_DB has no event.
Types
Class CL_SWF_DL_CONF_DB has no local type.
Method Signatures
Method DELETE_TASKSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET | Call by reference | Type reference (TYPE) | SWFDLCONFIG_T | workflow: task set table type | 20091223 |
Method DELETE_TASKSET on class CL_SWF_DL_CONF_DB has no exception.
Method DELETE_TASKSET_ACTIVATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET_ACTIVATION | Call by reference | Type reference (TYPE) | SWFDLJOB_T | 20091228 |
Method DELETE_TASKSET_ACTIVATION on class CL_SWF_DL_CONF_DB has no exception.
Method DELETE_TASKSET_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET_ASSIGNMENT | Call by reference | Type reference (TYPE) | SWFDLCONFIG2TASK_T | 20091223 |
Method DELETE_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.
Method GET_ACTIVE_TASK_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET_ID | Call by reference | Type reference (TYPE) | SWFDLCONFIGID_T | Human readable configuration id table type | 20091230 | ||
2 | ![]() |
RT_ACTIVE_TASK_SET | Value transfer | Type reference (TYPE) | SWFDLJOB_T | 20091230 |
Method GET_ACTIVE_TASK_SET on class CL_SWF_DL_CONF_DB has no exception.
Method GET_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TASKSET | Call by reference | Type reference (TYPE) | SWFDLCONFIG | Workflow: Deadline configuration | 20100201 | ||
2 | ![]() |
ES_TASKSET_ACTIVE | Call by reference | Type reference (TYPE) | SWFDLJOB | Workflow: Active jobs for special deadline handling | 20100201 | ||
3 | ![]() |
ET_TASKSET_ASSIGN | Call by reference | Type reference (TYPE) | SWFDLCONFIG2TASK_T | Workflow: Configured tasks for special deadline handling | 20100201 | ||
4 | ![]() |
IV_TASK_SET_ID | Call by reference | Type reference (TYPE) | SWF_DL_CONFIG_ID | Task Set | 20100201 |
Method GET_CONFIGURATION on class CL_SWF_DL_CONF_DB has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20100204 | |
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SWF_DL_CONF_DB | Worflow: DB Access class | 20091202 |
Method GET_INSTANCE on class CL_SWF_DL_CONF_DB has no exception.
Method GET_TASKS_BY_TASK_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TASK_SET_ID | Call by reference | Type reference (TYPE) | SWFDLCONFIG-CONFIG_ID | Workflow: Human Readable configuration ID | 20091226 | ||
2 | ![]() |
RT_TASKS | Value transfer | Type reference (TYPE) | SWFDLTASK_T | 20091226 |
Method GET_TASKS_BY_TASK_SET on class CL_SWF_DL_CONF_DB has no exception.
Method GET_TASK_SET_BY_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TASK | Call by reference | Type reference (TYPE) | SWW_TASK | Task ID | 20091229 | ||
2 | ![]() |
RT_TASK_SET_ID | Value transfer | Type reference (TYPE) | SWFDLCONFIGID_T | Human readable configuration id table type | 20091229 |
Method GET_TASK_SET_BY_TASK on class CL_SWF_DL_CONF_DB has no exception.
Method IS_JOB_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_JOB | Call by reference | Type reference (TYPE) | SWF_DL_JOB_NAME | Job Name | 20100201 | ||
2 | ![]() |
RV_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100201 |
Method IS_JOB_EXIST on class CL_SWF_DL_CONF_DB has no exception.
Method IS_TASK_SET_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TASK_SET_ID | Call by reference | Type reference (TYPE) | SWFDLCONFIG-CONFIG_ID | Workflow: Human Readable configuration ID | 20091229 | ||
2 | ![]() |
RV_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091229 |
Method IS_TASK_SET_ACTIVE on class CL_SWF_DL_CONF_DB has no exception.
Method IS_TASK_SET_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TASK_SET_ID | Call by reference | Type reference (TYPE) | SWFDLCONFIG-CONFIG_ID | Workflow: Human Readable configuration ID | 20091229 | ||
2 | ![]() |
RV_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091229 |
Method IS_TASK_SET_EXIST on class CL_SWF_DL_CONF_DB has no exception.
Method QUERY_ALL_ACTIVATED_TASKSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ACTIVE_TASKSET | Value transfer | Type reference (TYPE) | SWFDLJOB_T | Workflow: Task set activation table type | 20091202 |
Method QUERY_ALL_ACTIVATED_TASKSET on class CL_SWF_DL_CONF_DB has no exception.
Method QUERY_ALL_TASKSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TASK_SET | Value transfer | Type reference (TYPE) | SWFDLCONFIG_T | workflow: task set table type | 20091202 |
Method QUERY_ALL_TASKSET on class CL_SWF_DL_CONF_DB has no exception.
Method QUERY_ALL_TASKSET_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TASKSET_ASSIGNMENT | Value transfer | Type reference (TYPE) | SWFDLCONFIG2TASK_T | workflow: Task set assignments table type | 20091202 |
Method QUERY_ALL_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.
Method UPDATE_TASKSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET | Call by reference | Type reference (TYPE) | SWFDLCONFIG_T | Workflow: Deadline configuration | 20091223 |
Method UPDATE_TASKSET on class CL_SWF_DL_CONF_DB has no exception.
Method UPDATE_TASKSET_ACTIVATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET_ACTIVATION | Call by reference | Type reference (TYPE) | SWFDLJOB_T | Workflow: Task set activation table type | 20091228 |
Method UPDATE_TASKSET_ACTIVATION on class CL_SWF_DL_CONF_DB has no exception.
Method UPDATE_TASKSET_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASK_SET_ASSIGNMENT | Call by reference | Type reference (TYPE) | SWFDLCONFIG2TASK_T | workflow: Task set assignments table type | 20091223 |
Method UPDATE_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |