SAP ABAP Interface IF_WD_ATTRIBUTE_FILTER (Attribute Filter)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SWDP_ATTRIBUTE_FILTER (Package) Attribute Filter

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_ATTRIBUTE_FILTER | Assistance Class for WD_ATTRIBUTE_FILTER | 20140502 |
Properties
Interface | IF_WD_ATTRIBUTE_FILTER | |
Short Description | Attribute Filter |
General Data
Package | SWDP_ATTRIBUTE_FILTER | Attribute Filter |
Created | 20140422 | SAP |
Last changed | 20141121 | |
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) |
Interfaces
Interface IF_WD_ATTRIBUTE_FILTER has no interface.
Friends
Interface IF_WD_ATTRIBUTE_FILTER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_SORT_STATE | Constant | Public | See coding | 20140424 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20140818 | |
2 | ![]() |
Instance method | Public | Method | 20140812 | |
3 | ![]() |
Instance method | Public | Method | 20140424 | |
4 | ![]() |
Instance method | Public | Method | 20140422 | |
5 | ![]() |
Instance method | Public | Method | 20140422 | |
6 | ![]() |
Instance method | Public | Method | 20140505 | |
7 | ![]() |
Instance method | Public | Method | 20140422 | |
8 | ![]() |
Instance method | Public | Method | 20140422 | |
9 | ![]() |
Instance method | Public | Method | 20140422 |
Events
Interface IF_WD_ATTRIBUTE_FILTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | SORT_STATE | Public | See coding | 20140424 | sort_state TYPE c LENGTH 1
|
||
2 | S_ATTRIBUTE | Public | See coding | 20140422 | BEGIN OF s_attribute,
name TYPE string,
END OF s_attribute
|
||
3 | S_REQUESTED_ATTRIBUTE | Public | See coding | 20140424 | BEGIN OF s_requested_attribute,
name TYPE string,
max_number_of_hits TYPE i,
sort_state_values TYPE sort_state,
sort_state_count TYPE sort_state,
ref_name TYPE string,
END OF s_requested_attribute
|
||
4 | S_SELECTED_ATTR_VALUE | Public | See coding | 20140424 | BEGIN OF s_selected_attr_value,
name TYPE string,
value TYPE REF TO data,
END OF s_selected_attr_value
|
||
5 | T_ATTRIBUTE | Public | See coding | 20140422 | t_attribute TYPE STANDARD TABLE OF
s_attribute WITH DEFAULT KEY
WITH UNIQUE SORTED KEY name COMPONENTS name
|
||
6 | T_SELECTED_ATTR_VALUE | Public | See coding | 20140424 | t_selected_attr_value TYPE SORTED TABLE OF s_selected_attr_value
WITH NON-UNIQUE KEY name
|
||
7 | T_SELECTED_VALUE | Public | See coding | 20140422 | t_selected_value TYPE STANDARD TABLE OF REF TO data WITH DEFAULT KEY
|
Method Signatures
Method FORCE_NEW_REQUEST Signature
Method FORCE_NEW_REQUEST on Interface IF_WD_ATTRIBUTE_FILTER has no parameter.
Method FORCE_NEW_REQUEST on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method GET_FILTER_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20140812 | |||
2 | ![]() |
RANGE | Value transfer | Object reference (TYPE REF TO) | DATA | 20140812 |
Method GET_FILTER_RANGE on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method GET_REQUESTED_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUESTED_ATTRIBUTE | Value transfer | Type reference (TYPE) | S_REQUESTED_ATTRIBUTE | 20140424 |
Method GET_REQUESTED_ATTRIBUTE on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method GET_SELECTED_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SELECTED_ATTRIBUTES | Value transfer | Type reference (TYPE) | T_ATTRIBUTE | 20140423 |
Method GET_SELECTED_ATTRIBUTES on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method GET_SELECTED_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 | 20140424 | |||
2 | ![]() |
SELECTED_VALUES | Value transfer | Type reference (TYPE) | T_SELECTED_VALUE | 20140422 |
Method GET_SELECTED_VALUES on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method GET_SELECTION_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FOR_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20140505 | |||
2 | ![]() |
SELECTED_VALUES | Value transfer | Type reference (TYPE) | T_SELECTED_ATTR_VALUE | 20140505 |
Method GET_SELECTION_CONDITION on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method SET_SELECTED_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SELECTED_ATTRIBUTES | Call by reference | Type reference (TYPE) | T_ATTRIBUTE | 20140423 |
Method SET_SELECTED_ATTRIBUTES on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method SET_SELECTED_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 | 20140424 | |||
2 | ![]() |
SELECTED_VALUES | Call by reference | Type reference (TYPE) | T_SELECTED_VALUE | 20140422 |
Method SET_SELECTED_VALUES on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
Method SET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KEEP_SELECTION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20140505 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20140422 | |||
3 | ![]() |
TOTAL_RECORDS_COUNT | Call by reference | Type reference (TYPE) | I | 20140424 | |||
4 | ![]() |
TOTAL_VALUES_COUNT | Call by reference | Type reference (TYPE) | I | 20140424 | |||
5 | ![]() |
VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20140422 |
Method SET_VALUES on Interface IF_WD_ATTRIBUTE_FILTER has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |