SAP ABAP Class CL_RSZ_QD_QXML_CONDITION (QueryXML Condition)
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_CONDITION | |
Short Description | QueryXML Condition | |
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_CONDITION has no forward declaration.
Interfaces
Class CL_RSZ_QD_QXML_CONDITION has no interface implemented.
Friends
Class CL_RSZ_QD_QXML_CONDITION 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_CHAR_ASSIGNMENT_LIST | InfoObject | 20070613 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSACTIVE | Flag: Object is active/useable | 20070613 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_QXML_PARAMETER_LIST | 20070613 |
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 |
Events
Class CL_RSZ_QD_QXML_CONDITION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QXML_CHAR_ASSIGNMENT | Public | See coding | 20070710 | BEGIN OF ty_qxml_char_assignment,
name TYPE rsiobjnm,
iobj TYPE REF TO cl_rsz_qd_qxml_infoobject,
END OF ty_qxml_char_assignment
|
||
2 | TY_QXML_CHAR_ASSIGNMENT_LIST | Public | See coding | 20070710 | ty_qxml_char_assignment_list TYPE TABLE OF ty_qxml_char_assignment WITH KEY name
|
||
3 | TY_QXML_PARAMETER | Public | See coding | 20070613 | BEGIN OF ty_qxml_parameter,
enum TYPE rszenum,
structure_list TYPE ty_qxml_structure_list,
range TYPE REF TO cl_rsz_qd_qxml_range,
END OF ty_qxml_parameter
|
||
4 | TY_QXML_PARAMETER_LIST | Public | See coding | 20070613 | ty_qxml_parameter_list TYPE TABLE OF ty_qxml_parameter WITH KEY enum
|
||
5 | TY_QXML_STRUCTURE | Public | See coding | 20070613 | BEGIN OF ty_qxml_structure, " there should be 2 entries at max
stru_id TYPE sysuuid_25, " we just need the reference number here
str_elem TYPE sysuuid_25,
str_elem_type type string,
"structure TYPE REF TO cl_rsz_qd_qxml_structure, " inside a Condition we only referenciate via IDREF, so no need for this
END OF ty_qxml_structure
|
||
6 | TY_QXML_STRUCTURE_LIST | Public | See coding | 20070613 | ty_qxml_structure_list TYPE TABLE OF ty_qxml_structure WITH KEY stru_id
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHARACTERISTIC_ASSIGNMENT | Value transfer | Type reference (TYPE) | TY_QXML_CHAR_ASSIGNMENT_LIST | 20070613 | |||
2 | ![]() |
DEFAULTHINT | Value transfer | Type reference (TYPE) | RSZX_DEFAULTHINT | 20070619 | |||
3 | ![]() |
ID | Value transfer | Type reference (TYPE) | SYSUUID_25 | 20070613 | |||
4 | ![]() |
INSTANCE_ORDER | Value transfer | Type reference (TYPE) | RSZ_X_ORDER | 20070619 | |||
5 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | RSACTIVE | 20070613 | |||
6 | ![]() |
IS_CELL | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
7 | ![]() |
IS_DELETED | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
8 | ![]() |
IS_NEW | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
9 | ![]() |
IS_REUSABLE | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 | |||
10 | ![]() |
PARAMETER_LIST | Value transfer | Type reference (TYPE) | TY_QXML_PARAMETER_LIST | 20070613 | |||
11 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | RSTXTLG | 20070613 | |||
12 | ![]() |
TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | 20070619 | |||
13 | ![]() |
USESS_DEFAULTTEXT | Value transfer | Type reference (TYPE) | RS_BOOL | 20070619 |
Method CONSTRUCTOR on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method GET_CHARACTERISTIC_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHARACTERISTIC_ASSIGNMENT | Value transfer | Type reference (TYPE) | TY_QXML_CHAR_ASSIGNMENT_LIST | 20070613 |
Method GET_CHARACTERISTIC_ASSIGNMENT on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method GET_IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | RSACTIVE | 20070613 |
Method GET_IS_ACTIVE on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method GET_PARAMETER_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAMETER_LIST | Value transfer | Type reference (TYPE) | TY_QXML_PARAMETER_LIST | 20070613 |
Method GET_PARAMETER_LIST on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method SET_CHARACTERISTIC_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHARACTERISTIC_ASSIGNMENT | Value transfer | Type reference (TYPE) | TY_QXML_CHAR_ASSIGNMENT_LIST | 20070613 |
Method SET_CHARACTERISTIC_ASSIGNMENT on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method SET_IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | RSACTIVE | 20070613 |
Method SET_IS_ACTIVE on class CL_RSZ_QD_QXML_CONDITION has no exception.
Method SET_PARAMETER_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAMETER_LIST | Value transfer | Type reference (TYPE) | TY_QXML_PARAMETER_LIST | 20070613 |
Method SET_PARAMETER_LIST on class CL_RSZ_QD_QXML_CONDITION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |