SAP ABAP Class CL_ADT_DP_OPEN_SQL_HANDLER (Handler class for Open SQL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SDP_ADT (Package) Development package
⤷
⤷
Properties
| Class | CL_ADT_DP_OPEN_SQL_HANDLER | |
| Short Description | Handler class for Open SQL | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDP_ADT | Development package |
| Created | 20130723 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ADT_DP_OPEN_SQL_HANDLER has no interface implemented.
Friends
Class CL_ADT_DP_OPEN_SQL_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20130726 | |||||
| 2 | Constant | Private | See coding | 20130724 | |||||
| 3 | Instance attribute | Private | Type reference (TYPE) | SANA_STOKESX_TAB | Sequence of qualified tokens | 20130725 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_SELECT_FIELDS | 20130726 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_TABLE_DET | 20130726 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130726 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130725 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130725 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131003 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130723 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130725 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130801 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130725 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20130725 |
Methods
Events
Class CL_ADT_DP_OPEN_SQL_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SELECT_FIELDS | Private | See coding | 20130726 | tt_select_fields TYPE TABLE OF ty_select_field WITH DEFAULT KEY
|
||
| 2 | TT_TABLE_DET | Private | See coding | 20130726 | tt_table_det TYPE STANDARD TABLE OF ty_table_det WITH DEFAULT KEY
|
||
| 3 | TY_SELECT_FIELD | Private | See coding | 20130726 | BEGIN OF ty_select_field,
qualifier TYPE string,
fielname TYPE string,
alias TYPE string,
aggregate_func TYPE string,
END OF ty_select_field
|
||
| 4 | TY_TABLE_DET | Private | See coding | 20130726 | BEGIN OF ty_table_det,
table_name TYPE string,
alias TYPE string,
END OF ty_table_det
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | 20130725 |
Method CONSTRUCTOR on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method GENERATE_DATA_TYPE_DECLARAION Signature
Method GENERATE_DATA_TYPE_DECLARAION on class CL_ADT_DP_OPEN_SQL_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130920 |
Method GET_CLAUSE_FOR_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CLAUSE | Value transfer | Type reference (TYPE) | STRING | 20130725 | ||||
| 2 | EV_LENGTH | Call by reference | Type reference (TYPE) | I | 20130725 | ||||
| 3 | EV_OFFSET | Call by reference | Type reference (TYPE) | I | 20130725 | ||||
| 4 | IV_TOKEN | Call by reference | Type reference (TYPE) | STRING | 20130725 |
Method GET_CLAUSE_FOR_TOKEN on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method GET_FORBIDDEN_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20130726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130920 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NEW_FORMAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131003 | |||
| 2 | IV_QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | 20130725 | ||||
| 3 | RO_OPEN_SQL_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ADT_DP_OPEN_SQL_HANDLER | Handler class for Open SQL | 20130725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130725 |
Method GET_QUERY_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | 20130723 | ||||
| 2 | EV_EXECUTION_TIME | Call by reference | Type reference (TYPE) | STRING | 20131112 | ||||
| 3 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20130726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130726 |
Method PARSE_COMMA_SEP_SELECT_CLAUSE Signature
Method PARSE_COMMA_SEP_SELECT_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no parameter.
Method PARSE_COMMA_SEP_SELECT_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method PARSE_FROM_CLAUSE Signature
Method PARSE_FROM_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no parameter.
Method PARSE_FROM_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method PARSE_QUERY Signature
Method PARSE_QUERY on class CL_ADT_DP_OPEN_SQL_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130726 |
Method PARSE_SELECT_CLAUSE Signature
Method PARSE_SELECT_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no parameter.
Method PARSE_SELECT_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method REPLACE_INTO_UPTO_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20130726 |
Method REPLACE_INTO_UPTO_CLAUSE on class CL_ADT_DP_OPEN_SQL_HANDLER has no exception.
Method SPLIT_QUERY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QUERY_LINES | Value transfer | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130807 |
Method TOKENISE_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TOKENS | Value transfer | Type reference (TYPE) | SANA_STOKESX_TAB | 20130731 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130805 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |