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 CONDITION_LIST Instance attribute Private Type reference (TYPE) TY_QXML_CONDITION_LIST 20070614
2 ELEMENT_PROPERTIES Instance attribute Private Type reference (TYPE) TY_QXML_ELEM_PROP 20070619
3 EXCEPTION_LIST Instance attribute Private Type reference (TYPE) TY_QXML_EXCEPTION_LIST 20070614
4 FILTER Instance attribute Private Object reference (TYPE REF TO) CL_RSZ_QD_QXML_FILTER QueryXML Filter 20070614
5 FLAT_MODE Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20070704
6 RFC_SUPPORT Instance attribute Private Type reference (TYPE) RRXRFCSUPPORT Query: RFC Publishing as VirtualProvider (yes/no) 20070704
7 SHEET Instance attribute Private Object reference (TYPE REF TO) CL_RSZ_QD_QXML_SHEET QueryXML Sheet 20070614
8 VARIABLE_ORDER Instance attribute Private Type reference (TYPE) TY_QXML_VARIABLE_LIST 20070614
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070614
2 GET_CONDITION_LIST Instance method Public Method 20070614
3 GET_ELEMENT_PROPERTIES Instance method Public Method 20070619
4 GET_EXCEPTION_LIST Instance method Public Method 20070614
5 GET_FILTER Instance method Public Method 20070614
6 GET_SHEET Instance method Public Method 20070614
7 GET_VARIABLE_ORDER Instance method Public Method 20070614
8 SET_CONDITION_LIST Instance method Public Method 20070614
9 SET_ELEMENT_PROPERTIES Instance method Public Method 20070619
10 SET_EXCEPTION_LIST Instance method Public Method 20070614
11 SET_FILTER Instance method Public Method 20070614
12 SET_SHEET Instance method Public Method 20070614
13 SET_VARIABLE_ORDER 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 Importing COMP_DATA Value transfer Type reference (TYPE) TY_QXML_COMP_DATA 20070614
2 Importing CONDITION_LIST Value transfer Type reference (TYPE) TY_QXML_CONDITION_LIST 20070614
3 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619
4 Importing ELEMENT_PROPERTIES Value transfer Type reference (TYPE) TY_QXML_ELEM_PROP 20070619
5 Importing EXCEPTION_LIST Value transfer Type reference (TYPE) TY_QXML_EXCEPTION_LIST 20070614
6 Importing FILTER Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_FILTER 20070614
7 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 20070614
8 Importing INFOPROVIDER_DATA Value transfer Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST 20070703
9 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619
10 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619
11 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619
12 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619
13 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619
14 Importing NAME Value transfer Type reference (TYPE) RSZCOMPID 20070614
15 Importing SHEET Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_SHEET 20070614
16 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG 20070614
17 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619
18 Importing USER_DATA Value transfer Type reference (TYPE) TY_QXML_USER_DATA 20070614
19 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619
20 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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