SAP ABAP Class /SRMERP/CL_WF_OBJECT_SERVICE (Object Service Helper class)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-SSP (Application Component) Self-Service Procurement
     /SRMERP/WF_COMMON_UTIL (Package) Utility Classes for Workflow Framework
Properties
Class /SRMERP/CL_WF_OBJECT_SERVICE  
Short Description Object Service Helper class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SRMERP/WF_COMMON_UTIL   Utility Classes for Workflow Framework 
Created 20100518   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OSTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SRMERP/CL_WF_OBJECT_SERVICE has no interface implemented.
Friends
Class /SRMERP/CL_WF_OBJECT_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INSTANCE_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_OS_INSTANCE_MANAGER Instance Manager 20100518
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100518
2 DELETE_OBJECT Instance method Public Method Delete the object from persistence 20100518
3 DELETE_OBJECTS Instance method Public Method Delete the objects from persistence 20100518
4 GET_CHANGED_BY_NAME Instance method Public Method Object ref list of changed objects within this transaction 20100518
5 GET_CLASS_AGENT Instance method Private Method 20100518
6 GET_CREATED Instance method Public Method Object ref list of created object within this transaction 20100518
7 GET_CREATED_BY_NAME Instance method Public Method Object ref list of created object within this transaction 20100518
8 GET_LOADED Instance method Public Method Object ref list of loaded objects within this transaction 20100518
9 GET_LOADED_BY_NAME Instance method Public Method Object ref list of loaded objects within this transaction 20100518
10 GET_OBJECT_STATUS Instance method Public Method The status of the given object. 20100518
11 INIT_OS_SYSTEM_STATE Instance method Public Method 20100518
12 IS_CHANGED_INSTANCE Instance method Public Method True, if loaded instance has been changed 20100518
13 IS_NEW_INSTANCE Instance method Public Method True, if object has been newly created 20100518
14 REFRESH_ALL_OBJECTS Instance method Public Method Force reload of object from persistence upon next access 20100518
15 REFRESH_OBJECT Instance method Public Method Force reload of object from persistence upon next access 20100518
Events
Class /SRMERP/CL_WF_OBJECT_SERVICE has no event.
Types
Class /SRMERP/CL_WF_OBJECT_SERVICE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /SRMERP/CL_WF_OBJECT_SERVICE has no parameter.
Method CONSTRUCTOR on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method DELETE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518

Method DELETE_OBJECT on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method DELETE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT Call by reference Type reference (TYPE) OSTYP_REF_TAB 20100518

Method DELETE_OBJECTS on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_CHANGED_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSKEY Key structure of a class 20100518
2 Returning RT_OSREFTAB Value transfer Type reference (TYPE) OSTYP_REF_TAB 20100518

Method GET_CHANGED_BY_NAME on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_CLASS_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518
2 Returning RO_AGENT Value transfer Object reference (TYPE REF TO) OBJECT 20100518

Method GET_CLASS_AGENT on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OSREFTAB Value transfer Type reference (TYPE) OSTYP_REF_TAB 20100518

Method GET_CREATED on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_CREATED_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSKEY Key structure of a class 20100518
2 Returning RT_OSREFTAB Value transfer Type reference (TYPE) OSTYP_REF_TAB 20100518

Method GET_CREATED_BY_NAME on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OSREFTAB Value transfer Type reference (TYPE) OSTYP_REF_TAB 20100518

Method GET_LOADED on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_LOADED_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSKEY Key structure of a class 20100518
2 Returning RT_OSREFTAB Value transfer Type reference (TYPE) OSTYP_REF_TAB 20100518

Method GET_LOADED_BY_NAME on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method GET_OBJECT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518
2 Returning RV_RESULT Value transfer Type reference (TYPE) OS_OSTATUS Status of an object (managed object) 20100518

Method GET_OBJECT_STATUS on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method INIT_OS_SYSTEM_STATE Signature

Method INIT_OS_SYSTEM_STATE on class /SRMERP/CL_WF_OBJECT_SERVICE has no parameter.
Method INIT_OS_SYSTEM_STATE on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method IS_CHANGED_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100518

Method IS_CHANGED_INSTANCE on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method IS_NEW_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100518

Method IS_NEW_INSTANCE on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method REFRESH_ALL_OBJECTS Signature

Method REFRESH_ALL_OBJECTS on class /SRMERP/CL_WF_OBJECT_SERVICE has no parameter.
Method REFRESH_ALL_OBJECTS on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.

Method REFRESH_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100518

Method REFRESH_OBJECT on class /SRMERP/CL_WF_OBJECT_SERVICE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606