SAP ABAP Class /SRMERP/CL_WF_RUNTIME (Runtime Configuration)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-SSP (Application Component) Self-Service Procurement
     /SRMERP/WF_CORE (Package) Workflow Engine Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20100517
Properties
Class /SRMERP/CL_WF_RUNTIME  
Short Description Runtime Configuration    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package /SRMERP/WF_CORE   Workflow Engine Core 
Created 20100517   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20100517
Friends
# Friend Modeled only Created on Description
1 /SRMERP/CB_WF_RUNTIME 20100517 Base agent Runtime Configuration
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTE Instance attribute Protected Type reference (TYPE) /SRMERP/WF_CONF_ATTR Configuration Attribute 20100517
2 ATTRIBUTE_SEGNO Instance attribute Protected Type reference (TYPE) /SRMERP/WF_CONF_ATTR_NO Configuration Attribute Sequence Number 20100517
3 ATTRIBUTE_TYPE Instance attribute Protected Type reference (TYPE) /SRMERP/WF_CONF_ATTR_TYPE Configuration Attribute Data Type 20100517
4 ATTRIBUTE_VALUE Instance attribute Protected Type reference (TYPE) /SRMERP/WF_CONF_ATTR_VAL Configuration Attribute Value 20100517
5 CONST_VERS_ID Instance attribute Protected Type reference (TYPE) INT4 Natural number 20100517
6 MO_PROCESS Instance attribute Protected Object reference (TYPE REF TO) OBJECT Globally Unique Identifier 20100517
7 PROC_SEQNO Instance attribute Protected Type reference (TYPE) INT4 Natural number 20100517
8 SCHEME_ID Instance attribute Protected Type reference (TYPE) /SRMERP/WF_PROCESS_SCHEME Process Level Schema 20100517
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_RUNTIME_INSTANCE Static method Public Method Create a process instance. 20100517
2 GET_ATTRIBUTE Instance method Public Get-method of a virtual attribute Reads Attribute ATTRIBUTE 20100517
3 GET_ATTRIBUTE_SEGNO Instance method Public Get-method of a virtual attribute Reads Attribute ATTRIBUTE_SEGNO 20100517
4 GET_ATTRIBUTE_TYPE Instance method Public Get-method of a virtual attribute Reads Attribute ATTRIBUTE_TYPE 20100517
5 GET_ATTRIBUTE_VALUE Instance method Public Get-method of a virtual attribute Reads Attribute ATTRIBUTE_VALUE 20100517
6 GET_CONST_VERS_ID Instance method Public Get-method of a virtual attribute Reads Attribute CONST_VERS_ID 20100517
7 GET_MO_PROCESS Instance method Public Get-method of a virtual attribute Reads Attribute MO_PROCESS 20100517
8 GET_PROC_SEQNO Instance method Public Get-method of a virtual attribute Reads Attribute PROC_SEQNO 20100517
9 GET_SCHEME_ID Instance method Public Get-method of a virtual attribute Reads Attribute SCHEME_ID 20100517
10 SET_ATTRIBUTE Instance method Public Set-method of a virtual attribute Sets Attribute ATTRIBUTE 20100517
11 SET_ATTRIBUTE_SEGNO Instance method Public Set-method of a virtual attribute Sets Attribute ATTRIBUTE_SEGNO 20100517
12 SET_ATTRIBUTE_TYPE Instance method Public Set-method of a virtual attribute Sets Attribute ATTRIBUTE_TYPE 20100517
13 SET_ATTRIBUTE_VALUE Instance method Public Set-method of a virtual attribute Sets Attribute ATTRIBUTE_VALUE 20100517
14 SET_CONST_VERS_ID Instance method Public Set-method of a virtual attribute Sets Attribute CONST_VERS_ID 20100517
15 SET_MO_PROCESS Instance method Public Set-method of a virtual attribute Sets Attribute MO_PROCESS 20100517
16 SET_PROC_SEQNO Instance method Public Set-method of a virtual attribute Sets Attribute PROC_SEQNO 20100517
17 SET_SCHEME_ID Instance method Public Set-method of a virtual attribute Sets Attribute SCHEME_ID 20100517
Events
Class /SRMERP/CL_WF_RUNTIME has no event.
Types
Class /SRMERP/CL_WF_RUNTIME has no local type.
Method Signatures

Method CREATE_RUNTIME_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_RUNTIME_INSTANCE Call by reference Object reference (TYPE REF TO) /SRMERP/CL_WF_RUNTIME Runtime Configuration 20100517
2 Importing IO_PROCESS_INSTANCE Call by reference Object reference (TYPE REF TO) /SRMERP/IF_WF_PROCESS Approval Process Interface 20100517
3 Importing IV_PROCESS_SCHEME Call by reference Type reference (TYPE) /SRMERP/WF_PROCESS_SCHEME Process Level Schema 20100517
4 Importing IV_PROC_SEQNO Call by reference Type reference (TYPE) INT4 Natural number 20100517

Method CREATE_RUNTIME_INSTANCE on class /SRMERP/CL_WF_RUNTIME has no exception.

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) /SRMERP/WF_CONF_ATTR Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_ATTRIBUTE_SEGNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) /SRMERP/WF_CONF_ATTR_NO Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_ATTRIBUTE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) /SRMERP/WF_CONF_ATTR_TYPE Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) /SRMERP/WF_CONF_ATTR_VAL Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_CONST_VERS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) INT4 Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_MO_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) OBJECT Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_PROC_SEQNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) INT4 Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_SCHEME_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) /SRMERP/WF_PROCESS_SCHEME Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE Call by reference Type reference (TYPE) /SRMERP/WF_CONF_ATTR Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_ATTRIBUTE_SEGNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_SEGNO Call by reference Type reference (TYPE) /SRMERP/WF_CONF_ATTR_NO Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_ATTRIBUTE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_TYPE Call by reference Type reference (TYPE) /SRMERP/WF_CONF_ATTR_TYPE Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) /SRMERP/WF_CONF_ATTR_VAL Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_CONST_VERS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONST_VERS_ID Call by reference Type reference (TYPE) INT4 Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_MO_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MO_PROCESS Call by reference Object reference (TYPE REF TO) OBJECT Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_PROC_SEQNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROC_SEQNO Call by reference Type reference (TYPE) INT4 Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_SCHEME_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCHEME_ID Call by reference Type reference (TYPE) /SRMERP/WF_PROCESS_SCHEME Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517
History
Last changed by/on SAP  20110908 
SAP Release Created in 606