SAP ABAP Class CL_RSZ_QD_QXML_FILTER (QueryXML Filter)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSZOO (Package) Object-Oriented Query Designer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSZ_QD_QXML_COMP_COMMONS | Commons to All Components | 20070613 |
Properties
Class | CL_RSZ_QD_QXML_FILTER | |
Short Description | QueryXML Filter | |
Super Class | CL_RSZ_QD_QXML_COMP_COMMONS | Commons to All Components |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSZOO | Object-Oriented Query Designer |
Created | 20070530 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSZ_QD_QXML_FILTER has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_FILTER has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_FILTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_DRILLDOWN_LIST | 20070717 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_FILTER_LIST | 20070613 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070613 |
2 | ![]() |
Instance method | Public | Method | 20070720 | |
3 | ![]() |
Instance method | Public | Method | 20070613 | |
4 | ![]() |
Instance method | Public | Method | 20070720 | |
5 | ![]() |
Instance method | Public | Method | 20070613 |
Events
Class CL_RSZ_QD_QXML_FILTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QXML_DRILLDOWN | Public | See coding | 20070613 | BEGIN OF ty_qxml_drilldown,
space_pos type RSZPOSN,
state_pos type rszposn,
id TYPE sysuuid_25,
drilldown TYPE REF TO cl_rsz_qd_qxml_drilldown,
END OF ty_qxml_drilldown
|
||
2 | TY_QXML_DRILLDOWN_LIST | Public | See coding | 20070613 | ty_qxml_drilldown_list TYPE TABLE OF ty_qxml_drilldown WITH KEY id space_pos state_pos
|
||
3 | TY_QXML_FILTER | Public | See coding | 20070613 | BEGIN OF ty_qxml_filter,
filter_id TYPE sysuuid_25,
END OF ty_qxml_filter
|
||
4 | TY_QXML_FILTER_LIST | Public | See coding | 20070613 | ty_qxml_filter_list TYPE TABLE OF ty_qxml_filter WITH KEY filter_id
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMP_DATA | Value transfer | Type reference (TYPE) | TY_QXML_COMP_DATA | 20070614 | |||
2 | ![]() |
DEFAULTHINT | Value transfer | Type reference (TYPE) | RSZX_DEFAULTHINT | 20070619 | |||
3 | ![]() |
FILTER_DRILLDOWN_LIST | Value transfer | Type reference (TYPE) | TY_QXML_DRILLDOWN_LIST | 20070720 | |||
4 | ![]() |
FILTER_REFERENCE_LIST | Value transfer | Type reference (TYPE) | TY_QXML_FILTER_LIST | 20070613 | |||
5 | ![]() |
ID | Value transfer | Type reference (TYPE) | SYSUUID_25 | 20070613 | |||
6 | ![]() |
INFOPROVIDER_DATA | Value transfer | Type reference (TYPE) | TY_QXML_COMPIC_DATA_LIST | 20070703 | |||
7 | ![]() |
INSTANCE_ORDER | Value transfer | Type reference (TYPE) | RSZ_X_ORDER | 20070619 | |||
8 | ![]() |
IS_CELL | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
9 | ![]() |
IS_DELETED | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
10 | ![]() |
IS_NEW | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
11 | ![]() |
IS_REUSABLE | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
12 | ![]() |
NAME | Value transfer | Type reference (TYPE) | RSZCOMPID | 20070613 | |||
13 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | RSTXTLG | 20070613 | |||
14 | ![]() |
TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | 20070619 | |||
15 | ![]() |
USER_DATA | Value transfer | Type reference (TYPE) | TY_QXML_USER_DATA | 20070614 | |||
16 | ![]() |
USESS_DEFAULTTEXT | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 |
Method CONSTRUCTOR on class CL_RSZ_QD_QXML_FILTER has no exception.
Method GET_FILTER_DRILLDOWN_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_DRILLDOWN_LIST | Value transfer | Type reference (TYPE) | TY_QXML_DRILLDOWN_LIST | 20070720 |
Method GET_FILTER_DRILLDOWN_LIST on class CL_RSZ_QD_QXML_FILTER has no exception.
Method GET_FILTER_REFERENCE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_REFERENCE | Value transfer | Type reference (TYPE) | TY_QXML_FILTER_LIST | 20070613 |
Method GET_FILTER_REFERENCE_LIST on class CL_RSZ_QD_QXML_FILTER has no exception.
Method SET_FILTER_DRILLDOWN_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_DRILLDOWN_LIST | Value transfer | Type reference (TYPE) | TY_QXML_DRILLDOWN_LIST | 20070720 |
Method SET_FILTER_DRILLDOWN_LIST on class CL_RSZ_QD_QXML_FILTER has no exception.
Method SET_FILTER_REFERENCE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_REFERENCE | Value transfer | Type reference (TYPE) | TY_QXML_FILTER_LIST | 20070613 |
Method SET_FILTER_REFERENCE_LIST on class CL_RSZ_QD_QXML_FILTER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |