SAP ABAP Class CL_SWF_RUN_WIM_REQUEST (Workflow: Request)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_RUN (Package) Workflow: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_IFS_PARAMETER_CONTAINER Container for Transfer of Parameters 20030326
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_CHANGE_PRIO_REQUEST Workflow: Request to change priority 20021115
2 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_CREATE_REQUEST Workflow: Creation of a Work Item 20030207
3 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_LOAD_HEADER_REQUEST Workflow: Read a Work Item 20030722
4 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_LOAD_OBJECT_REQUEST Workflow: Read a Work Item 20050505
5 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_LOAD_REQUEST Workflow: Read a Work Item 20030424
6 Inheritance (c INHERITING FROM c_ref)  CL_SWF_RUN_WAPI_REQUEST Workflow: WAPI Interfaces 20030804
Properties
Class CL_SWF_RUN_WIM_REQUEST  
Short Description Workflow: Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_RUN   Workflow: Runtime 
Created 20021114   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWFRQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_IFS_PARAMETER_CONTAINER Container for Transfer of Parameters 20030326
Friends
Class CL_SWF_RUN_WIM_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DB_CONNECTION Constant Protected Type reference (TYPE) CHAR32 'R/3*WEBFLOW' 20030728
2 M_ADMIN_MODE Instance attribute Public Type reference (TYPE) XFELD Checkbox Field 20050206
3 M_CHECK_AUTHORITY Instance attribute Private Type reference (TYPE) XFELD Check Authorization 20030620
4 M_CHILD_REQUESTS Instance attribute Protected Type reference (TYPE) SWWTREQTAB Workflow: Tables with Requests 20030217
5 M_DATA Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container - Implementation of a 'Collection' 20021115
6 M_DEBUG_MODE Instance attribute Public Type reference (TYPE) SWFDBGMOD 20031015
7 M_END_TIME Instance attribute Protected Type reference (TYPE) I End time 20030211
8 M_EXCEPTION_TO_LOG Instance attribute Public Object reference (TYPE REF TO) CX_SWF_IFS_EXCEPTION 20110421
9 M_EXCP Instance attribute Protected Object reference (TYPE REF TO) CX_SWF_RUN_WIM Exception in WIM 20031122
10 M_EXPRESSION_FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_SWF_EXP_FACTORY Create and Manage Expressions 20051019
11 M_FILTERS Static Attribute Private Object reference (TYPE REF TO) SWTTFILTER 20030804
12 M_LANGUAGE Instance attribute Public Type reference (TYPE) SYLANGU SAP System, Current Language 20031031
13 M_LOG_METHOD Instance attribute Protected Type reference (TYPE) STRING Log Method Name 20030211
14 M_PARENT_REQUEST Instance attribute Protected Object reference (TYPE REF TO) CL_SWF_RUN_WIM_REQUEST Workflow: Request 20030221
15 M_REQTYP_TO_WFACTVT Static Attribute Protected Type reference (TYPE) SWWTREQACT Workflow: Relation Request Type Authorization Activity 20021115
16 M_REQTYP_WITHOUT_AUTHORITY Static Attribute Protected Type reference (TYPE) SWWTREQTYP Workflow: Table with Request Types 20021115
17 M_REQUEST_GUID Instance attribute Protected Object reference (TYPE REF TO) GUID_32 GUID in 'CHAR' Format in Uppercase 20030211
18 M_REQUEST_TYPE Instance attribute Protected Type reference (TYPE) SWW_REQTYP Workflow: Request Type for WIM 20021114
19 M_START_TIME Instance attribute Protected Type reference (TYPE) I StartTime 20030211
20 M_START_TIMESTAMP Instance attribute Protected Type reference (TYPE) TIMESTAMPL StartTime 20031017
21 M_TRACE_LEVEL Instance attribute Public Type reference (TYPE) SWFTRCLEV 20031015
22 M_TRANSACTION Instance attribute Protected Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaction Manager 20030220
23 M_USER Instance attribute Public Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20031031
24 M_WI_HANDLE Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Work Item Manager (Local) 20030515
25 WI_PROXY Instance attribute Public Object reference (TYPE REF TO) CL_SWF_RUN_WIM_PROXY Workflow: Proxy for Work Item 20030515
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Protected Method Registers Child Request 20030221
2 CHECK_AUTHORITY Instance method Protected Method Checks Authorization for Current Request 20021115
3 CHECK_PRECONDITIONS Instance method Protected Method Checks Preconditions 20030211
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20021115
5 CLONE Instance method Public Method 20050505
6 CONSTRUCTOR Instance method Public Constructor Constructor 20021114
7 EXECUTE Instance method Public Method Request Execution 20021115
8 EXECUTE_INTERNAL Instance method Protected Method Implements Request 20030211
9 GET_ACTUAL_CLASSNAME Instance method Protected Method Gets Class Name (ME) 20030423
10 GET_CLASSNAME Instance method Protected Method Determines the Implementing Class of a Work Item Type 20030428
11 GET_DATA_CONTAINER Instance method Public Method Determines Data Container 20021115
12 GET_DEFAULT_EXCEPTION Instance method Protected Method Creates Default Exception 20030207
13 GET_DURATION Instance method Public Method Determines Duration in ms 20021114
14 GET_END_TIMESTAMP Instance method Public Method Determines End Time 20021114
15 GET_EXCEPTION Instance method Public Method Gets Exception 20031122
16 GET_FILTERS Instance method Protected Method Gets Current Filter 20030804
17 GET_GUID Instance method Public Method Determines Unique ID of Request 20030211
18 GET_INTERNAL_PROPERTY_NAME Instance method Protected Method Gets name of properties 20030326
19 GET_LOG_METHOD Instance method Protected Method Determines Method for Log Entry 20030217
20 GET_PARAMETER_CONTAINER Instance method Public Method Determines Import/Export Container 20040602
21 GET_PARAMETER_NAMES Instance method Public Method Gets Name of Import/Export Container 20040602
22 GET_REQUEST_DATA Instance method Protected Method Determines Trace Data for Persistence 20030222
23 GET_REQUEST_DATA_CONTAINER Instance method Protected Method Gets Container with Data from Current Request 20040523
24 GET_REQUEST_DATA_INTERNAL Instance method Protected Method Determines Trace Data for Persistence 20030804
25 GET_REQUEST_TYPE Instance method Public Method Determines Request Type 20021114
26 GET_START_TIMESTAMP Instance method Public Method Determines Start Time 20021114
27 GET_TOP_KEY Instance method Protected Method Determines Key of Top Request 20030223
28 GET_TRANSACTION Instance method Public Method Determines Transaction of Current Request 20030317
29 GET_WI_HANDLE Instance method Public Method Determines Current Handle 20030218
30 IS_CREATE_REQUEST Instance method Public Method 20021114
31 POP_REQUEST Instance method Protected Method Pop Current Request 20030220
32 PUSH_REQUEST Instance method Protected Method Push Current Request 20030220
33 SET_CHECK_AUTHORITY Instance method Public Method Sets Authority Check 20030620
34 SET_COMPLETED Instance method Public Method Sets Request to Status 'Completed' 20021114
35 SET_LOG_METHOD Instance method Public Method Sets and Activates Success Message 20030211
36 SET_TRANSACTION Instance method Public Method Sets Transaction for Current Request 20030220
37 SET_WI_HANDLE Instance method Public Method Sets Current Handle (Only for Create) 20021114
38 UNDO Instance method Public Method Undo Request 20030217
39 UNDO_INTERNAL Instance method Protected Method Undo Request 20030225
40 WRITE_SUCCESS Instance method Protected Method Writes Success Message 20030211
41 WRITE_TRACE Instance method Protected Method Writes Trace Messages 20030211
Events
# Event Type Visibility Description Created on
1 SET_DATA_EXECUTED Instance Event
(0)
Public
(2)
20030424
Types
Class CL_SWF_RUN_WIM_REQUEST has no local type.
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_WIM_REQUEST Workflow: Request 20030221

