SAP ABAP Class CL_FDT_FILTER (FDT: Filter)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_CORE (Package) BRFplus: Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_MAINTENANCE FDT: Abstract Maintenance Class 20050901
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_FILTER FDT: Filter (Obsolete - use IF_FDT_FILTER_NEW) 20050902
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_FILTER_NEW FDT: New Filter 20100708
Properties
Class CL_FDT_FILTER  
Short Description FDT: Filter    
Super Class CL_FDT_MAINTENANCE FDT: Abstract Maintenance Class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_CORE   BRFplus: Core 
Created 20050822   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_FILTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_FILTER_NEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_FILTER FDT: Filter (Obsolete - use IF_FDT_FILTER_NEW) 20050902
2 IF_FDT_FILTER_NEW FDT: New Filter 20100708
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20050822 FDT: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FILTER_0000 Constant Private Type reference (TYPE) TABNAME 'FDT_FILTER_0000' Table Name 20070819
2 GC_FILTER_0001 Constant Private Type reference (TYPE) TABNAME 'FDT_FILTER_0001' Table Name 20070819
3 GC_FILTER_0002 Constant Private Type reference (TYPE) TABNAME 'FDT_FILTER_0002' Table Name 20070819
4 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051119
5 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051119
6 MV_ID Instance attribute Private Attribute reference (LIKE) 20051120
7 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
8 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER is loaded 20060801
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_APPLICATIONS Instance method Private Method Checks the applications 20100708
2 CHECK_OBJECT_TYPES Instance method Private Method Checks the object types (incl sub object types) 20100708
3 CONSTRUCTOR Instance method Private Constructor 20070823
4 LOAD_BUFFER Instance method Private Method Loads the Buffer 20050923
5 LOAD_BUFFER_DB Instance method Private Method Load the buffer from the database 20050902
6 SAVE_BUFFER_DB Instance method Private Method Save the buffer 20050912
7 SET_BUFFER Instance method Private Method Set the buffer for the filter definition 20050923
Events
Class CL_FDT_FILTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Transactional Data Buffer 20051117 BEGIN OF s_buffer, ts_incl_appl TYPE if_fdt_types=>ts_object_id, ts_incl_object_type TYPE if_fdt_filter_new=>ts_object_type, * filter_type TYPE if_fdt_filter=>filter_type, "OBSOLETE * ts_object_id TYPE if_fdt_types=>ts_object_id, "OBSOLETE * ts_filter_id TYPE if_fdt_types=>ts_object_id, "OBSOLETE END OF s_buffer
Method Signatures

Method CHECK_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_APPL_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Application IDs 20100708
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20100708

Method CHECK_APPLICATIONS on class CL_FDT_FILTER has no exception.

Method CHECK_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_FILTER_NEW=>TS_OBJECT_TYPE Object types (incl sub object type) 20100708
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20100708

Method CHECK_OBJECT_TYPES on class CL_FDT_FILTER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20070823

Method CONSTRUCTOR on class CL_FDT_FILTER has no exception.

Method LOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of active version 20070810
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Version 20050923
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051119
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051119

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Version 20050902
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051119
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20050907

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_FILTER has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_FILTER has no exception.

Method SET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER Transactional Data Buffer 20051119

Method SET_BUFFER on class CL_FDT_FILTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710