SAP ABAP Class CL_FDT_ACTN_START_WORKFLOW (FDT: Start Workflow or Task)
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 - 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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FDT_ACTN_START_WORKFLOW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_MAINTENANCE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_FDT_ACTN_START_WORKFLOW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_DATA_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FDT_TYPES 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 GC_ACTN_6100 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_6100' Workflow base data 20090205
2 GC_ACTN_6110 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_6110' Workflow container data 20090205
3 GC_ACTN_6120 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_6120' Workflow agent data 20090205
4 MO_GP_WF_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_FDT_WF_SERVICE Fix reference to workflow service for code generation 20091016
5 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER 20090205
6 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER 20090205
7 MTS_WF_CONTAINER_INFO Instance attribute Private Type reference (TYPE) TS_WF_CONTAINER_INFO 20130821
8 MV_GENERATION_TIMESTAMP Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of generate process 20100128
9 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090205
10 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090205
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHANGE_INFO_CURRENT_OBJECT Instance method Private Method Add change info for the current object 20090925
2 CALCULATE_DELAY_IN_DHMS Instance method Public Method 20090915
3 CALCULATE_DELAY_IN_SEC Instance method Public Method 20090915
4 CHECK_AGENTS Instance method Private Method check if the specified agents are allowed to start the work 20090206
5 CHECK_AGENT_ID Instance method Private Method check if the agent ID specified is valid 20090915
6 CHECK_CONTAINER Instance method Private Method checks if the container elements belong to the wf_container 20090206
7 CHECK_WF_CONTAINER_ELEMENTS Instance method Private Method Check, which workflow container elements can be filled here 20091216
8 CHECK_WORKFLOW_EXISTENCE Instance method Private Method 20090915
9 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100127
10 GENERATE_PROCESS_AGENTS Instance method Private Method Generate the delay 20091016
11 GENERATE_PROCESS_CONTAINER Instance method Private Method Generate the delay 20091013
12 GENERATE_PROCESS_DELAY Instance method Private Method Generate the delay 20091013
13 GENERATE_PROCESS_FOLLOW_UP_ACT Instance method Private Method Generate source code for method PROCESS 20091013
14 GENERATE_PROCESS_START_WF Instance method Private Method Generate source code for method PROCESS 20091020
15 GENERATE_PROCESS_TRACE_ERRORS Instance method Private Method Generate the tracinmg of the workitem 20091030
16 GET_AGENT_TYPE_TEXT Instance method Public Method 20090915
17 GET_ALLOWED_AGENT_TYPES Instance method Public Method 20090618
18 GET_WF_CONTAINER_INFO Instance method Public Method Get infos about the container elements for the workflow 20130821
19 GET_WF_SERVICE Instance method Private Method Gets an instance of the WF service class 20090728
20 LOAD_BUFFER Instance method Private Method 20090205
21 LOAD_BUFFER_DB Instance method Private Method 20090205
22 MAP_AGENTS Instance method Private Method Maps the BRF+ container entries into the WF 20090915
23 MAP_CONTAINER Instance method Private Method Maps the BRF+ container entries into the WF 20090615
24 SAVE_BUFFER_DB Instance method Private Method 20090205
25 SET_BUFFER Instance method Private Method 20090205
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 Changing CT_CHANGE_INFO Call by reference Type reference (TYPE) CL_FDT_MAINTENANCE=>T_CHANGE_INFO 20090925
2 Importing IS_BUFFER_EARLIER Call by reference Type reference (TYPE) CL_FDT_ACTN_START_WORKFLOW=>S_BUFFER 20090925
3 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20090707
2 Exporting ET_VALID_AGENT Call by reference Type reference (TYPE) IF_FDT_ACTN_START_WORKFLOW=>TS_AGENT Workflow Agents, which are valid 20090915
3 Importing IT_AGENT Call by reference Type reference (TYPE) IF_FDT_ACTN_START_WORKFLOW=>TS_AGENT Workflow Agents to be tested 20090915
4 Importing IV_ONLY_WARNINGS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090707
5 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20090915
2 Importing IV_AGENT_ID Call by reference Type reference (TYPE) IF_FDT_ACTN_START_WORKFLOW=>AGENT_ID FDT: Universal Unique Identifier 20090915
3 Importing 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 Importing ITS_CONTAINER Call by reference Type reference (TYPE) IF_FDT_ACTN_START_WORKFLOW=>TS_CONTAINER Container 20090211
2 Importing IV_ACTIVATION_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Activation check? 20090211
3 Importing IV_WORKFLOW_ID Call by reference Type reference (TYPE) IF_FDT_ACTN_START_WORKFLOW=>WORKFLOW_ID Work Item 20090915
4 Returning 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 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20091216
2 Changing 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 Importing IV_EXPRESSION_TYPE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100127
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20100127
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20100127

