SAP ABAP Class IF_WD_ATTRIBUTE_FILTER (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
Class | IF_WD_ATTRIBUTE_FILTER | |
Short Description | Attribute Filter | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20140422 | SAP |
Last change | 20141121 | |
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
Class IF_WD_ATTRIBUTE_FILTER has no interface implemented.
Friends
Class IF_WD_ATTRIBUTE_FILTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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
Class 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 class IF_WD_ATTRIBUTE_FILTER has no parameter.
Method FORCE_NEW_REQUEST on class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_WD_ATTRIBUTE_FILTER has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |