SAP ABAP Class CL_SRM_SP_WF_INST (Workflow Instance Backend)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_SP_WFL (Package) Service Provider for Workflow (Using General APIs)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 20010822
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONNECTION Reading Methods for Working with Repositories 20001211
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONNECTION_NEW Specific: For SP New Connection 20001211
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20001211
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_SP_SYSTEM_PARA SP System Parameters 20001211
Properties
Class CL_SRM_SP_WF_INST  
Short Description Workflow Instance Backend    
Super Class CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_SP_WFL   Service Provider for Workflow (Using General APIs) 
Created 20001211   SAP 
Last change 20010822   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SRMIF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SRMW2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRM_CONNECTION Reading Methods for Working with Repositories 20001211
2 IF_SRM_CONNECTION_NEW Specific: For SP New Connection 20001211
3 IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20001211
4 IF_SRM_SP_SYSTEM_PARA SP System Parameters 20001211
Friends
Class CL_SRM_SP_WF_INST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FM_INFO_WF Instance attribute Protected Type reference (TYPE) RS38L_FNAM 'SRM_SP_WFL_GET_INST_DESCR' Function: Prepare WF Information 20010129
2 FM_PROCESS_WF_LOG Instance attribute Protected Type reference (TYPE) RS38L_FNAM 'SRM_SP_WFL_PROCESS_LOG' Function: Display WF Log 20001211
3 FM_QUERY_WF Instance attribute Protected Type reference (TYPE) RS38L_FNAM 'SRM_SP_WFL_F4_WIID' Function: Find WF Instances 20001211
4 FM_START_WORKFLOW Instance attribute Protected Type reference (TYPE) RS38L_FNAM 'SRM_SP_WFL_START_WORKFLOW' Function: Start Workflow 20001211
5 RFC_DESTINATION Instance attribute Protected Type reference (TYPE) STRING RFC_Destination 20001211
6 RFC_DESTINATION_CALLBACK Instance attribute Protected Type reference (TYPE) STRING RFC_Destination_CallBack 20010201
7 TARGET_ANCHOR Instance attribute Protected Type reference (TYPE) STRING Target Anchor 20001211
8 TARGET_SPS Instance attribute Protected Type reference (TYPE) STRING Target Element Type 20001211
9 WF_DEFINITION Instance attribute Protected Type reference (TYPE) STRING WF_Definition 20001211
10 WF_INSTANCE_ID Instance attribute Protected Type reference (TYPE) STRING WF_Instance_Id 20001211
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTEXT_PARA Instance method Public Method 20001211
2 GET_FM_INFO_WF Instance method Public Method Get Attribute: Prepare Function Module WF Infos 20010129
3 GET_FM_PROCESS_WF_LOG Instance method Public Method Get Attribute: Display Function Module WF Protocol 20001213
4 GET_FM_QUERY_WF Instance method Public Method Get Attribute: Function Module F4 Work Item ID 20001213
5 GET_FM_START_WORKFLOW Instance method Public Method Get Attribute: Function Module Start Workflow 20001213
6 GET_RFC_DESTINATION Instance method Public Method Get Attribute: RFC Destination 20001211
7 GET_RFC_DESTINATION_CALLBACK Instance method Public Method Get Attribute: RFC Destination CallBack 20010201
8 GET_SAP_RELEASE Instance method Public Method Getting SAP_RELEASE 20010327
9 GET_WF_DEFINITION Instance method Public Method Get Attribute: WF Definition 20001211
10 GET_WF_INSTANCE_ID Instance method Public Method Get Attribute: WF Instance ID 20001211
11 SET_WF_INSTANCE_ID Instance method Public Method Set Attribute: WF Instance ID 20001211
12 WRITE_APPL_LOG Static method Public Method Entering Message in Application Log 20010130
Events
Class CL_SRM_SP_WF_INST has no event.
Types
Class CL_SRM_SP_WF_INST has no local type.
Method Signatures

Method GET_CONTEXT_PARA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONTEXT_TAB Call by reference Type reference (TYPE) SRMW2_ATTR_TAB 20001211
2 Importing IM_MY_POID_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20001211
3 Importing IM_SERVICE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20001211
# Exception Resumable Description Created on
1 SRM_UNEXPECTED_ERROR 20001211

Method GET_FM_INFO_WF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FM_INFO_WF Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20010129

Method GET_FM_INFO_WF on class CL_SRM_SP_WF_INST has no exception.

Method GET_FM_PROCESS_WF_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FM_PROCESS_WF_LOG Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20001213

Method GET_FM_PROCESS_WF_LOG on class CL_SRM_SP_WF_INST has no exception.

Method GET_FM_QUERY_WF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FM_QUERY_WF Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20001213

Method GET_FM_QUERY_WF on class CL_SRM_SP_WF_INST has no exception.

Method GET_FM_START_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FM_START_WORKFLOW Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20001213

Method GET_FM_START_WORKFLOW on class CL_SRM_SP_WF_INST has no exception.

Method GET_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RFC_DESTINATION Call by reference Type reference (TYPE) STRING RFC-Destination 20001211

Method GET_RFC_DESTINATION on class CL_SRM_SP_WF_INST has no exception.

Method GET_RFC_DESTINATION_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RFC_DESTINATION_CALLBACK Call by reference Type reference (TYPE) STRING RFC-Destination-CallBack 20010201

Method GET_RFC_DESTINATION_CALLBACK on class CL_SRM_SP_WF_INST has no exception.

Method GET_SAP_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SAP_RELEASE Call by reference Type reference (TYPE) STRING SAP System Info (Release) 20010327

Method GET_SAP_RELEASE on class CL_SRM_SP_WF_INST has no exception.

Method GET_WF_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_WF_DEFINITION Call by reference Type reference (TYPE) STRING WF-Definition 20001211

Method GET_WF_DEFINITION on class CL_SRM_SP_WF_INST has no exception.

Method GET_WF_INSTANCE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_WF_INSTANCE_ID Call by reference Type reference (TYPE) STRING WF-Instance nr 20001211

Method GET_WF_INSTANCE_ID on class CL_SRM_SP_WF_INST has no exception.

Method SET_WF_INSTANCE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WF_INSTANCE_ID Call by reference Type reference (TYPE) STRING WF Instance ID 20001211

Method SET_WF_INSTANCE_ID on class CL_SRM_SP_WF_INST has no exception.

Method WRITE_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AL_TEXT Value transfer Type reference (TYPE) STRING Name des Textbausteins 20010130
2 Importing MSG_NO Value transfer Type reference (TYPE) I Nummer der Nachricht 20010130
3 Importing MSG_TY Value transfer Type reference (TYPE) C 'E' Typ der Nachricht 20010130
4 Importing MSG_V1 Value transfer Type reference (TYPE) STRING erster Nachrichtenparameter 20010130
5 Importing MSG_V2 Value transfer Type reference (TYPE) STRING zweiter Nachrichtenparameter 20010130
6 Importing MSG_V3 Value transfer Type reference (TYPE) STRING dritter Nachrichtenparameter 20010130
7 Importing MSG_V4 Value transfer Type reference (TYPE) STRING vierter Nachrichtenparameter 20010130
8 Importing PROBCLASS Value transfer Type reference (TYPE) C '2' Protokollklasse (1-4, 1=sehr wichtig) 20010130

Method WRITE_APPL_LOG on class CL_SRM_SP_WF_INST has no exception.
History
Last changed by/on SAP  20010822 
SAP Release Created in 610