Method ADD_CHILD on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method CHECK_AUTHORITY Signature

Method CHECK_AUTHORITY on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_AUTH_FAILED Fehlende Berechtigung 20021115

Method CHECK_PRECONDITIONS Signature

Method CHECK_PRECONDITIONS on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030211

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SWF_RUN_WIM_REQUEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_RUN_WIM_REQUEST Workflow: Request 20050505
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20050505

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_REQUEST Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_WIM_REQUEST Workflow: Request 20030211
2 Importing IM_REQTYP Call by reference Type reference (TYPE) SWW_REQTYP Workflow: Requestyp für WIM 20021114

Method CONSTRUCTOR on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030211

Method EXECUTE_INTERNAL Signature

Method EXECUTE_INTERNAL on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030211

Method GET_ACTUAL_CLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CLASSNAME Value transfer Type reference (TYPE) SEOCLSNAME 20030423

Method GET_ACTUAL_CLASSNAME on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_CLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WITYPE Call by reference Type reference (TYPE) SWW_WITYPE 20030428
2 Returning RE_CLASSNAME Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20030428
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030618

Method GET_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CNT Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER 20021115
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030207

Method GET_DEFAULT_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXCP Call by reference Object reference (TYPE REF TO) CX_SWF_IFS_EXCEPTION Workflow Ausnahme 20030207
2 Importing IM_METHOD Call by reference Type reference (TYPE) STRING 20030207
3 Importing IM_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'W' Nachrichten, Nachrichtentyp 20030207
4 Returning RE_WIM_EXCP Value transfer Object reference (TYPE REF TO) CX_SWF_RUN_WIM Ausnahme im WIM 20030207

