Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20140502 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_ATTRIBUTE_FILTER | Attribute Filter | 20140502 |
Properties
| Class | CL_WDR_ATTRIBUTE_FILTER | |
| Short Description | Assistance Class for WD_ATTRIBUTE_FILTER | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_ATTRIBUTE_FILTER | Attribute Filter |
| Created | 20140502 | SAP |
| Last change | 20141120 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WD_ATTRIBUTE_FILTER | Attribute Filter | 20140502 |
Friends
Class CL_WDR_ATTRIBUTE_FILTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20140502 | |||||
| 2 | Constant | Private | See coding | 20140502 | |||||
| 3 | Constant | Private | See coding | 20140502 | |||||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'WD_ATTR_FILTER_VALUE_CONTROL_NODE' | 20140502 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_WD_ATTR_FILTER_SETTINGS | WebDynpro Interface COMPONENTCONTROLLER | 20140812 | |||
| 8 | Instance attribute | Private | See coding | 20140502 | |||||
| 9 | Instance attribute | Private | See coding | 20140502 | |||||
| 10 | Instance attribute | Private | Type reference (TYPE) | WDR_T_FILTER_ATTRIBUTES | Attribute Filter: Attributes | 20140502 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | WDR_SO_T_RANGE_REF | Table Type for WDR_SO_S_RANGE_REF | 20140812 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | T_SELECTED_ATTRIBUTE | 20140502 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | IF_WD_ATTRIBUTE_FILTER~T_SELECTED_ATTR_VALUE | 20140502 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20140502 |
Methods
Events
Class CL_WDR_ATTRIBUTE_FILTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SELECTED_ATTRIBUTE | Private | See coding | 20140502 | BEGIN OF s_selected_attribute .
INCLUDE TYPE if_wd_attribute_filter~s_attribute AS attribute.
TYPES:
sort_state_values TYPE if_wd_attribute_filter~sort_state,
sort_state_count TYPE if_wd_attribute_filter~sort_state,
packages_requested TYPE i,
current_values_count TYPE i,
total_values_count TYPE i,
total_records_count TYPE i,
END OF s_selected_attribute
|
||
| 2 | T_SELECTED_ATTRIBUTE | Private | See coding | 20140502 | t_selected_attribute TYPE STANDARD TABLE OF
s_selected_attribute WITH DEFAULT KEY
|
Method Signatures
Method APPEND_NEW_SEL_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140516 |
Method APPEND_NEW_SEL_ATTRIBUTE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method CLEAR_FILTER Signature
Method CLEAR_FILTER on class CL_WDR_ATTRIBUTE_FILTER has no parameter.
Method CLEAR_FILTER on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method CLOSE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20140506 | ||||
| 2 | SELECTION_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140506 |
Method CLOSE_REQUEST on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method DESELECT_ALL_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140507 | ||||
| 2 | RV_SELECTION_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140507 |
Method DESELECT_ALL_VALUES on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method GET_ATTRIBUTE_VALUES_COL_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 | ||||
| 2 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 |
Method GET_ATTRIBUTE_VALUES_COL_NODE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method GET_ATTRIBUTE_VALUES_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 | ||||
| 2 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 |
Method GET_ATTRIBUTE_VALUES_NODE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method GET_WD_SORT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SORT_STATE | Call by reference | Type reference (TYPE) | IF_WD_ATTRIBUTE_FILTER~SORT_STATE | 20140502 | ||||
| 2 | WD_SORT_STATE | Value transfer | Type reference (TYPE) | WDUI_TABLE_COL_SORT_DIR | Web Dynpro: TableColumnSortDirection | 20140502 |
Method GET_WD_SORT_STATE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method HAS_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_INFO | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTRIBUTE_INFO | Meta Information for an Attribute of a Context Node | 20140708 | |||
| 2 | HAS_VALUE_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140708 |
Method HAS_VALUE_SET on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method INIT_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 | |||
| 2 | ATTRIBUTE_VALUES_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 |
Method INIT_CONTEXT on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method INIT_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SETTINGS | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_ATTR_FILTER_SETTINGS | WebDynpro Interface COMPONENTCONTROLLER | 20140811 |
Method INIT_SETTINGS on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method MODIFY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20140502 |
Method MODIFY_VIEW on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method ON_FILTER_CHANGED Signature
Method ON_FILTER_CHANGED on class CL_WDR_ATTRIBUTE_FILTER has no parameter.
Method ON_FILTER_CHANGED on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method REQUEST_MORE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 |
Method REQUEST_MORE_VALUES on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SELECT_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 |
Method SELECT_ATTRIBUTE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SELECT_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140505 |
Method SELECT_VALUES on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SET_ATTRIBUTE_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Call by reference | Type reference (TYPE) | WDR_T_FILTER_ATTRIBUTES | Attribute Filter: Attributes | 20140502 |
Method SET_ATTRIBUTE_DEFINITION on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SET_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURRENT_INDEX_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140506 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20140506 |
Method SET_REQUEST on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SET_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT_AS_PROGRESS_INDICATOR | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140502 | |||
| 2 | COUNT_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 | ||||
| 3 | PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 20140502 | ||||
| 4 | ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20140502 | ||||
| 5 | VALUE_TABLE_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20140502 |
Method SET_SETTINGS on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SET_VALUE_HEADER_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 |
Method SET_VALUE_HEADER_TEXT on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method SORT_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_REQUESTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140502 | ||||
| 2 | EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20140502 |
Method SORT_VALUES on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method UPDATE_ATTR_SELECTION_CONTEXT Signature
Method UPDATE_ATTR_SELECTION_CONTEXT on class CL_WDR_ATTRIBUTE_FILTER has no parameter.
Method UPDATE_ATTR_SELECTION_CONTEXT on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method UPDATE_PERCENTAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140502 | |||
| 2 | TOTAL_RECORDS_COUNT | Call by reference | Type reference (TYPE) | I | 20140502 |
Method UPDATE_PERCENTAGE on class CL_WDR_ATTRIBUTE_FILTER has no exception.
Method UPDATE_VALUE_SELECTION_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20140502 | ||||
| 2 | SELECTION_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140506 | ||||
| 3 | VERIFY_SELECTED_VALUES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20140505 |
Method UPDATE_VALUE_SELECTION_CONTEXT on class CL_WDR_ATTRIBUTE_FILTER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |