SAP ABAP Interface IF_BSCL_SQL_STATEMNT_CONSTANTS (General SQL behavior)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-CL (Application Component) Classification
⤷
BSCL_VIEW_KIT (Package) Classification: Tools for view generation

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_HDBR_CALC_VIEW | HDB Repository Object Calculation View | 20130125 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSCL_SQL_STATEMENT | Basic functions for SQL generation | 20130125 |
Properties
Interface | IF_BSCL_SQL_STATEMNT_CONSTANTS | |
Short Description | General SQL behavior |
General Data
Package | BSCL_VIEW_KIT | Classification: Tools for view generation |
Created | 20130125 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no forward declaration.
Interfaces
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no interface.
Friends
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_AND | Constant | Public | Type reference (TYPE) | STRING | ` AND ` | 20130125 | ||
2 | MC_APOSTROPHE | Constant | Public | Type reference (TYPE) | STRING | '''' | 20130125 | ||
3 | MC_AS | Constant | Public | Type reference (TYPE) | STRING | ` AS ` | 20130125 | ||
4 | MC_CASE | Constant | Public | Type reference (TYPE) | STRING | ` CASE ` | 20130125 | ||
5 | MC_COLON | Constant | Public | Type reference (TYPE) | STRING | '.' | 20130125 | ||
6 | MC_COMMA | Constant | Public | Type reference (TYPE) | STRING | ` , ` | 20130125 | ||
7 | MC_ELSE | Constant | Public | Type reference (TYPE) | STRING | ` ELSE ` | 20130301 | ||
8 | MC_ELSE_NULL | Constant | Public | Type reference (TYPE) | STRING | ' ELSE NULL ' | 20130125 | ||
9 | MC_END | Constant | Public | Type reference (TYPE) | STRING | ' END ' | 20130125 | ||
10 | MC_EQUALS | Constant | Public | Type reference (TYPE) | STRING | ' = ' | 20130125 | ||
11 | MC_FROM | Constant | Public | Type reference (TYPE) | STRING | ` FROM ` | 20130125 | ||
12 | MC_FULL_OUTER_JOIN | Constant | Public | Type reference (TYPE) | STRING | ` FULL OUTER JOIN ` | 20130426 | ||
13 | MC_FUNCTION_TO_CHAR | Constant | Public | Type reference (TYPE) | STRING | 'TO_CHAR' | 20130125 | ||
14 | MC_GREATER | Constant | Public | Type reference (TYPE) | STRING | ' > ' | 20130423 | ||
15 | MC_GREATER_OR_EQUAL | Constant | Public | Type reference (TYPE) | STRING | ' >= ' | 20130423 | ||
16 | MC_INNER_JOIN | Constant | Public | Type reference (TYPE) | STRING | ` INNER JOIN ` | 20130426 | ||
17 | MC_LEFT_OUTER_JOIN | Constant | Public | Type reference (TYPE) | STRING | ` LEFT OUTER JOIN ` | 20130426 | ||
18 | MC_LESS | Constant | Public | Type reference (TYPE) | STRING | ' < ' | 20130424 | ||
19 | MC_LESS_OR_EQUAL | Constant | Public | Type reference (TYPE) | STRING | ' <= ' | 20130228 | ||
20 | MC_MINUS | Constant | Public | Type reference (TYPE) | STRING | '-' | 20130125 | ||
21 | MC_NULL | Constant | Public | Type reference (TYPE) | STRING | 'NULL' | 20130423 | ||
22 | MC_ON | Constant | Public | Type reference (TYPE) | STRING | ` ON ` | 20130125 | ||
23 | MC_OR | Constant | Public | Type reference (TYPE) | STRING | ` OR ` | 20130125 | ||
24 | MC_PARENTHESIS_CLOSE | Constant | Public | Type reference (TYPE) | STRING | ' )' | 20130125 | ||
25 | MC_PARENTHESIS_OPEN | Constant | Public | Type reference (TYPE) | STRING | `( ` | 20130125 | ||
26 | MC_PLUS | Constant | Public | Type reference (TYPE) | STRING | '+' | 20130125 | ||
27 | MC_POSITIVE_INDICATOR | Constant | Public | Type reference (TYPE) | STRING | 'X' | 20130125 | ||
28 | MC_QUOTATION | Constant | Public | Type reference (TYPE) | STRING | '"' | 20130125 | ||
29 | MC_RIGHT_OUTER_JOIN | Constant | Public | Type reference (TYPE) | STRING | ` RIGHT OUTER JOIN ` | 20130426 | ||
30 | MC_SELECT_DISTINCT | Constant | Public | Type reference (TYPE) | STRING | ` SELECT DISTINCT ` | 20130125 | ||
31 | MC_SEMICOLON | Constant | Public | Type reference (TYPE) | STRING | ';' | 20130125 | ||
32 | MC_SPACE | Constant | Public | Type reference (TYPE) | STRING | ` ` | 20130125 | ||
33 | MC_SQUARE_BRACKET_CLOSE | Constant | Public | Type reference (TYPE) | STRING | ']' | 20130125 | ||
34 | MC_SQUARE_BRACKET_OPEN | Constant | Public | Type reference (TYPE) | STRING | '[' | 20130125 | ||
35 | MC_THEN | Constant | Public | Type reference (TYPE) | STRING | ` THEN ` | 20130125 | ||
36 | MC_TIMES | Constant | Public | Type reference (TYPE) | STRING | '*' | 20130125 | ||
37 | MC_UNDERSCORE | Constant | Public | Type reference (TYPE) | STRING | '_' | 20130125 | ||
38 | MC_VALUES | Constant | Public | Type reference (TYPE) | STRING | ' VALUES' | 20130125 | ||
39 | MC_WHEN | Constant | Public | Type reference (TYPE) | STRING | ` WHEN ` | 20130125 | ||
40 | MC_WHERE | Constant | Public | Type reference (TYPE) | STRING | ` WHERE ` | 20130125 |
Methods
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no method.
Events
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no event.
Types
Interface IF_BSCL_SQL_STATEMNT_CONSTANTS has no local type.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 747 |