SAP ABAP Class /SRMERP/CL_MSG_FILTER_FACTORY (Message Filter Factory)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-SSP (Application Component) Self-Service Procurement
     /SRMERP/OL_COMMON (Package) Object Layer: common entities
Properties
Class /SRMERP/CL_MSG_FILTER_FACTORY  
Short Description Message Filter Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SRMERP/OL_COMMON   Object Layer: common entities 
Created 20100917   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SRMERP/CL_MSG_FILTER_FACTORY has no forward declaration.
Interfaces
Class /SRMERP/CL_MSG_FILTER_FACTORY has no interface implemented.
Friends
Class /SRMERP/CL_MSG_FILTER_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BO_SC_ESS Constant Private Type reference (TYPE) /BOBF/OBM_BO_KEY '4BDEB930C38417C5E10000000A421B09' Business Object 20100917
2 GT_INSTANCE Static Attribute Private Type reference (TYPE) TT_INSTANCE Instance Table 20100917
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_OBJECT Static method Private Method Internal Object creation 20100917
2 GET_INSTANCE Static method Public Method Get Message Filter Instance 20100917
Events
Class /SRMERP/CL_MSG_FILTER_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding Instance Line 20100917 BEGIN OF ts_instance, bo_key TYPE /bobf/obm_bo_key, instance TYPE REF TO /srmerp/if_msg_filter, END OF ts_instance
2 TT_INSTANCE Private See coding Instance Table 20100917 tt_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY bo_key
Method Signatures

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100917
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) /SRMERP/IF_MSG_FILTER Message Filter 20100917

Method CREATE_OBJECT on class /SRMERP/CL_MSG_FILTER_FACTORY has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20100917
2 Returning RO_MSG_FILTER Value transfer Object reference (TYPE REF TO) /SRMERP/IF_MSG_FILTER Transaction Manager Plugin 20100917

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