SAP ABAP Class CL_QLAST_SUBSELECT (subselect)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDIC_VIEWPARSER (Package) DDIC Viewparser
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_ASTBASE | AST-baseclass | 20121126 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_QLAST_ANNOTABLE | Class containing annotations | 20121126 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_QLAST_SELECT | select | 20121126 |
Properties
| Class | CL_QLAST_SUBSELECT | |
| Short Description | subselect | |
| Super Class | CL_QLAST_ASTBASE | AST-baseclass |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDDIC_VIEWPARSER | DDIC Viewparser |
| Created | 20121015 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_QLAST_SUBSELECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_QLAST_ANNOTABLE | Class containing annotations | 20121126 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DDL_PARSER | 20121126 | view parser |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_ANNOTATIONS | 20121126 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | 20121126 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_DATASOURCE | 20121126 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_GROUPBY | 20121126 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_COND_EXPRESSION | 20121126 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_SELECTLIST | 20121126 | ||||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_QLAST_COND_EXPRESSION | 20121126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121126 | ||
| 2 | Instance method | Public | Method | 20121126 | ||
| 3 | Instance method | Public | Method | 20121126 | ||
| 4 | Instance method | Public | Method | 20121126 | ||
| 5 | Instance method | Public | Method | 20121126 | ||
| 6 | Instance method | Public | Method | 20121126 |
Events
Class CL_QLAST_SUBSELECT has no event.
Types
Class CL_QLAST_SUBSELECT has no local type.
Method Signatures
Method GET_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_DATASOURCE | 20121126 |
Method GET_FROM on class CL_QLAST_SUBSELECT has no exception.
Method GET_GROUPBY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GROUPBY | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_GROUPBY | 20121126 |
Method GET_GROUPBY on class CL_QLAST_SUBSELECT has no exception.
Method GET_HAVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAVING | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_COND_EXPRESSION | 20121126 |
Method GET_HAVING on class CL_QLAST_SUBSELECT has no exception.
Method GET_SELECTLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELECTLIST | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_SELECTLIST | 20121126 |
Method GET_SELECTLIST on class CL_QLAST_SUBSELECT has no exception.
Method GET_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WHERE | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_COND_EXPRESSION | 20121126 |
Method GET_WHERE on class CL_QLAST_SUBSELECT has no exception.
Method IS_DISTINCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISTINCT | Value transfer | Type reference (TYPE) | CHAR1 | 20121126 |
Method IS_DISTINCT on class CL_QLAST_SUBSELECT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |