Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_ACTION | FDT: Abstract Action Class | 20090205 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_ACTN_START_WORKFLOW | FDT: Start a workflow | 20090205 |
Properties
| Class | CL_FDT_ACTN_START_WORKFLOW | |
| Short Description | FDT: Start Workflow or Task | |
| Super Class | CL_FDT_ACTION | FDT: Abstract Action Class |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
| Created | 20090205 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_ACTN_START_WORKFLOW | FDT: Start a workflow | 20090205 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_FACTORY | 20090205 | FDT: Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_6100' | Workflow base data | 20090205 | ||
| 2 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_6110' | Workflow container data | 20090205 | ||
| 3 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_6120' | Workflow agent data | 20090205 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FDT_WF_SERVICE | Fix reference to workflow service for code generation | 20091016 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | 20090205 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | 20090205 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TS_WF_CONTAINER_INFO | 20130821 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of generate process | 20100128 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20090205 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20090205 |
Methods
Events
Class CL_FDT_ACTN_START_WORKFLOW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | See coding | 20090205 | BEGIN OF s_buffer,
workflow_id TYPE if_fdt_actn_start_workflow=>workflow_id,
delay TYPE if_fdt_actn_start_workflow=>delay,
agent_id TYPE if_fdt_actn_start_workflow=>agent_id,
ts_agent TYPE if_fdt_actn_start_workflow=>ts_agent,
ts_container TYPE if_fdt_actn_start_workflow=>ts_container,
END OF s_buffer
|
||
| 2 | S_WF_CONTAINER_INFO | Private | See coding | 20130821 | BEGIN OF s_wf_container_info,
wf_id TYPE sww_task,
t_container_info TYPE fdt_t_wf_container_info,
END OF s_wf_container_info
|
||
| 3 | TS_WF_CONTAINER_INFO | Private | See coding | 20130821 | ts_wf_container_info TYPE SORTED TABLE OF s_wf_container_info WITH UNIQUE KEY wf_id
|
Method Signatures
Method ADD_CHANGE_INFO_CURRENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGE_INFO | Call by reference | Type reference (TYPE) | CL_FDT_MAINTENANCE=>T_CHANGE_INFO | 20090925 | ||||
| 2 | IS_BUFFER_EARLIER | Call by reference | Type reference (TYPE) | CL_FDT_ACTN_START_WORKFLOW=>S_BUFFER | 20090925 | ||||
| 3 | IS_BUFFER_LATER | Call by reference | Type reference (TYPE) | CL_FDT_ACTN_START_WORKFLOW=>S_BUFFER | 20090925 |
Method ADD_CHANGE_INFO_CURRENT_OBJECT on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CALCULATE_DELAY_IN_DHMS Signature
Method CALCULATE_DELAY_IN_DHMS on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method CALCULATE_DELAY_IN_DHMS on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CALCULATE_DELAY_IN_SEC Signature
Method CALCULATE_DELAY_IN_SEC on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method CALCULATE_DELAY_IN_SEC on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_AGENTS 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 | 20090707 | |||
| 2 | ET_VALID_AGENT | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>TS_AGENT | Workflow Agents, which are valid | 20090915 | |||
| 3 | IT_AGENT | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>TS_AGENT | Workflow Agents to be tested | 20090915 | |||
| 4 | IV_ONLY_WARNINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090707 | |||
| 5 | IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>WORKFLOW_ID | Work Item | 20090915 |
Method CHECK_AGENTS on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_AGENT_ID 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 | 20090915 | |||
| 2 | IV_AGENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>AGENT_ID | FDT: Universal Unique Identifier | 20090915 | |||
| 3 | IV_ONLY_WARNINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090915 |
Method CHECK_AGENT_ID on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_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) | IF_FDT_ACTN_START_WORKFLOW=>TS_CONTAINER | Container | 20090211 | |||
| 2 | IV_ACTIVATION_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Activation check? | 20090211 | ||
| 3 | IV_WORKFLOW_ID | Call by reference | Type reference (TYPE) | IF_FDT_ACTN_START_WORKFLOW=>WORKFLOW_ID | Work Item | 20090915 | |||
| 4 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090211 |
Method CHECK_CONTAINER on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_WF_CONTAINER_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20091216 | |||
| 2 | CT_WF_CONTAINER_INFO | Call by reference | Type reference (TYPE) | FDT_T_WF_CONTAINER_INFO | List of Element IDs | 20130821 |
Method CHECK_WF_CONTAINER_ELEMENTS on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CHECK_WORKFLOW_EXISTENCE Signature
Method CHECK_WORKFLOW_EXISTENCE on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method CHECK_WORKFLOW_EXISTENCE on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100127 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20100127 |
Method GENERATE_PROCESS_AGENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | Actually used / required ID's from context in generated code | 20091016 | |||
| 2 | CT_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20091016 | |||
| 3 | EV_AGENT_CONTAINER_NAME | Call by reference | Type reference (TYPE) | STRING | 20091016 | ||||
| 4 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20091016 | |||
| 5 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20091016 | ||||
| 6 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091016 | |||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091016 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20091016 | ||
| 2 | FDT: Invalid Input | 20091016 |
Method GENERATE_PROCESS_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | Actually used / required ID's from context in generated code | 20091013 | |||
| 2 | CT_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20091013 | |||
| 3 | EV_XML_STREAM_NAME | Call by reference | Type reference (TYPE) | STRING | 20091013 | ||||
| 4 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20091013 | |||
| 5 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20091013 | ||||
| 6 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091013 | |||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20091013 | ||
| 2 | FDT: Invalid Input | 20091013 |
Method GENERATE_PROCESS_DELAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20091013 | |||
| 2 | EV_STARTDATE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091013 | ||||
| 3 | EV_STARTTIME_NAME | Call by reference | Type reference (TYPE) | STRING | 20091013 | ||||
| 4 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20091013 |
Method GENERATE_PROCESS_DELAY on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method GENERATE_PROCESS_FOLLOW_UP_ACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | The required and optional context fields in the src code | 20091013 | |||
| 2 | CT_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table for source code | 20091013 | |||
| 3 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20091013 | |||
| 4 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Include declaration of result var IV_VARIABLE_NAME yes/no? | 20091013 | ||
| 5 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20091013 | ||||
| 6 | IV_RETURN_CODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091030 | ||||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20091013 | ||||
| 8 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | Name of the variable | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Problem in the Generation Phase | 20091013 | ||
| 2 | FDT: Invalid Input - timestamp | 20091013 |
Method GENERATE_PROCESS_START_WF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | The required and optional context fields in the src code | 20091020 | |||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table for source code | 20091020 | |||
| 3 | EV_DEEP_TRACED | Call by reference | Type reference (TYPE) | ABAP_BOOL | The expression contains traced sub-expression | 20091020 | |||
| 4 | EV_DIRECT_RESULT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091020 | ||||
| 5 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20091020 | |||
| 6 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Include declaration of result var IV_VARIABLE_NAME yes/no? | 20091020 | ||
| 7 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20091020 | ||||
| 8 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20091020 | ||||
| 9 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | Name of the variable | 20091020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Problem in the Generation Phase | 20091020 | ||
| 2 | FDT: Invalid Input - timestamp | 20091020 |
Method GENERATE_PROCESS_TRACE_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20091030 | |||
| 2 | IV_S_MESSAGE_STRUCT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091030 | ||||
| 3 | IV_TEXT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091030 | ||||
| 4 | IV_T_MESSAGE_STRUCT_NAME | Call by reference | Type reference (TYPE) | STRING | 20091030 |
Method GENERATE_PROCESS_TRACE_ERRORS on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_AGENT_TYPE_TEXT Signature
Method GET_AGENT_TYPE_TEXT on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method GET_AGENT_TYPE_TEXT on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_ALLOWED_AGENT_TYPES Signature
Method GET_ALLOWED_AGENT_TYPES on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method GET_ALLOWED_AGENT_TYPES on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_WF_CONTAINER_INFO 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 | FDT: Table type for messages | 20130821 | |||
| 2 | ET_WF_CONTAINER_INFO | Call by reference | Type reference (TYPE) | FDT_T_WF_CONTAINER_INFO | Table of infos about workflow container elements | 20130821 | |||
| 3 | IV_WF_ID | Call by reference | Type reference (TYPE) | SWW_TASK | Task ID | 20130821 |
Method GET_WF_CONTAINER_INFO on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method GET_WF_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_WF_SERVICE | Value transfer | Object reference (TYPE REF TO) | CL_FDT_WF_SERVICE | Offers service methods for action types triggering workflows | 20090728 |
Method GET_WF_SERVICE on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method LOAD_BUFFER 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 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20090205 | ||||
| 3 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20090205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090205 |
Method LOAD_BUFFER_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20090205 | ||||
| 2 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20090205 |
Method LOAD_BUFFER_DB on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method MAP_AGENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20090915 | |||
| 2 | IO_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_FDT_PROCESSOR | FDT: Processor | 20090915 | |||
| 3 | IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TRACE_WRITE | FDT: Trace (Write Interface) | 20090915 | |||
| 4 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | Work Item | 20090915 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090915 | |||
| 6 | RT_AGENT | Value transfer | Type reference (TYPE) | SWRTAGENT | Result of Role Resolution (Table Type) | 20090915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Abstract Exception Class | 20090915 |
Method MAP_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090803 | |||
| 2 | EV_XML_STREAM | Call by reference | Type reference (TYPE) | XSTRING | 20090616 | ||||
| 3 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20090615 | |||
| 4 | IO_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_FDT_PROCESSOR | FDT: Processor | 20090615 | |||
| 5 | IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TRACE_WRITE | FDT: Trace (Write Interface) | 20090707 | |||
| 6 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | Work Item | 20090615 | |||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090615 |
Method MAP_CONTAINER on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_ACTN_START_WORKFLOW has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_ACTN_START_WORKFLOW has no exception.
Method SET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20090205 |
Method SET_BUFFER on class CL_FDT_ACTN_START_WORKFLOW has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |