SAP ABAP Class CL_RSZ_QD_QXML_SHEET (QueryXML Sheet)
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_SHEET | |
Short Description | QueryXML Sheet | |
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_SHEET has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_SHEET has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_SHEET 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_SHEET_LIST | 20070614 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_CELL_LIST | 20070717 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_COLS | 20070614 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_FLAT_LIST | 20070614 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_ROWS | 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 | 20070614 | |
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 | 20070614 |
Events
Class CL_RSZ_QD_QXML_SHEET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QXML_CELL | Public | See coding | 20070717 | BEGIN OF ty_qxml_cell,
cell_id TYPE sysuuid_25,
cell TYPE REF TO cl_rsz_qd_qxml_cell,
END OF ty_qxml_cell
|
||
2 | TY_QXML_CELL_LIST | Public | See coding | 20070717 | ty_qxml_cell_list TYPE TABLE OF ty_qxml_cell WITH KEY cell_id
|
||
3 | TY_QXML_COLS | Public | See coding | 20070619 | BEGIN OF ty_qxml_cols,
cols TYPE ty_qxml_sheet_list,
displayashierarchy TYPE rzshiercols,
hierarchylevel TYPE rrstartlvl,
END OF ty_qxml_cols
|
||
4 | TY_QXML_FLAT | Public | See coding | 20070727 | begin of ty_qxml_flat,
pos TYPE rszposn,
id TYPE sysuuid_25,
type type string,
end of ty_qxml_flat
|
||
5 | TY_QXML_FLAT_LIST | Public | See coding | 20070727 | ty_qxml_flat_list type table of ty_qxml_flat with key id
|
||
6 | TY_QXML_ROWS | Public | See coding | 20070619 | BEGIN OF ty_qxml_rows,
rows TYPE ty_qxml_sheet_list,
displayashierarchy TYPE rszhierrows,
hierarchylevel TYPE rrstartlvl,
END OF ty_qxml_rows
|
||
7 | TY_QXML_SHEET | Public | See coding | 20070614 | BEGIN OF ty_qxml_sheet,
pos TYPE rszposn,
id TYPE sysuuid_25,
structure TYPE REF TO cl_rsz_qd_qxml_structure,
object_type type string,
END OF ty_qxml_sheet
|
||
8 | TY_QXML_SHEET_LIST | Public | See coding | 20070614 | ty_qxml_sheet_list TYPE TABLE OF ty_qxml_sheet WITH KEY id
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSZ_QD_QXML_SHEET has no exception.
Method GET_AGGREGATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATED | Value transfer | Type reference (TYPE) | TY_QXML_SHEET_LIST | 20070614 |
Method GET_AGGREGATED on class CL_RSZ_QD_QXML_SHEET has no exception.
Method GET_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNS | Value transfer | Type reference (TYPE) | TY_QXML_COLS | 20070614 |
Method GET_COLUMNS on class CL_RSZ_QD_QXML_SHEET has no exception.
Method GET_FLAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLAT | Value transfer | Type reference (TYPE) | TY_QXML_FLAT_LIST | 20070614 |
Method GET_FLAT on class CL_RSZ_QD_QXML_SHEET has no exception.
Method GET_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROWS | Value transfer | Type reference (TYPE) | TY_QXML_ROWS | 20070614 |
Method GET_ROWS on class CL_RSZ_QD_QXML_SHEET has no exception.
Method SET_AGGREGATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATED | Value transfer | Type reference (TYPE) | TY_QXML_SHEET_LIST | 20070614 |
Method SET_AGGREGATED on class CL_RSZ_QD_QXML_SHEET has no exception.
Method SET_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNS | Value transfer | Type reference (TYPE) | TY_QXML_COLS | 20070614 |
Method SET_COLUMNS on class CL_RSZ_QD_QXML_SHEET has no exception.
Method SET_FLAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FLAT | Value transfer | Type reference (TYPE) | TY_QXML_FLAT_LIST | 20070614 |
Method SET_FLAT on class CL_RSZ_QD_QXML_SHEET has no exception.
Method SET_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROWS | Value transfer | Type reference (TYPE) | TY_QXML_ROWS | 20070614 |
Method SET_ROWS on class CL_RSZ_QD_QXML_SHEET has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |