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 | Instance attribute | Private | Type reference (TYPE) | RSZCELLTP | Cell Type | 20070612 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_QXML_COORDINATES | 20070612 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_QXML_ELEM_PROP | 20070620 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | RRXHIDDEN | StrMember: Member will not be displayed | 20070704 | |||
| 5 | 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 | Instance method | Public | Constructor | CONSTRUCTOR | 20070619 | |
| 2 | Instance method | Public | Method | 20070612 | ||
| 3 | Instance method | Public | Method | 20070612 | ||
| 4 | Instance method | Public | Method | 20070612 | ||
| 5 | Instance method | Public | Method | 20070612 | ||
| 6 | Instance method | Private | Method | 20070727 | ||
| 7 | Instance method | Private | Method | 20070727 | ||
| 8 | Instance method | Private | Method | 20070727 | ||
| 9 | Instance method | Public | Method | 20070612 | ||
| 10 | Instance method | Public | Method | 20070612 | ||
| 11 | Instance method | Public | Method | 20070612 | ||
| 12 | 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
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |