SAP ABAP Class /PLMU/CL_FRW_RETR_FILTER_POOL (Read Filter Pool)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
Properties
Class /PLMU/CL_FRW_RETR_FILTER_POOL  
Short Description Read Filter Pool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20120605   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /PLMU/CL_FRW_RETR_FILTER_POOL has no forward declaration.
Interfaces
Class /PLMU/CL_FRW_RETR_FILTER_POOL has no interface implemented.
Friends
Class /PLMU/CL_FRW_RETR_FILTER_POOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_RETR_FILTER_POOL 20120605
2 MT_RETRIEVE_FILTER Instance attribute Private Type reference (TYPE) GTY_T_RETRIEVE_FILTER 20120605
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20120605
2 GET_RETRIEVE_FILTER Instance method Public Method 20120605
3 HNDL_BEFORE_FILTER_DESTRUCTION Instance method Private Event handling method 20120605
Events
Class /PLMU/CL_FRW_RETR_FILTER_POOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_RETRIEVE_FILTER Private See coding 20120605 BEGIN OF gty_s_retrieve_filter, retrieve_filter TYPE REF TO /plmu/cl_frw_retr_filter, abbid TYPE /plmb/spi_abbid, END OF gty_s_retrieve_filter
2 GTY_T_RETRIEVE_FILTER Private See coding 20120605 gty_t_retrieve_filter TYPE SORTED TABLE OF gty_s_retrieve_filter WITH UNIQUE KEY retrieve_filter WITH NON-UNIQUE SORTED KEY abbid COMPONENTS abbid
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_RETR_FILTER_POOL 20120605

Method GET_INSTANCE on class /PLMU/CL_FRW_RETR_FILTER_POOL has no exception.

Method GET_RETRIEVE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_METADATA Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_OUTPUT 20120605
2 Returning RO_RETRIEVE_FILTER Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_RETR_FILTER 20120605

Method GET_RETRIEVE_FILTER on class /PLMU/CL_FRW_RETR_FILTER_POOL has no exception.

Method HNDL_BEFORE_FILTER_DESTRUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RETRIEVE_FILTER Value transfer Attribute reference (LIKE) 20120605

Method HNDL_BEFORE_FILTER_DESTRUCTION on class /PLMU/CL_FRW_RETR_FILTER_POOL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732