SAP ABAP Class IF_FDT_WD_FILTER_SERVICE (FDT WD: Filter Service)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_FILTER_SERVICE | FDT WD: Filter Service (Singleton) | 20100712 |
Properties
| Class | IF_FDT_WD_FILTER_SERVICE | |
| Short Description | FDT WD: Filter Service | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100712 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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... |
Interfaces
Class IF_FDT_WD_FILTER_SERVICE has no interface implemented.
Friends
Class IF_FDT_WD_FILTER_SERVICE has no friend class.
Attributes
Class IF_FDT_WD_FILTER_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Applies the provided filters on an object list (logical AND) | 20100712 | |
| 2 | Instance method | Public | Method | Applies the provided filters on a type list (logical AND) | 20100712 | |
| 3 | Instance method | Public | Method | Determines the filters in the given context | 20100712 |
Events
Class IF_FDT_WD_FILTER_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_OBJECT_LIST_RESULT | Public | See coding | 20100712 | BEGIN OF s_object_list_result,
object_list_in TYPE if_fdt_types=>ts_object_id, "not filtered out
"objects_out TYPE if_fdt_types=>ts_object_id, "filtered out
END OF s_object_list_result
|
||
| 2 | S_OBJECT_TYPE_LIST_RESULT | Public | See coding | 20100713 | BEGIN OF s_object_type_list_result,
object_type_list_in TYPE if_fdt_wd_types=>t_object_type_extended, "not filtered out
END OF s_object_type_list_result
|
Method Signatures
Method APPLY_FILTERS_ON_OBJECT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_FILTER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Filter | 20100712 | |||
| 2 | ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object List | 20100712 | |||
| 3 | RS_RESULT | Value transfer | Type reference (TYPE) | S_OBJECT_LIST_RESULT | Result | 20100712 |
Method APPLY_FILTERS_ON_OBJECT_LIST on class IF_FDT_WD_FILTER_SERVICE has no exception.
Method APPLY_FILTERS_ON_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_FILTER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Filter | 20100713 | |||
| 2 | IT_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_OBJECT_TYPE_EXTENDED | Object Type | 20100713 | |||
| 3 | RS_RESULT | Value transfer | Type reference (TYPE) | IF_FDT_WD_FILTER_SERVICE=>S_OBJECT_TYPE_LIST_RESULT | Object Type Result | 20100713 |
Method APPLY_FILTERS_ON_OBJECT_TYPES on class IF_FDT_WD_FILTER_SERVICE has no exception.
Method DETERMINE_FILTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | Configuration | 20100712 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Current Object | 20100712 | |||
| 3 | RTS_FILTER | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Filter | 20100712 |
Method DETERMINE_FILTERS on class IF_FDT_WD_FILTER_SERVICE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |