SAP ABAP Class CL_OIUP_SQL_PARSER_SELECT (PDM - Parse SELECT)
Hierarchy
☛
IS-OIL (Software Component) IS-OIL
⤷
IS-OIL-PRA (Application Component) Production and Revenue Accounting
⤷
OIU_P (Package) Partitioned Data Management

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_SQL_PARSER_WHERE | PDM - Parse SQL With WHERE Clause | 20040414 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OIUP_SQL_PARSER_SELECT | PDM - Parse SELECT Interface | 20040414 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_SQL_PARSER_SUBQUERY | PDM - Parse Subquery | 20040608 |
Properties
Class | CL_OIUP_SQL_PARSER_SELECT | |
Short Description | PDM - Parse SELECT | |
Super Class | CL_OIUP_SQL_PARSER_WHERE | PDM - Parse SQL With WHERE Clause |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | OIUP | |
Program status | ||
Category | 0 | |
Package | OIU_P | Partitioned Data Management |
Created | 20040412 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_OIUP_SQL_PARSER_SELECT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_OIUP_SQL_PARSER_SELECT | PDM - Parse SELECT Interface | 20040414 |
Friends
Class CL_OIUP_SQL_PARSER_SELECT has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Is the table a dependent table is dependent on involved? | 20041008 |
2 | ![]() |
Instance method | Private | Method | Parse HAVING_CLAUSE | 20040609 |
3 | ![]() |
Instance method | Private | Method | Parse INTO_CLAUSE | 20040413 |
4 | ![]() |
Instance method | Private | Method | Parse ON Condition | 20040817 |
5 | ![]() |
Instance method | Private | Method | Parse ORDER_BY_CLAUSE | 20040602 |
6 | ![]() |
Instance method | Private | Method | Parse SELECT_CLAUSE | 20040413 |
7 | ![]() |
Instance method | Protected | Method | 20040609 |
Events
Class CL_OIUP_SQL_PARSER_SELECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_AND_OR | Private | Type reference (TYPE) | CHAR3 | AND, OR | 20040412 |
|
Method Signatures
Method IS_DEPENDENT_ON_TABLE_INVOLVED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INVOLVED | Value transfer | Type reference (TYPE) | FLAG | Involved or not? | 20041008 | ||
2 | ![]() |
TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20041008 |
Method IS_DEPENDENT_ON_TABLE_INVOLVED on class CL_OIUP_SQL_PARSER_SELECT has no exception.
Method PARSE_HAVING_CLAUSE Signature
Method PARSE_HAVING_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Subquery Encountered | 20040611 |
Method PARSE_INTO_CLAUSE Signature
Method PARSE_INTO_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no parameter.
Method PARSE_INTO_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no exception.
Method PARSE_ON_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Field Name | 20040817 | ||
2 | ![]() |
ON_CONDITION | Value transfer | Type reference (TYPE) | STRING | On Condition | 20040817 | ||
3 | ![]() |
TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20040817 |
Method PARSE_ON_CONDITION on class CL_OIUP_SQL_PARSER_SELECT has no exception.
Method PARSE_ORDER_BY_CLAUSE Signature
Method PARSE_ORDER_BY_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no parameter.
Method PARSE_ORDER_BY_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no exception.
Method PARSE_SELECT_CLAUSE Signature
Method PARSE_SELECT_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no parameter.
Method PARSE_SELECT_CLAUSE on class CL_OIUP_SQL_PARSER_SELECT has no exception.
Method TRAVERSE_HAVING Signature
Method TRAVERSE_HAVING on class CL_OIUP_SQL_PARSER_SELECT has no parameter.
Method TRAVERSE_HAVING on class CL_OIUP_SQL_PARSER_SELECT has no exception.
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 472 |