SAP ABAP Class CL_RSZ_QD_QXML_QUERY (QueryXML Query)
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 | 20070614 |
Properties
Class | CL_RSZ_QD_QXML_QUERY | |
Short Description | QueryXML Query | |
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_QUERY has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_QUERY has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_QUERY 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_CONDITION_LIST | 20070614 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_ELEM_PROP | 20070619 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_EXCEPTION_LIST | 20070614 | |||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_FILTER | QueryXML Filter | 20070614 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070704 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRXRFCSUPPORT | Query: RFC Publishing as VirtualProvider (yes/no) | 20070704 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_SHEET | QueryXML Sheet | 20070614 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_VARIABLE_LIST | 20070614 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070614 |
2 | ![]() |
Instance method | Public | Method | 20070614 | |
3 | ![]() |
Instance method | Public | Method | 20070619 | |
4 | ![]() |
Instance method | Public | Method | 20070614 | |
5 | ![]() |
Instance method | Public | Method | 20070614 | |
6 | ![]() |
Instance method | Public | Method | 20070614 | |
7 | ![]() |
Instance method | Public | Method | 20070614 | |
8 | ![]() |
Instance method | Public | Method | 20070614 | |
9 | ![]() |
Instance method | Public | Method | 20070619 | |
10 | ![]() |
Instance method | Public | Method | 20070614 | |
11 | ![]() |
Instance method | Public | Method | 20070614 | |
12 | ![]() |
Instance method | Public | Method | 20070614 | |
13 | ![]() |
Instance method | Public | Method | 20070614 |
Events
Class CL_RSZ_QD_QXML_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QXML_CONDITION | Public | See coding | 20070614 | BEGIN OF ty_qxml_condition,
con_id TYPE sysuuid_25,
condition TYPE REF TO cl_rsz_qd_qxml_condition,
END OF ty_qxml_condition
|
||
2 | TY_QXML_CONDITION_LIST | Public | See coding | 20070614 | ty_qxml_condition_list TYPE TABLE OF ty_qxml_condition WITH KEY con_id
|
||
3 | TY_QXML_ELEM_DISP | Public | See coding | 20070619 | BEGIN OF ty_qxml_elem_disp,
no_multiple_text TYPE rrxnomulttxt,
show_formats TYPE rrxshowformats,
no_styles TYPE rrxnostyles,
docurl TYPE rszdokuurl,
borurl TYPE rszborurl,
END OF ty_qxml_elem_disp
|
||
4 | TY_QXML_ELEM_KEY_DATE | Public | See coding | 20070619 | BEGIN OF ty_qxml_elem_key_date ,
keydate TYPE rschavl,
keydate_flag TYPE RSZTYPEFLAG,
END OF ty_qxml_elem_key_date
|
||
5 | TY_QXML_ELEM_PROP | Public | See coding | 20070619 | BEGIN OF ty_qxml_elem_prop,
keydate type ty_qxml_elem_key_date,
display type ty_qxml_elem_disp,
rows_Cols type ty_qxml_elem_rows_cols,
value_display type ty_qxml_elem_value_display,
END OF ty_qxml_elem_prop
|
||
6 | TY_QXML_ELEM_ROWS_COLS | Public | See coding | 20070619 | BEGIN OF ty_qxml_elem_rows_cols,
result_position type rrxsumposit,
zero_suppression type rsznozero,
END OF ty_qxml_elem_rows_cols
|
||
7 | TY_QXML_ELEM_VALUE_DISPLAY | Public | See coding | 20070619 | Begin of ty_qxml_elem_value_display,
sign_Presentation type rrxsignprsnt,
zero_presentation type rszzeroprsnt,
zero_string type rszzerostring,
end of ty_qxml_elem_value_display
|
||
8 | TY_QXML_EXCEPTION | Public | See coding | 20070614 | BEGIN OF ty_qxml_exception,
exc_id TYPE sysuuid_25,
exception TYPE REF TO cl_rsz_qd_qxml_exception,
END OF ty_qxml_exception
|
||
9 | TY_QXML_EXCEPTION_LIST | Public | See coding | 20070614 | ty_qxml_exception_list TYPE TABLE OF ty_qxml_exception WITH KEY exc_id
|
||
10 | TY_QXML_VARIABLE | Public | See coding | 20070614 | BEGIN OF ty_qxml_variable,
var_id TYPE sysuuid_25,
END OF ty_qxml_variable
|
||
11 | TY_QXML_VARIABLE_LIST | Public | See coding | 20070614 | ty_qxml_variable_list TYPE TABLE OF ty_qxml_variable WITH KEY var_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 | ![]() |
CONDITION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_CONDITION_LIST | 20070614 | |||
3 | ![]() |
DEFAULTHINT | Value transfer | Type reference (TYPE) | RSZX_DEFAULTHINT | 20070619 | |||
4 | ![]() |
ELEMENT_PROPERTIES | Value transfer | Type reference (TYPE) | TY_QXML_ELEM_PROP | 20070619 | |||
5 | ![]() |
EXCEPTION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_LIST | 20070614 | |||
6 | ![]() |
FILTER | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_FILTER | 20070614 | |||
7 | ![]() |
ID | Value transfer | Type reference (TYPE) | SYSUUID_25 | 20070614 | |||
8 | ![]() |
INFOPROVIDER_DATA | Value transfer | Type reference (TYPE) | TY_QXML_COMPIC_DATA_LIST | 20070703 | |||
9 | ![]() |
INSTANCE_ORDER | Value transfer | Type reference (TYPE) | RSZ_X_ORDER | 20070619 | |||
10 | ![]() |
IS_CELL | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
11 | ![]() |
IS_DELETED | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
12 | ![]() |
IS_NEW | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
13 | ![]() |
IS_REUSABLE | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
14 | ![]() |
NAME | Value transfer | Type reference (TYPE) | RSZCOMPID | 20070614 | |||
15 | ![]() |
SHEET | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_SHEET | 20070614 | |||
16 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | RSTXTLG | 20070614 | |||
17 | ![]() |
TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | 20070619 | |||
18 | ![]() |
USER_DATA | Value transfer | Type reference (TYPE) | TY_QXML_USER_DATA | 20070614 | |||
19 | ![]() |
USESS_DEFAULTTEXT | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
20 | ![]() |
VARIABLE_ORDER | Value transfer | Type reference (TYPE) | TY_QXML_VARIABLE_LIST | 20070614 |
Method CONSTRUCTOR on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_CONDITION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONDITION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_CONDITION_LIST | 20070614 |
Method GET_CONDITION_LIST on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_ELEMENT_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_PROPERTIES | Value transfer | Type reference (TYPE) | TY_QXML_ELEM_PROP | 20070619 |
Method GET_ELEMENT_PROPERTIES on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_EXCEPTION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCEPTION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_LIST | 20070614 |
Method GET_EXCEPTION_LIST on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_FILTER | 20070614 |
Method GET_FILTER on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_SHEET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SHEET | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_SHEET | 20070614 |
Method GET_SHEET on class CL_RSZ_QD_QXML_QUERY has no exception.
Method GET_VARIABLE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VARIABLE_ORDER | Value transfer | Type reference (TYPE) | TY_QXML_VARIABLE_LIST | 20070614 |
Method GET_VARIABLE_ORDER on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_CONDITION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONDITION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_CONDITION_LIST | 20070614 |
Method SET_CONDITION_LIST on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_ELEMENT_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_PROPERTIES | Value transfer | Type reference (TYPE) | TY_QXML_ELEM_PROP | 20070619 |
Method SET_ELEMENT_PROPERTIES on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_EXCEPTION_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCEPTION_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_LIST | 20070614 |
Method SET_EXCEPTION_LIST on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_FILTER | 20070614 |
Method SET_FILTER on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_SHEET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SHEET | Value transfer | Object reference (TYPE REF TO) | CL_RSZ_QD_QXML_SHEET | 20070614 |
Method SET_SHEET on class CL_RSZ_QD_QXML_QUERY has no exception.
Method SET_VARIABLE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VARIABLE_ORDER | Value transfer | Type reference (TYPE) | TY_QXML_VARIABLE_LIST | 20070614 |
Method SET_VARIABLE_ORDER on class CL_RSZ_QD_QXML_QUERY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |