SAP ABAP Class CL_SWF_UTL_PROCESS_IMPORT (Service Class for Importing Process Definitions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_BPML (Package) Business Workflow: BPML
Properties
Class CL_SWF_UTL_PROCESS_IMPORT  
Short Description Service Class for Importing Process Definitions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_BPML   Business Workflow: BPML 
Created 20040913   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_PROCESS_IMPORT has no forward declaration.
Interfaces
Class CL_SWF_UTL_PROCESS_IMPORT has no interface implemented.
Friends
Class CL_SWF_UTL_PROCESS_IMPORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_GEN_FLAG Constant Public Type reference (TYPE) XFLAG 'X' generated 20040913
2 C_PACKAGE Constant Public Type reference (TYPE) DEVCLASS '$TMP' Package 20040913
3 C_STORE_CUR_VERSION Constant Public Type reference (TYPE) SWR_SMODE 'S' Saves the Process in the Current Version 20041029
4 C_STORE_DEFAULT Constant Public Type reference (TYPE) SWR_SMODE ' ' Gets New Version for Active Process 20041029
5 C_STORE_NEW_VERSION Constant Public Type reference (TYPE) SWR_SMODE 'N' Saves Process Under Newer Version 20041029
6 M_PROCESS Instance attribute Public Type reference (TYPE) SWR_VERS Workflow: Versions of a Task 20040913
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_PROCESS Instance method Public Method Activates the Process 20041004
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040913
3 FINALIZE_IMPORT Instance method Public Method Ends Import 20040913
4 GENERALIZE_TASK Static method Public Method General task 20041014
5 GET_PROCESS_CONTAINER Instance method Public Method Gets Process Container 20050629
6 LOAD_PROCESS Instance method Public Method Loads Process from DB 20050902
7 STORE_PROCESS Instance method Public Method Saves Process in DB 20040913
8 STORE_PROCESS_AS Instance method Public Method Saves Process Under Another Task 20050701
Events
Class CL_SWF_UTL_PROCESS_IMPORT has no event.
Types
Class CL_SWF_UTL_PROCESS_IMPORT has no local type.
Method Signatures

Method ACTIVATE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGES Call by reference Object reference (TYPE REF TO) CL_SWF_UTL_WAPI_MESSAGE Workflow: Helper für WAPI-Messages 20041004
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20041004

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROCESS Call by reference Type reference (TYPE) SWR_VERS Workflow: Versionen einer Aufgabe 20040913
2 Importing IM_SHORT Call by reference Type reference (TYPE) SHORT_D Objektkürzel 20040913
3 Importing IM_TEXT Call by reference Type reference (TYPE) STEXT Objektbezeichnung 20040913
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20040913

Method FINALIZE_IMPORT Signature

Method FINALIZE_IMPORT on class CL_SWF_UTL_PROCESS_IMPORT has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20040913

Method GENERALIZE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGES Call by reference Object reference (TYPE REF TO) CL_SWF_UTL_WAPI_MESSAGE Workflow: Helper für WAPI-Messages 20041014
2 Importing TASK Call by reference Type reference (TYPE) C 20041014

Method GENERALIZE_TASK on class CL_SWF_UTL_PROCESS_IMPORT has no exception.

Method GET_PROCESS_CONTAINER Signature

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

Method GET_PROCESS_CONTAINER on class CL_SWF_UTL_PROCESS_IMPORT has no exception.

Method LOAD_PROCESS Signature

Method LOAD_PROCESS on class CL_SWF_UTL_PROCESS_IMPORT has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20050902

Method STORE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SAVEMODE Call by reference Type reference (TYPE) SWR_SMODE Steuert das Speichern von Prozessen 20041029
2 Returning RE_PROCESS Value transfer Type reference (TYPE) SWR_VERS Workflow: Versionen einer Aufgabe 20040913
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20040913

Method STORE_PROCESS_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TASK Call by reference Type reference (TYPE) SWW_TASK 20050701
2 Returning RE_PROCESS Value transfer Type reference (TYPE) SWR_VERS Workflow: Versionen einer Aufgabe 20050701
# Exception Resumable Description Created on
1 CX_SWF_UTL_IMPORT_FAILED Ausnahme der Service Klasse 20050701
History
Last changed by/on SAP  20110908 
SAP Release Created in 700