SAP ABAP Class CL_RSZ_QD_QXML_EXCEPTION (QueryXML Exception)
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_EXCEPTION | |
| Short Description | QueryXML Exception | |
| 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_EXCEPTION has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_EXCEPTION has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_EXCEPTION 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_CELL_RESTRICTION | 20070720 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_QXML_DEFINITION | 20070613 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_QXML_DISPLAY | 20070613 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_QXML_EXCEPTION_VALUE_LIST | 20070613 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSACTIVE | Flag: Object is active/useable | 20070711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070613 | |
| 2 | Instance method | Public | Method | 20070613 | ||
| 3 | Instance method | Public | Method | 20070613 | ||
| 4 | Instance method | Public | Method | 20070613 | ||
| 5 | Instance method | Public | Method | 20070613 | ||
| 6 | Instance method | Public | Method | 20070613 | ||
| 7 | Instance method | Public | Method | 20070613 | ||
| 8 | Instance method | Public | Method | 20070613 | ||
| 9 | Instance method | Public | Method | 20070613 |
Events
Class CL_RSZ_QD_QXML_EXCEPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_QXML_CELL_RESTRICTION | Public | See coding | 20070613 | BEGIN OF ty_qxml_cell_restriction,
infoobject_list TYPE ty_qxml_infoobject_list,
affectsonlyresults TYPE rsra_abs_rel,
END OF ty_qxml_cell_restriction
|
||
| 2 | TY_QXML_DEFINITION | Public | See coding | 20070613 | BEGIN OF ty_qxml_definition,
structure_elements TYPE ty_qxml_structure_element_list,
eval_before_list_calc TYPE rs_bool,
END OF ty_qxml_definition
|
||
| 3 | TY_QXML_DISPLAY | Public | See coding | 20070613 | BEGIN OF ty_qxml_display,
display_elements TYPE ty_qxml_structure_element_list,
affects_data_cells TYPE rsz_exc_no_disp_data,
affects_characteristic_cells TYPE rsz_disp_tuple,
END OF ty_qxml_display
|
||
| 4 | TY_QXML_EXCEPTION_VALUE | Public | See coding | 20070613 | BEGIN OF ty_qxml_exception_value,
enum TYPE rszenum,
range TYPE REF TO cl_rsz_qd_qxml_range,
alertlevel TYPE rsra_alert_level,
END OF ty_qxml_exception_value
|
||
| 5 | TY_QXML_EXCEPTION_VALUE_LIST | Public | See coding | 20070613 | ty_qxml_exception_value_list TYPE TABLE OF ty_qxml_exception_value WITH KEY enum
|
||
| 6 | TY_QXML_INFOOBJECT | Public | See coding | 20070613 | BEGIN OF ty_qxml_infoobject,
enum TYPE rszenum,
infoobject TYPE REF TO cl_rsz_qd_qxml_infoobject,
END OF ty_qxml_infoobject
|
||
| 7 | TY_QXML_INFOOBJECT_LIST | Public | See coding | 20070613 | ty_qxml_infoobject_list TYPE TABLE OF ty_qxml_infoobject WITH KEY enum
|
||
| 8 | TY_QXML_STRUCTURE_ELEMENT | Public | See coding | 20070613 | BEGIN OF ty_qxml_structure_element,
stru_id TYPE sysuuid_25,
stru_mem TYPE sysuuid_25,
str_mem_type type string,
* structure TYPE REF TO cl_rsz_qd_qxml_structure,
END OF ty_qxml_structure_element
|
||
| 9 | TY_QXML_STRUCTURE_ELEMENT_LIST | Public | See coding | 20070613 | ty_qxml_structure_element_list TYPE TABLE OF ty_qxml_structure_element WITH KEY stru_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELL_RESTRICITION | Value transfer | Type reference (TYPE) | TY_QXML_CELL_RESTRICTION | 20070613 | ||||
| 2 | DEFAULTHINT | Value transfer | Type reference (TYPE) | RSZX_DEFAULTHINT | 20070619 | ||||
| 3 | DEFINITION | Value transfer | Type reference (TYPE) | TY_QXML_DEFINITION | 20070613 | ||||
| 4 | DISPLAY | Value transfer | Type reference (TYPE) | TY_QXML_DISPLAY | 20070613 | ||||
| 5 | EXCEPTION_VALUE_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_VALUE_LIST | 20070613 | ||||
| 6 | ID | Value transfer | Type reference (TYPE) | SYSUUID_25 | 20070613 | ||||
| 7 | INSTANCE_ORDER | Value transfer | Type reference (TYPE) | RSZ_X_ORDER | 20070619 | ||||
| 8 | IS_CELL | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | ||||
| 9 | IS_DELETED | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | ||||
| 10 | IS_NEW | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | ||||
| 11 | IS_REUSABLE | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | ||||
| 12 | TEXT | Value transfer | Type reference (TYPE) | RSTXTLG | 20070613 | ||||
| 13 | TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | 20070619 | ||||
| 14 | USESS_DEFAULTTEXT | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 |
Method CONSTRUCTOR on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method GET_CELL_RESTRICITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELL_RESTRICITION | Value transfer | Type reference (TYPE) | TY_QXML_CELL_RESTRICTION | 20070613 |
Method GET_CELL_RESTRICITION on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method GET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFINITION | Value transfer | Type reference (TYPE) | TY_QXML_DEFINITION | 20070613 |
Method GET_DEFINITION on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method GET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY | Value transfer | Type reference (TYPE) | TY_QXML_DISPLAY | 20070613 |
Method GET_DISPLAY on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method GET_EXCEPTION_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION_VALUE_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_VALUE_LIST | 20070613 |
Method GET_EXCEPTION_VALUE_LIST on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method SET_CELL_RESTRICITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELL_RESTRICITION | Value transfer | Type reference (TYPE) | TY_QXML_CELL_RESTRICTION | 20070613 |
Method SET_CELL_RESTRICITION on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method SET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFINITION | Value transfer | Type reference (TYPE) | TY_QXML_DEFINITION | 20070613 |
Method SET_DEFINITION on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method SET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY | Value transfer | Type reference (TYPE) | TY_QXML_DISPLAY | 20070613 |
Method SET_DISPLAY on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
Method SET_EXCEPTION_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION_VALUE_LIST | Value transfer | Type reference (TYPE) | TY_QXML_EXCEPTION_VALUE_LIST | 20070613 |
Method SET_EXCEPTION_VALUE_LIST on class CL_RSZ_QD_QXML_EXCEPTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |