SAP ABAP Class CL_RSZ_QD_QXML_CELL (QueryXML Cell)
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_ELEM_COMMONS Common Attributes of Query Elements 20070619
Properties
Class CL_RSZ_QD_QXML_CELL  
Short Description QueryXML Cell    
Super Class CL_RSZ_QD_QXML_ELEM_COMMONS Common Attributes of Query Elements 
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_CELL has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_CELL has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_CELL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CELLTYPE Instance attribute Private Type reference (TYPE) RSZCELLTP Cell Type 20070612
2 COORDINATES Instance attribute Private Type reference (TYPE) TY_QXML_COORDINATES 20070612
3 ELEMENT_PROPERTIES Instance attribute Private Type reference (TYPE) TY_QXML_ELEM_PROP 20070620
4 HIDDEN Instance attribute Private Type reference (TYPE) RRXHIDDEN StrMember: Member will not be displayed 20070704
5 STRMEM Instance attribute Private Object reference (TYPE REF TO) CL_RSZ_QD_QXML_ELEM_COMMONS Common Attributes of Query Elements 20070727
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070619
2 GET_CELLTYPE Instance method Public Method 20070612
3 GET_COORDINATES Instance method Public Method 20070612
4 GET_FORMULA Instance method Public Method 20070612
5 GET_SELECTION Instance method Public Method 20070612
6 SERIALIZECALCULATION Instance method Private Method 20070727
7 SERIALIZEDISPLAY Instance method Private Method 20070727
8 SERIALIZEPLANNING Instance method Private Method 20070727
9 SET_CELLTYPE Instance method Public Method 20070612
10 SET_COORDINATES Instance method Public Method 20070612
11 SET_FORMULA Instance method Public Method 20070612
12 SET_SELECTION Instance method Public Method 20070612
Events
Class CL_RSZ_QD_QXML_CELL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_QXML_CALCULATION Public See coding 20070704 BEGIN OF ty_qxml_calculation, calc_single_value_as TYPE rrplevel, calc_single_value_as_cnt TYPE rszfpricnt_char, calc_result_as TYPE rrlaggr, calc_result_as_cnt TYPE rszfpricnt_char, is_cumulated TYPE rrcumul, is_cumulated_cnt TYPE rszfpricnt_char, also_apply_to_results TYPE rs_bool, calc_direction TYPE rszaxis, END OF ty_qxml_calculation
2 TY_QXML_COORDINATES Public See coding 20070612 BEGIN OF ty_qxml_coordinates, coordinate1 TYPE sysuuid_25, coordinate1_type TYPE char3, " type of the coordinate (selection, variable, ...) constants available via Helperclass coordinate2 TYPE sysuuid_25, coordinate2_type TYPE char3, " type of the coordinate (selection, variable, ...) constants available via Helperclass END OF ty_qxml_coordinates
3 TY_QXML_DISPLAY Public See coding 20070620 BEGIN OF ty_qxml_display, scaling_factor TYPE rrscale, scaling_factor_cnt TYPE rszfpricnt_char, num_precision TYPE rrprecision, num_precision_cnt TYPE rszfpricnt_char, highlight TYPE rrxemphasis, highlight_cnt TYPE rszfpricnt_char, sign_change TYPE rszsign, END OF ty_qxml_display
4 TY_QXML_ELEM_PROP Public See coding 20070620 BEGIN OF ty_qxml_elem_prop, display TYPE ty_qxml_display, calculation TYPE ty_qxml_calculation, planning type ty_qxml_planning, END OF ty_qxml_elem_prop
5 TY_QXML_PLANNING Public See coding 20070704 BEGIN OF ty_qxml_planning, input_mode TYPE rszx_input_mode, input_mode_cnt TYPE rszfpricnt_char, disaggregation TYPE rszdis, disaggregation_cnt TYPE rszfpricnt_char, disaggregationref TYPE rszdisref, disaggreagtion_ref_cnt TYPE rszfpricnt_char, END OF ty_qxml_planning
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELLTYPE Value transfer Type reference (TYPE) RSZCELLTP 20070619
2 Importing COORDINATES Value transfer Type reference (TYPE) TY_QXML_COORDINATES 20070619
3 Importing DEFAULTHINT Value transfer Type reference (TYPE) RSZX_DEFAULTHINT 20070619
4 Importing FORMULA Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_FORMULA 20070619
5 Importing ID Value transfer Type reference (TYPE) SYSUUID_25 20070619
6 Importing INSTANCE_ORDER Value transfer Type reference (TYPE) RSZ_X_ORDER 20070619
7 Importing IS_CELL Value transfer Type reference (TYPE) RS_BOOL 20070619
8 Importing IS_DELETED Value transfer Type reference (TYPE) RS_BOOL 20070619
9 Importing IS_NEW Value transfer Type reference (TYPE) RS_BOOL 20070619
10 Importing IS_REUSABLE Value transfer Type reference (TYPE) RS_BOOL 20070619
11 Importing SELECTION Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_SELECTION 20070619
12 Importing TEXT Value transfer Type reference (TYPE) RSTXTLG 20070619
13 Importing TRANSPORT_REQUEST Value transfer Type reference (TYPE) TRKORR 20070619
14 Importing USESS_DEFAULTTEXT Value transfer Type reference (TYPE) RS_BOOL 20070619

Method CONSTRUCTOR on class CL_RSZ_QD_QXML_CELL has no exception.

Method GET_CELLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELLTYPE Value transfer Type reference (TYPE) RSZCELLTP 20070612

Method GET_CELLTYPE on class CL_RSZ_QD_QXML_CELL has no exception.

Method GET_COORDINATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COORDINATES Value transfer Type reference (TYPE) TY_QXML_COORDINATES 20070612

Method GET_COORDINATES on class CL_RSZ_QD_QXML_CELL has no exception.

Method GET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORMULA Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_FORMULA 20070612

Method GET_FORMULA on class CL_RSZ_QD_QXML_CELL has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SELECTION Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_SELECTION 20070612

Method GET_SELECTION on class CL_RSZ_QD_QXML_CELL has no exception.

Method SERIALIZECALCULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOM_WRITER Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_DOM_WRITER 20070727

Method SERIALIZECALCULATION on class CL_RSZ_QD_QXML_CELL has no exception.

Method SERIALIZEDISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOM_WRITER Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_DOM_WRITER 20070727

Method SERIALIZEDISPLAY on class CL_RSZ_QD_QXML_CELL has no exception.

Method SERIALIZEPLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOM_WRITER Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_DOM_WRITER 20070727

Method SERIALIZEPLANNING on class CL_RSZ_QD_QXML_CELL has no exception.

Method SET_CELLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELLTYPE Value transfer Type reference (TYPE) RSZCELLTP 20070612

Method SET_CELLTYPE on class CL_RSZ_QD_QXML_CELL has no exception.

Method SET_COORDINATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COORDINATES Value transfer Type reference (TYPE) TY_QXML_COORDINATES 20070612

Method SET_COORDINATES on class CL_RSZ_QD_QXML_CELL has no exception.

Method SET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMULA Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_FORMULA 20070612

Method SET_FORMULA on class CL_RSZ_QD_QXML_CELL has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTION Value transfer Object reference (TYPE REF TO) CL_RSZ_QD_QXML_SELECTION 20070612

Method SET_SELECTION on class CL_RSZ_QD_QXML_CELL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710