SAP ABAP Interface IF_OIUP_SQL_PARSER_SELECT (PDM - Parse SELECT Interface)
Hierarchy
☛
IS-OIL (Software Component) IS-OIL
⤷
IS-OIL-PRA (Application Component) Production and Revenue Accounting
⤷
OIU_P (Package) Partitioned Data Management
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OIUP_SQL_PARSER_SELECT | PDM - Parse SELECT | 20040414 |
Properties
| Interface | IF_OIUP_SQL_PARSER_SELECT | |
| Short Description | PDM - Parse SELECT Interface |
General Data
| Package | OIU_P | Partitioned Data Management |
| Created | 20040414 | SAP |
| Last changed | 20060208 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_OIUP_SQL_PARSER_SELECT has no forward declaration.
Interfaces
Interface IF_OIUP_SQL_PARSER_SELECT has no interface.
Friends
Interface IF_OIUP_SQL_PARSER_SELECT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATE | Instance attribute | Public | Type reference (TYPE) | FLAG | Aggregate SELECT? | 20040428 | ||
| 2 | APPENDING | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT APPENDING? | 20040525 | ||
| 3 | BYPASSING_BUFFER | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT BYPASSING BUFFER? | 20040602 | ||
| 4 | DOOMSDAY | Instance attribute | Public | Type reference (TYPE) | FLAG | Insert Into Shadow? | 20040428 | ||
| 5 | FIELD_ALIASES | Instance attribute | Public | Type reference (TYPE) | OIUP_SELECT_FIELD_ITAB | All Field Aliases | 20040421 | ||
| 6 | FIELD_LIST_STRING | Instance attribute | Public | Type reference (TYPE) | STRING | Field List String | 20040414 | ||
| 7 | FOR_ALL_ENTRIES_LOCATION | Instance attribute | Public | Type reference (TYPE) | CHAR1 | 'F' = FROM, 'I' = INTO | 20050520 | ||
| 8 | FOR_ALL_ENTRIES_REF | Instance attribute | Public | Type reference (TYPE) | ROIUP_REFERENCE | FOR ALL ENTRIES ITAB | 20040628 | ||
| 9 | GROUP_BY_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | GROUP BY Clause | 20040421 | ||
| 10 | HAVING_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | HAVING Clause | 20040421 | ||
| 11 | HAVING_PARSE_TREE | Instance attribute | Public | Object reference (TYPE REF TO) | CL_OIUP_SQL_PARSER_WHERE_TREE | Having Clause Tree/Node | 20040609 | ||
| 12 | HINT_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | DB Hints | 20040429 | ||
| 13 | INTO_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | INTO Clause | 20040429 | ||
| 14 | INTO_REFERENCES | Instance attribute | Public | Type reference (TYPE) | OIUP_REFERENCE_ITAB | INTO References | 20040414 | ||
| 15 | ON_REFERENCES | Instance attribute | Public | Type reference (TYPE) | OIUP_REFERENCE_ITAB | ON References | 20050718 | ||
| 16 | ORDER_BY_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | ORDER BY Clause | 20040421 | ||
| 17 | PACKAGE_SIZE | Instance attribute | Public | Type reference (TYPE) | I | Package Size | 20040617 | ||
| 18 | SELECT_CLAUSE | Instance attribute | Public | Type reference (TYPE) | OIUP_STRING_ITAB | SELECT Clause | 20040429 | ||
| 19 | SELECT_COUNT_ASTERISK | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT COUNT(*)? | 20040929 | ||
| 20 | SELECT_DISTINCT | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT DISTINCT? | 20040618 | ||
| 21 | SELECT_ENDSELECT | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT/ENDSELECT? | 20040525 | ||
| 22 | SELECT_FOR_ALL_ENTRIES | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT FOR ALL ENTRIES? | 20040628 | ||
| 23 | SELECT_FOR_UPDATE | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT FOR UPDATE? | 20040929 | ||
| 24 | SELECT_INTO_CORRESPONDING | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT INTO CORRESPONDING? | 20040611 | ||
| 25 | SELECT_INTO_TABLE | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT INTO TABLE? | 20040525 | ||
| 26 | SELECT_PACKAGE_SIZE | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT PACKAGE SIZE? | 20040617 | ||
| 27 | SELECT_SINGLE | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT SINGLE? | 20041207 | ||
| 28 | SELECT_UP_TO_X_ROWS | Instance attribute | Public | Type reference (TYPE) | FLAG | SELECT UP TO x ROWS? | 20040618 | ||
| 29 | TABLE_ALIASES | Instance attribute | Public | Type reference (TYPE) | OIUP_TABLE_ALIAS_ITAB | All Table Aliases | 20040421 | ||
| 30 | UP_TO_X_ROWS | Instance attribute | Public | Type reference (TYPE) | I | Up to X Rows | 20040618 | ||
| 31 | UP_TO_X_ROWS_LOCATION | Instance attribute | Public | Type reference (TYPE) | CHAR1 | 'F' = FROM, 'I' = INTO | 20050526 | ||
| 32 | UP_TO_X_ROWS_REF | Instance attribute | Public | Type reference (TYPE) | ROIUP_REFERENCE | Up TO X ROWS Reference | 20050525 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Traverse Parse Tree for Having Clause | 20040609 |
Events
Interface IF_OIUP_SQL_PARSER_SELECT has no event.
Types
Interface IF_OIUP_SQL_PARSER_SELECT has no local type.
Method Signatures
Method TRAVERSE_HAVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Value transfer | Type reference (TYPE) | STRING | Having Expression | 20040609 | |||
| 2 | FIELD | Value transfer | Type reference (TYPE) | FIELDNAME | SPACE | Specific Field Only? | 20040609 | ||
| 3 | REPLACE_VARIABLE | Value transfer | Type reference (TYPE) | FLAG | 'X' | 'X' - Return Value, SPACE - Return Variable | 20040609 | ||
| 4 | RETURN_VIA_STRING | Value transfer | Type reference (TYPE) | FLAG | SPACE | 'X' - Return String, SPACE - Return Technical Where Clause | 20040609 | ||
| 5 | TABLE | Value transfer | Type reference (TYPE) | TABNAME | SPACE | Specific Table Only? | 20040609 | ||
| 6 | TRANSLATE_SPLIT_FIELD | Value transfer | Type reference (TYPE) | FLAG | SPACE | 'X' - Translate Split Field to Common Date Field | 20040609 |
Method TRAVERSE_HAVING on Interface IF_OIUP_SQL_PARSER_SELECT has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 472 |