SAP ABAP Class /SRMERP/CL_WF_RECORD (Holds a record of the workflow protocol)
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_RECORD  
Short Description Holds a record of the workflow protocol    
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_RECORD 20100517 Base agent Holds a record of the workflow protocol
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_AGENT_ID Instance attribute Protected Type reference (TYPE) /SRMERP/WF_AGENT_ID Identification (PD-Org. ID) of Workflow Agent 20100517
2 MV_DETAILS Instance attribute Protected Type reference (TYPE) GUID Globally Unique Identifier 20100517
3 MV_LOG_COUNT Instance attribute Protected Type reference (TYPE) NUMC4 Count parameters 20100517
4 MV_PROCESS_ID Instance attribute Protected Type reference (TYPE) GUID Globally Unique Identifier 20100517
5 MV_TIMESTAMP Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100517
6 MV_TYPE Instance attribute Protected Type reference (TYPE) /SRMERP/WF_RECORD_TYPE Denotes the type of a workflow protocol record 20100517
Methods
# Method Level Visibility Method type Description Created on
1 GET_MV_AGENT_ID Instance method Public Get-method of a virtual attribute Reads Attribute MV_AGENT_ID 20100517
2 GET_MV_DETAILS Instance method Public Get-method of a virtual attribute Reads Attribute MV_DETAILS 20100517
3 GET_MV_LOG_COUNT Instance method Public Get-method of a virtual attribute Reads Attribute MV_LOG_COUNT 20100517
4 GET_MV_PROCESS_ID Instance method Public Get-method of a virtual attribute Reads Attribute MV_PROCESS_ID 20100517
5 GET_MV_TIMESTAMP Instance method Public Get-method of a virtual attribute Reads Attribute MV_TIMESTAMP 20100517
6 GET_MV_TYPE Instance method Public Get-method of a virtual attribute Reads Attribute MV_TYPE 20100517
7 SET_MV_AGENT_ID Instance method Public Set-method of a virtual attribute Sets Attribute MV_AGENT_ID 20100517
8 SET_MV_DETAILS Instance method Public Set-method of a virtual attribute Sets Attribute MV_DETAILS 20100517
9 SET_MV_LOG_COUNT Instance method Public Set-method of a virtual attribute Sets Attribute MV_LOG_COUNT 20100517
10 SET_MV_PROCESS_ID Instance method Public Set-method of a virtual attribute Sets Attribute MV_PROCESS_ID 20100517
11 SET_MV_TIMESTAMP Instance method Public Set-method of a virtual attribute Sets Attribute MV_TIMESTAMP 20100517
12 SET_MV_TYPE Instance method Public Set-method of a virtual attribute Sets Attribute MV_TYPE 20100517
Events
Class /SRMERP/CL_WF_RECORD has no event.
Types
Class /SRMERP/CL_WF_RECORD has no local type.
Method Signatures

Method GET_MV_AGENT_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_AGENT_ID Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method GET_MV_DETAILS Signature

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

Method GET_MV_LOG_COUNT Signature

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

Method GET_MV_PROCESS_ID Signature

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

Method GET_MV_TIMESTAMP Signature

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

Method GET_MV_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_RECORD_TYPE Attribute Value 20100517
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20100517

Method SET_MV_AGENT_ID Signature

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

Method SET_MV_DETAILS Signature

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

Method SET_MV_LOG_COUNT Signature

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

Method SET_MV_PROCESS_ID Signature

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

Method SET_MV_TIMESTAMP Signature

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

Method SET_MV_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MV_TYPE Call by reference Type reference (TYPE) /SRMERP/WF_RECORD_TYPE 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