Method GET_DEFAULT_EXCEPTION on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DURATION Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20021114

Method GET_DURATION on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_END_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TIMESTAMPL Value transfer Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20021114

Method GET_END_TIMESTAMP on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_SWF_RUN_WIM Ausnahme im WIM 20031122

Method GET_EXCEPTION on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_FILTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FILTERS Value transfer Type reference (TYPE) SWTTFILTER 20030804

Method GET_FILTERS on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GUID Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030211

Method GET_GUID on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_INTERNAL_PROPERTY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) SWFDNAME 20030326
2 Returning RE_PROPERTY_NAME Value transfer Type reference (TYPE) CHAR30 20030326

Method GET_INTERNAL_PROPERTY_NAME on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_LOG_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_METHOD_NAME Value transfer Type reference (TYPE) STRING Name der Logmethode 20030217

Method GET_LOG_METHOD on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_PARAMETER_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CNT Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20040602

Method GET_PARAMETER_CONTAINER on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_PARAMETER_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NAMES Value transfer Type reference (TYPE) SWFDNAMTAB Liste mit Elementnamen 20040602

Method GET_PARAMETER_NAMES on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_REQUEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TRACE_LEVEL Call by reference Type reference (TYPE) SWT_DETLVL 20030804
2 Returning RE_DATA Value transfer Type reference (TYPE) XSTRING Daten als XSTRING 20030222

Method GET_REQUEST_DATA on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_REQUEST_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENTS_TO_DELETE Call by reference Type reference (TYPE) SWFDNAMTAB Liste mit Elementnamen 20040523
2 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20040523

Method GET_REQUEST_DATA_CONTAINER on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_REQUEST_DATA_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ELEMENTS_TO_DELETE Call by reference Type reference (TYPE) SWFDNAMTAB 20030804
2 Returning RE_DATA Value transfer Type reference (TYPE) XSTRING Daten als XSTRING 20030804

Method GET_REQUEST_DATA_INTERNAL on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_REQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_REQTYP Value transfer Type reference (TYPE) SWW_REQTYP Workflow: Requestyp für WIM 20021114

Method GET_REQUEST_TYPE on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_START_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20021114

Method GET_START_TIMESTAMP on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_TOP_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_KEY Value transfer Type reference (TYPE) SWT_TOPKEY Workflow: Toprequest des Requests 20030223

Method GET_TOP_KEY on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TRANSACTION Value transfer Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20030317

Method GET_TRANSACTION on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method GET_WI_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Workitemmanager (lokal) 20030218

Method GET_WI_HANDLE on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method IS_CREATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_XFELD Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20021114

Method IS_CREATE_REQUEST on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method POP_REQUEST Signature

Method POP_REQUEST on class CL_SWF_RUN_WIM_REQUEST has no parameter.
Method POP_REQUEST on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method PUSH_REQUEST Signature

Method PUSH_REQUEST on class CL_SWF_RUN_WIM_REQUEST has no parameter.
Method PUSH_REQUEST on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method SET_CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_AUTHORITY Call by reference Type reference (TYPE) XFELD 'X' - Berechtigungsprüfung einschalten 20030620

Method SET_CHECK_AUTHORITY on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method SET_COMPLETED Signature

Method SET_COMPLETED on class CL_SWF_RUN_WIM_REQUEST has no parameter.
Method SET_COMPLETED on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method SET_LOG_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD_NAME Call by reference Type reference (TYPE) C Name der Logmethode 20030211

Method SET_LOG_METHOD on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method SET_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20030220

Method SET_TRANSACTION on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method SET_WI_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WI_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Workitemmanager (lokal) 20021114

Method SET_WI_HANDLE on class CL_SWF_RUN_WIM_REQUEST has no exception.

Method UNDO Signature

Method UNDO on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030225

Method UNDO_INTERNAL Signature

Method UNDO_INTERNAL on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030225

Method WRITE_SUCCESS Signature

Method WRITE_SUCCESS on class CL_SWF_RUN_WIM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030211

Method WRITE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONNECTION Call by reference Type reference (TYPE) CHAR32 'DEFAULT' Name der Datenbank-Connection 20030221
2 Importing IM_DO_COMMIT Call by reference Type reference (TYPE) XFELD 'X' 'X' - Commit ausführen 20030221
3 Importing IM_FORCE Call by reference Type reference (TYPE) XFELD SPACE 'X' - Schreiben, wenn nicht TopLevel 20030221

Method WRITE_TRACE on class CL_SWF_RUN_WIM_REQUEST has no exception.
Event Signatures

Event SET_DATA_EXECUTED Signature
Event SET_DATA_EXECUTED on class CL_SWF_RUN_WIM_REQUEST has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 630