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 AGGREGATED Instance attribute Private Type reference (TYPE) TY_QXML_SHEET_LIST 20070614
2 CELLS Instance attribute Private Type reference (TYPE) TY_QXML_CELL_LIST 20070717
3 COLUMNS Instance attribute Private Type reference (TYPE) TY_QXML_COLS 20070614
4 FLAT Instance attribute Private Type reference (TYPE) TY_QXML_FLAT_LIST 20070614
5 ROWS Instance attribute Private Type reference (TYPE) TY_QXML_ROWS 20070614
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070614
2 GET_AGGREGATED Instance method Public Method 20070614
3 GET_COLUMNS Instance method Public Method 20070614
4 GET_FLAT Instance method Public Method 20070614
5 GET_ROWS Instance method Public Method 20070614
6 SET_AGGREGATED Instance method Public Method 20070614
7 SET_COLUMNS Instance method Public Method 20070614
8 SET_FLAT Instance method Public Method 20070614
9 SET_ROWS 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

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATED Value transfer Type reference (TYPE) TY_QXML_SHEET_LIST 20070614
2 Importing COLUMNS Value transfer Type reference (TYPE) TY_QXML_COLS 20070614
3 Importing COMP_DATA Value transfer Type reference (TYPE) TY_QXML_COMP_DATA 20070614
4 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619
5 Importing FLAT Value transfer Type reference (TYPE) TY_QXML_FLAT_LIST 20070614
6 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 20070614
7 Importing INFOPROVIDER_DATA Value transfer Type reference (TYPE) TY_QXML_COMPIC_DATA_LIST 20070703
8 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619
9 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619
10 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619
11 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619
12 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619
13 Importing NAME Value transfer Type reference (TYPE) RSZCOMPID 20070614
14 Importing ROWS Value transfer Type reference (TYPE) TY_QXML_ROWS 20070614
15 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG 20070614
16 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619
17 Importing USER_DATA Value transfer Type reference (TYPE) TY_QXML_USER_DATA 20070614
18 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619

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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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