Method GENERATE_PROCESS_AGENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing 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 Changing CT_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20091016
3 Exporting EV_AGENT_CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20091016
4 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20091016
5 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER 20091016
6 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20091016
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20091016
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20091016
2 CX_FDT_INPUT FDT: Invalid Input 20091016

Method GENERATE_PROCESS_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing 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 Changing CT_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20091013
3 Exporting EV_XML_STREAM_NAME Call by reference Type reference (TYPE) STRING 20091013
4 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20091013
5 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER 20091013
6 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20091013
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20091013
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20091013
2 CX_FDT_INPUT FDT: Invalid Input 20091013

Method GENERATE_PROCESS_DELAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20091013
2 Exporting EV_STARTDATE_NAME Call by reference Type reference (TYPE) STRING 20091013
3 Exporting EV_STARTTIME_NAME Call by reference Type reference (TYPE) STRING 20091013
4 Importing 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 Changing 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 Changing CT_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table for source code 20091013
3 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20091013
4 Importing 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 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20091013
6 Importing IV_RETURN_CODE_NAME Call by reference Type reference (TYPE) STRING 20091030
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20091013
8 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE Name of the variable 20091013
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Problem in the Generation Phase 20091013
2 CX_FDT_INPUT 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 Changing 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 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table for source code 20091020
3 Exporting EV_DEEP_TRACED Call by reference Type reference (TYPE) ABAP_BOOL The expression contains traced sub-expression 20091020
4 Exporting EV_DIRECT_RESULT_NAME Call by reference Type reference (TYPE) STRING 20091020
5 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20091020
6 Importing 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 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20091020
8 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20091020
9 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE Name of the variable 20091020
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Problem in the Generation Phase 20091020
2 CX_FDT_INPUT 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 Changing CT_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20091030
2 Importing IV_S_MESSAGE_STRUCT_NAME Call by reference Type reference (TYPE) STRING 20091030
3 Importing IV_TEXT_NAME Call by reference Type reference (TYPE) STRING 20091030
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE FDT: Table type for messages 20130821
2 Exporting ET_WF_CONTAINER_INFO Call by reference Type reference (TYPE) FDT_T_WF_CONTAINER_INFO Table of infos about workflow container elements 20130821
3 Importing 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 Returning 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 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20090205
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20090205
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20090205
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20090205

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20090205
2 Returning 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20090915
2 Importing IO_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_FDT_PROCESSOR FDT: Processor 20090915
3 Importing IO_TRACE Call by reference Object reference (TYPE REF TO) IF_FDT_TRACE_WRITE FDT: Trace (Write Interface) 20090915
4 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER Work Item 20090915
5 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20090915
6 Returning RT_AGENT Value transfer Type reference (TYPE) SWRTAGENT Result of Role Resolution (Table Type) 20090915
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20090915

Method MAP_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20090803
2 Exporting EV_XML_STREAM Call by reference Type reference (TYPE) XSTRING 20090616
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20090615
4 Importing IO_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_FDT_PROCESSOR FDT: Processor 20090615
5 Importing IO_TRACE Call by reference Object reference (TYPE REF TO) IF_FDT_TRACE_WRITE FDT: Trace (Write Interface) 20090707
6 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER Work Item 20090615
7 Importing 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 Importing 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