SAP ABAP Interface IF_FDT_ACTN_START_WORKFLOW (FDT: Start a workflow)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXPRESSIONS (Package) BRFplus: Expressions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_ACTN_START_WORKFLOW | FDT: Start Workflow or Task | 20090205 |
Properties
Interface | IF_FDT_ACTN_START_WORKFLOW | |
Short Description | FDT: Start a workflow |
General Data
Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
Created | 20090205 | SAP |
Last changed | 20140121 | SAP |
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) |
2 | IF_FDT_ACTN_START_WORKFLOW | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_FDT_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | SWFCN | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | SWFCO | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_ACTION | FDT: Action | 20090205 |
Friends
Interface IF_FDT_ACTN_START_WORKFLOW has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_EXTY_ACTN_START_WORKFLOW | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_ACTN_START_WORKFLOW | Universal Unique Identifier | 20090915 | |
2 | GC_WORKFLOW_TYPE_TS | Constant | Public | Type reference (TYPE) | S_OTYPE | 'TS' | Type standard task | 20091209 | |
3 | GC_WORKFLOW_TYPE_WS | Constant | Public | Type reference (TYPE) | S_OTYPE | 'WS' | Type workflow template | 20091209 | |
4 | MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
5 | MV_ACTION | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
6 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
7 | MV_EXPRESSION_TYPE_ID | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
8 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
9 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
10 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
11 | MV_RULE | Instance attribute | Public | Attribute reference (LIKE) | 20090205 | ||||
12 | MV_SYSTEM_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20090205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Calculate the delay in days, hours, mins, secs | 20090915 |
2 | ![]() |
Static method | Public | Method | Calculate the delay in seconds | 20090915 |
3 | ![]() |
Static method | Public | Method | Check the existence of the workflow | 20091013 |
4 | ![]() |
Instance method | Public | Method | Check the existence of the workflow | 20090925 |
5 | ![]() |
Instance method | Public | Method | Get agents | 20090915 |
6 | ![]() |
Static method | Public | Method | Get the text for agent types | 20090915 |
7 | ![]() |
Static method | Public | Method | Get the allowed agent types | 20090915 |
8 | ![]() |
Static method | Public | Method | Get allowed workflow types | 20091208 |
9 | ![]() |
Instance method | Public | Method | Get container | 20090915 |
10 | ![]() |
Static method | Public | Method | Get an instance of the workflow container | 20090915 |
11 | ![]() |
Instance method | Public | Method | getter for delay time | 20090205 |
12 | ![]() |
Instance method | Public | Method | Get the expression for direct data input | 20090915 |
13 | ![]() |
Instance method | Public | Method | Get workflow ID | 20090915 |
14 | ![]() |
Instance method | Public | Method | Set agents | 20090915 |
15 | ![]() |
Instance method | Public | Method | Set container | 20090915 |
16 | ![]() |
Instance method | Public | Method | setter for delay time | 20090205 |
17 | ![]() |
Instance method | Public | Method | Set workflow ID | 20090915 |
18 | ![]() |
Instance method | Public | Method | Updates the WF container in the BRF+ action | 20090901 |
Events
Interface IF_FDT_ACTN_START_WORKFLOW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | AGENT_ID | Public | Type reference (TYPE) | FDT_UUID | 20090915 |
|
|
2 | DELAY | Public | Type reference (TYPE) | FDT_ACTN_6100-DELAY | delay | 20090205 |
|
3 | S_AGENT | Public | See coding | 20090915 | BEGIN OF s_agent,
sequence_nr TYPE fdt_actn_6120-sequence_nr,
otype TYPE fdt_actn_6120-otype,
otype_text TYPE otext,
realo TYPE fdt_actn_6120-realo,
realo_text TYPE stext,
END OF s_agent
|
||
4 | S_CONTAINER | Public | See coding | 20090915 | BEGIN OF s_container,
sequence_nr TYPE fdt_actn_6110-sequence_nr,
name TYPE fdt_actn_6110-name,
value TYPE fdt_actn_6110-value,
value_id TYPE fdt_actn_6110-value_id,
value_type TYPE fdt_actn_6110-value_type,
value_di_expr TYPE fdt_actn_6110-value_di_expr,
END OF s_container
|
||
5 | S_OTYPE | Public | See coding | 20090618 | BEGIN OF s_otype,
otype TYPE otype,
END OF s_otype
|
||
6 | S_OTYPE_TEXT | Public | See coding | 20090915 | BEGIN OF s_otype_text,
otype TYPE otype,
text TYPE otext,
END OF s_otype_text
|
||
7 | S_WORKITEM | Public | Type reference (TYPE) | FDT_S_WF_WORKITEM | 20091103 |
|
|
8 | TS_AGENT | Public | See coding | 20090915 | ts_agent TYPE SORTED TABLE OF s_agent WITH UNIQUE KEY sequence_nr
|
||
9 | TS_CONTAINER | Public | See coding | 20090915 | ts_container TYPE SORTED TABLE OF s_container WITH UNIQUE KEY sequence_nr
|
||
10 | TS_DATA_OBJECT | Public | See coding | 20091013 | ts_data_object TYPE STANDARD TABLE OF REF TO if_fdt_data_object
|
||
11 | TS_OBJECT | Public | See coding | 20091013 | ts_object TYPE STANDARD TABLE OF REF TO if_fdt_admin_data
|
||
12 | T_OTYPE | Public | See coding | 20090812 | t_otype TYPE STANDARD TABLE OF s_otype WITH DEFAULT KEY
|
||
13 | T_OTYPE_TEXT | Public | See coding | 20090915 | t_otype_text TYPE STANDARD TABLE OF s_otype_text WITH DEFAULT KEY
|
||
14 | WORKFLOW_ID | Public | Type reference (TYPE) | SWW_TASK | 20090915 |
|
Method Signatures
Method CALCULATE_DELAY_IN_DHMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090925 | ||
2 | ![]() |
EV_DELAY_DAY | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
3 | ![]() |
EV_DELAY_HOUR | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
4 | ![]() |
EV_DELAY_MIN | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
5 | ![]() |
EV_DELAY_SEC | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
6 | ![]() |
IV_DELAY | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 |
Method CALCULATE_DELAY_IN_DHMS on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method CALCULATE_DELAY_IN_SEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090925 | ||
2 | ![]() |
EV_DELAY | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090925 | ||
3 | ![]() |
IV_DELAY_DAY | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
4 | ![]() |
IV_DELAY_HOUR | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
5 | ![]() |
IV_DELAY_MIN | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 | ||
6 | ![]() |
IV_DELAY_SEC | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090915 |
Method CALCULATE_DELAY_IN_SEC on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_WORKFLOW_EXISTENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130821 | ||
2 | ![]() |
IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | WORKFLOW_ID | ID of the current workflow | 20091013 | ||
3 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20091013 |
Method CHECK_WORKFLOW_EXISTENCE on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_WORKFLOW_FOR_ACTUALITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | WORKFLOW_ID | Work Item | 20090925 | ||
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090925 |
Method CHECK_WORKFLOW_FOR_ACTUALITY on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_AGENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_AGENT | Call by reference | Type reference (TYPE) | TS_AGENT | 20090915 | |||
2 | ![]() |
EV_AGENT_ID | Call by reference | Type reference (TYPE) | AGENT_ID | 20090915 | |||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method GET_AGENT_TYPE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OTYPE | Call by reference | Type reference (TYPE) | T_OTYPE | 20090915 | |||
2 | ![]() |
RT_OTYPE_TEXT | Value transfer | Type reference (TYPE) | T_OTYPE_TEXT | 20090915 |
Method GET_AGENT_TYPE_TEXT on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_ALLOWED_AGENT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OTYPE | Value transfer | Type reference (TYPE) | T_OTYPE | 20090915 |
Method GET_ALLOWED_AGENT_TYPES on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_ALLOWED_WORKFLOW_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OTYPE | Value transfer | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>T_OTYPE | 20091208 |
Method GET_ALLOWED_WORKFLOW_TYPES on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20090915 | |||
2 | ![]() |
RTS_CONTAINER | Value transfer | Type reference (TYPE) | TS_CONTAINER | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method GET_CONTAINER_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container - Implementation of a 'Collection' | 20090915 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090915 | ||
3 | ![]() |
IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>WORKFLOW_ID | 20090915 |
Method GET_CONTAINER_INSTANCE on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_DELAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20090205 | |||
2 | ![]() |
RV_DELAY | Value transfer | Type reference (TYPE) | DELAY | 20090205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090205 |
Method GET_VALUE_DI_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_ACTIVE_DI | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Data Object | 20091013 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090915 | ||
3 | ![]() |
EV_ACTIVE_DI_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091013 | ||
4 | ![]() |
EV_VALUE_DI_EXPR | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20090915 | ||
5 | ![]() |
IV_ACTIVE_DI_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Column name in decision table, which indicates active entry | 20090915 | ||
6 | ![]() |
IV_ACTIVE_DI_TEXT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>SHORT_TEXT | Column text in decision table, which indicates active entry | 20090915 | ||
7 | ![]() |
IV_SEQUENCE_NR | Call by reference | Type reference (TYPE) | FDT_INC_ACTN_6110_KEY-SEQUENCE_NR | Numc3, internal use | 20090915 |
Method GET_VALUE_DI_EXPR on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_WORKFLOW_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20090915 | |||
2 | ![]() |
RV_WORKFLOW_ID | Value transfer | Type reference (TYPE) | WORKFLOW_ID | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method SET_AGENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_AGENT | Call by reference | Type reference (TYPE) | TS_AGENT | 20090915 | |||
2 | ![]() |
IV_AGENT_ID | Call by reference | Type reference (TYPE) | AGENT_ID | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method SET_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_CONTAINER | Call by reference | Type reference (TYPE) | TS_CONTAINER | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method SET_DELAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DELAY | Call by reference | Type reference (TYPE) | DELAY | 20090205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090205 |
Method SET_WORKFLOW_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | WORKFLOW_ID | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090915 |
Method UPDATE_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CREATED_VALUE_TYPES | Call by reference | Type reference (TYPE) | TS_OBJECT | Natural number | 20091013 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090901 | ||
3 | ![]() |
EV_NUMBER_OF_ELEMENTS | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090901 |
Method UPDATE_CONTAINER on Interface IF_FDT_ACTN_START_WORKFLOW has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |