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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_FILTER_0000' | Table Name | 20070819 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_FILTER_0001' | Table Name | 20070819 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_FILTER_0002' | Table Name | 20070819 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051119 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051119 | ||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20051120 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | ||
8 | ![]() |
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 | ![]() |
Instance method | Private | Method | Checks the applications | 20100708 |
2 | ![]() |
Instance method | Private | Method | Checks the object types (incl sub object types) | 20100708 |
3 | ![]() |
Instance method | Private | Constructor | 20070823 | |
4 | ![]() |
Instance method | Private | Method | Loads the Buffer | 20050923 |
5 | ![]() |
Instance method | Private | Method | Load the buffer from the database | 20050902 |
6 | ![]() |
Instance method | Private | Method | Save the buffer | 20050912 |
7 | ![]() |
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 | ![]() |
ITS_APPL_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Application IDs | 20100708 | ||
2 | ![]() |
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 | ![]() |
ITS_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_FILTER_NEW=>TS_OBJECT_TYPE | Object types (incl sub object type) | 20100708 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070810 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20050923 | ||
3 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051119 |
Method LOAD_BUFFER_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20050902 | ||
2 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20051119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 |