Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130917 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_CAPABILITY_SERVICE | Capability Service for DB supported features | 20130917 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_QUERY_ENGINE | Execute SADL queries on DB | 20130917 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SADL_QUERY_ENGINE_OSQL | SADL SQL Engine | 20130917 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SADL_SQL_ENGINE | SADL SQL Engine | 20130917 |
Properties
Class | CL_SADL_QUERY_ENGINE_SQL_BASE | |
Short Description | Abstract base class for SADL SQL query engines | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SADL_QUERY_ENGINE_COMMON | Common objects of SADL Query Engine |
Created | 20130917 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SADL_QUERY_ENGINE_SQL_BASE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130917 | ||
2 | IF_SADL_CAPABILITY_SERVICE | Capability Service for DB supported features | 20130917 | ||
3 | IF_SADL_QUERY_ENGINE | Execute SADL queries on DB | 20130917 |
Friends
Class CL_SADL_QUERY_ENGINE_SQL_BASE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20131030 | |||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20131030 | |||
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130917 | |||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131121 | |||
5 | ![]() |
Instance attribute | Protected | See coding | 20131101 | ||||
6 | ![]() |
Instance attribute | Protected | See coding | 20130917 | ||||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ADBC_COLUMN_TAB | 20130927 | |||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_SADL_VIEW_DB=>TT_CALCULATED_ELEMENTS | 20131031 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_SORTED_VIEW_ELEMENTS | 20131031 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_SORTED_VIEW_ENTITIES | 20131031 | |||
11 | ![]() |
Instance attribute | Protected | See coding | 20131031 | ||||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_SADL_VIEW_DB=>TT_JOIN_MODEL | 20131031 |
Methods
Events
Class CL_SADL_QUERY_ENGINE_SQL_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_SORTED_ENTITY_PARAMETERS | Protected | See coding | 20131120 | tt_sorted_entity_parameters TYPE SORTED TABLE OF if_sadl_public_types=>ty_entity_parameters WITH NON-UNIQUE KEY entity_alias
|
||
2 | TT_SORTED_PARAMETERS | Protected | See coding | 20131120 | tt_sorted_parameters TYPE SORTED TABLE OF if_sadl_public_types=>ty_parameter WITH NON-UNIQUE KEY name
|
||
3 | TT_SORTED_VIEW_ELEMENTS | Protected | See coding | 20130917 | tt_sorted_view_elements TYPE SORTED TABLE OF if_sadl_view_db=>ty_element WITH NON-UNIQUE KEY primary_key ALIAS alias COMPONENTS alias
WITH NON-UNIQUE SORTED KEY entity_alias COMPONENTS entity_alias
|
||
4 | TT_SORTED_VIEW_ENTITIES | Protected | See coding | 20131120 | tt_sorted_view_entities TYPE SORTED TABLE OF if_sadl_view_db=>ty_entity WITH NON-UNIQUE KEY alias
|
||
5 | TY_ENTITY_DB_INFO | Protected | See coding | 20130917 | BEGIN OF ty_entity_db_info,
ddic_artifact TYPE string,
db_artifact TYPE string,
db_schema TYPE string,
END OF ty_entity_db_info
|
||
6 | TY_SORTED_PARAMETERS | Protected | See coding | 20131120 | BEGIN OF ty_sorted_parameters,
view_metadata TYPE tt_sorted_parameters,
entity TYPE tt_sorted_entity_parameters,
END OF ty_sorted_parameters
|
Method Signatures
Method APPEND_CONSTRAINT_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131025 | |||
2 | ![]() |
IS_TARGET_BO_NODE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131025 | |||
3 | ![]() |
IT_PLACEHOLDER | Call by reference | Type reference (TYPE) | TT_SORTED_PARAMETERS | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method APPEND_SEARCH_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131025 | |||
2 | ![]() |
IS_TEXT_SEARCH | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_TEXT_SEARCH | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method APPEND_SEARCH_SCORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131024 | |||
2 | ![]() |
IS_TEXT_SEARCH | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_TEXT_SEARCH | 20131024 |
Method APPEND_SEARCH_SCORE on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method CHECK_VIEW_METADATA Signature
Method CHECK_VIEW_METADATA on class CL_SADL_QUERY_ENGINE_SQL_BASE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131119 |
Method CREATE_CONSTRAINT_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20131025 | |||
3 | ![]() |
IV_BO_NODE_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20131025 | |||
4 | ![]() |
IV_OPERATOR | Call by reference | Type reference (TYPE) | STRING | 20131025 | |||
5 | ![]() |
IV_RHS | Call by reference | Type reference (TYPE) | STRING | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method CREATE_JOIN_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_JOIN | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_JOIN | 20131025 |
Method CREATE_JOIN_CONDITION on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method EXECUTE_SQL_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FLAT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20131022 | |||
2 | ![]() |
EV_COUNT | Call by reference | Type reference (TYPE) | INT4 | 20131022 | |||
3 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131022 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131022 |
Method GENERATE_COUNT_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131018 | |||
2 | ![]() |
IS_ANCHOR_ENTITY | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20130924 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130924 |
Method GENERATE_GROUP_BY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IT_GROUP_BY_FIELDS | Call by reference | Type reference (TYPE) | STRINGTAB | 20131104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131104 |
Method GENERATE_LOCALE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131113 | |||
2 | ![]() |
IV_DISABLE_LOCALE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131113 |
Method GENERATE_LOCALE on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GENERATE_ORDER_BY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_TEXT_SEARCH | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_TEXT_SEARCH | 20131104 | |||
3 | ![]() |
IT_SORT_OPTIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_SORT_ELEMENTS | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method GENERATE_PAGING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131031 | |||
2 | ![]() |
IS_PAGING | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_PAGING | 20131022 |
Method GENERATE_PAGING on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GENERATE_SEARCH_SCORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_TEXT_SEARCH | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_TEXT_SEARCH | 20131023 | |||
2 | ![]() |
RV_SEARCH_SCORE | Value transfer | Type reference (TYPE) | STRING | 20131023 |
Method GENERATE_SEARCH_SCORE on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GENERATE_SELECT_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_AGGREGATION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_AGGREGATION | 20131025 | |||
3 | ![]() |
IS_ANCHOR_ENTITY | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131025 | |||
4 | ![]() |
IS_RESTRICTIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_RESTRICTIONS | 20131025 | |||
5 | ![]() |
IT_REQUEST_ELEMENTS | Call by reference | Type reference (TYPE) | STRINGTAB | 20131025 | |||
6 | ![]() |
IV_COUNT_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method GENERATE_SQL_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_AGGREGATION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_AGGREGATION | 20131021 | |||
3 | ![]() |
IS_PAGING | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_PAGING | 20131021 | |||
4 | ![]() |
IS_PARAMETERS | Call by reference | Type reference (TYPE) | TY_SORTED_PARAMETERS | 20131021 | |||
5 | ![]() |
IS_RESTRICTIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_RESTRICTIONS | 20131021 | |||
6 | ![]() |
IT_GROUP_BY_FIELDS | Call by reference | Type reference (TYPE) | STRINGTAB | 20131021 | |||
7 | ![]() |
IT_REQUEST_ELEMENTS | Call by reference | Type reference (TYPE) | STRINGTAB | 20131021 | |||
8 | ![]() |
IT_SORT_ELEMENTS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_SORT_ELEMENTS | 20131021 | |||
9 | ![]() |
IV_COUNT_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131021 |
Method GENERATE_WHERE_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IT_SADL_CONDITIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_COMPLEX_CONDITION | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method GEN_TABLE_WITH_INNER_JOINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_PARAMETERS | Call by reference | Type reference (TYPE) | TY_SORTED_PARAMETERS | 20131025 | |||
3 | ![]() |
IS_VIEW_NODE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method GET_ABAP_VALUE_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ELEMENT | 20130923 | |||
2 | ![]() |
IV_STRING_VALUE | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_COMPLEX_CONDITION-VALUE | 20130923 | |||
3 | ![]() |
RR_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20130923 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130923 |
Method GET_ENTITY_DB_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DDIC_ARTIFACT | Call by reference | Type reference (TYPE) | STRING | 20130924 | |||
2 | ![]() |
RS_ENTITY_DB_INFO | Value transfer | Type reference (TYPE) | TY_ENTITY_DB_INFO | 20130924 |
Method GET_ENTITY_DB_INFO on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GET_GROUP_BY_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GROUP_BY_FIELDS | Call by reference | Type reference (TYPE) | STRINGTAB | 20130917 | |||
2 | ![]() |
IS_AGGREGATION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_AGGREGATION | 20130917 | |||
3 | ![]() |
IT_REQUESTED_ELEMENTS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_REQUESTED-ELEMENTS | 20130917 |
Method GET_GROUP_BY_FIELDS on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GET_SCORE_ALIAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_TEXT_SEARCH | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_TEXT_SEARCH | 20130925 | |||
2 | ![]() |
RV_SCORE_ALIAS | Value transfer | Type reference (TYPE) | STRING | 20130925 |
Method GET_SCORE_ALIAS on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method GET_VIEW_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALIAS | Call by reference | Type reference (TYPE) | IF_SADL_PUBLIC_TYPES=>TY_COMPLEX_CONDITION-ATTRIBUTE | 20131031 | |||
2 | ![]() |
RS_VIEW_FIELD | Value transfer | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ELEMENT | 20131031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131031 |
Method HAS_JOINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SOURCE_NODE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131104 | |||
2 | ![]() |
IV_JOIN_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_JOIN_TYPE | 20131104 | |||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131104 |
Method HAS_JOINS on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method MAP_ALL_JOINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_ANCHOR_NODE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131025 | |||
3 | ![]() |
IS_PARAMETERS | Call by reference | Type reference (TYPE) | TY_SORTED_PARAMETERS | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method MAP_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_CURSOR | Call by reference | Type reference (TYPE) | I | 20130924 | |||
2 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131018 | |||
3 | ![]() |
IT_SADL_CONDITIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_COMPLEX_CONDITION | 20130924 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130924 |
Method MAP_JOINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131104 | |||
2 | ![]() |
IS_PARAMETERS | Call by reference | Type reference (TYPE) | TY_SORTED_PARAMETERS | 20131025 | |||
3 | ![]() |
IS_SOURCE_NODE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ENTITY | 20131025 | |||
4 | ![]() |
IV_JOIN_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_JOIN_TYPE | 20131025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131025 |
Method MAP_PAGE_TO_LIMIT_OFFSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LIMIT | Call by reference | Type reference (TYPE) | I | 20130925 | |||
2 | ![]() |
EV_OFFSET | Call by reference | Type reference (TYPE) | I | 20130925 | |||
3 | ![]() |
IS_PAGING | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_PAGING | 20130925 |
Method MAP_PAGE_TO_LIMIT_OFFSET on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method SELECT_COUNT_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NUMBER_ALL_HITS | Value transfer | Type reference (TYPE) | I | 20131105 | |||
2 | ![]() |
IO_SQL | Call by reference | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20131105 | |||
3 | ![]() |
IS_AGGREGATION | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_AGGREGATION | 20131105 | |||
4 | ![]() |
IS_PARAMETERS | Call by reference | Type reference (TYPE) | TY_SORTED_PARAMETERS | 20131105 | |||
5 | ![]() |
IS_RESTRICTIONS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_RESTRICTIONS | 20131105 | |||
6 | ![]() |
IT_DATA_TABLE_PROTOTYPE | Call by reference | Type reference (TYPE) | INDEX TABLE | 20131105 | |||
7 | ![]() |
IT_GROUP_BY_FIELDS | Call by reference | Type reference (TYPE) | STRINGTAB | 20131105 | |||
8 | ![]() |
IT_REQUESTED_ELEMENTS | Call by reference | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_REQUESTED-ELEMENTS | 20131105 | |||
9 | ![]() |
IV_PROTOTYPE_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20131105 | ||
2 | ![]() |
20131105 |
Method SQL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_SQL | Value transfer | Object reference (TYPE REF TO) | CL_SADL_SQL_STATEMENT | 20130923 |
Method SQL on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
Method SUBSTITUTE_PLACEHOLDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RHS | Call by reference | Type reference (TYPE) | STRING | 20131104 | |||
2 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131104 | |||
3 | ![]() |
IT_PLACEHOLDER | Call by reference | Type reference (TYPE) | TT_SORTED_PARAMETERS | 20131104 | |||
4 | ![]() |
IV_RHS | Call by reference | Type reference (TYPE) | IF_SADL_VIEW_DB=>TY_ELEMENT-CONSTRAINT | 20131104 |
Method SUBSTITUTE_PLACEHOLDER on class CL_SADL_QUERY_ENGINE_SQL_BASE has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |