Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_DDL_VIEW_STATEMENT | SQL for views | 20130118 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_DML_SELECT_STATEMENT | SQL for views | 20130118 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_SQL_FUNCTION_UTILITY | Utility for SQL functions | 20130121 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_SQL_STATEMENT | General SQL behavior | 20121112 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_SQL_STATEMNT_CONSTANTS | General SQL behavior | 20130125 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSCL_SQL_TYPES | Types for SQL generation | 20121102 |
Properties
Class | CL_BSCL_SQL_STATEMENT | |
Short Description | Basic functions for SQL generation | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BSCL_VIEW_KIT | Classification: Tools for view generation |
Created | 20121102 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BSCL_DDL_VIEW_STATEMENT | SQL for views | 20130118 | ||
2 | IF_BSCL_DML_SELECT_STATEMENT | SQL for views | 20130118 | ||
3 | IF_BSCL_SQL_FUNCTION_UTILITY | Utility for SQL functions | 20130121 | ||
4 | IF_BSCL_SQL_STATEMENT | General SQL behavior | 20121112 | ||
5 | IF_BSCL_SQL_STATEMNT_CONSTANTS | General SQL behavior | 20130125 | ||
6 | IF_BSCL_SQL_TYPES | Types for SQL generation | 20121102 |
Friends
Class CL_BSCL_SQL_STATEMENT has no friend class.
Attributes
Methods
Events
Class CL_BSCL_SQL_STATEMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CONVERSION_ARGUMENTS | Private | Attribute reference (LIKE) | 20130121 |
|
||
2 | TT_FIELD_PREDICATES | Private | Attribute reference (LIKE) | 20121105 |
|
||
3 | TT_FIELD_VALUES | Private | Attribute reference (LIKE) | 20121102 |
|
||
4 | TT_JOINS | Private | Attribute reference (LIKE) | 20121102 |
|
||
5 | TT_TABLE_COLUMNS | Private | Attribute reference (LIKE) | 20121102 |
|
||
6 | TT_TABLE_FIELDS | Private | Attribute reference (LIKE) | 20121102 |
|
||
7 | TT_VIEW_COLUMNS | Private | Attribute reference (LIKE) | 20121102 |
|
||
8 | TY_FIELD_PAIR | Private | Attribute reference (LIKE) | 20121105 |
|
||
9 | TY_FIELD_PREDICATE | Private | Attribute reference (LIKE) | 20121105 |
|
||
10 | TY_FIELD_VALUE | Private | Attribute reference (LIKE) | 20121102 |
|
||
11 | TY_JOIN | Private | Attribute reference (LIKE) | 20121102 |
|
||
12 | TY_SQL_FUNCTION | Private | Attribute reference (LIKE) | 20121105 |
|
||
13 | TY_TABLE_COLUMN | Private | Attribute reference (LIKE) | 20121102 |
|
||
14 | TY_TABLE_FIELD | Private | Attribute reference (LIKE) | 20121102 |
|
||
15 | TY_VIEW_COLUMN | Private | Attribute reference (LIKE) | 20121102 |
|
Method Signatures
Method ADD_COLUMNS Signature
Method ADD_COLUMNS on class CL_BSCL_SQL_STATEMENT has no parameter.
Method ADD_COLUMNS on class CL_BSCL_SQL_STATEMENT has no exception.
Method ADD_JOINS Signature
Method ADD_JOINS on class CL_BSCL_SQL_STATEMENT has no parameter.
Method ADD_JOINS on class CL_BSCL_SQL_STATEMENT has no exception.
Method ADD_WHERE_CONDITIONS Signature
Method ADD_WHERE_CONDITIONS on class CL_BSCL_SQL_STATEMENT has no parameter.
Method ADD_WHERE_CONDITIONS on class CL_BSCL_SQL_STATEMENT has no exception.
Method APPLY_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONVERSION | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TY_SQL_FUNCTION | 20121102 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20121102 | |||
3 | ![]() |
RV_FIELD | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method APPLY_CONVERSION on class CL_BSCL_SQL_STATEMENT has no exception.
Method APPLY_CONVERSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONVERSIONS | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TT_SQL_FUNCTIONS | 20130301 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20130301 | |||
3 | ![]() |
RV_FIELD | Value transfer | Type reference (TYPE) | STRING | 20130301 |
Method APPLY_CONVERSIONS on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_CASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MAPPED_VALUES | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TT_VALUE_MAPPINGS | 20121120 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20121120 | |||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121120 |
Method ASSEMBLE_CASE on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_COLUMN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_COLUMN | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES~TY_VIEW_COLUMN | 20121120 | |||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121120 |
Method ASSEMBLE_COLUMN on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_ELSE_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MAPPED_VALUES | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TT_VALUE_MAPPINGS | 20130301 | |||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20130301 |
Method ASSEMBLE_ELSE_SNIPPET on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_FIELD_EQUALITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_PAIR | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TY_FIELD_PAIR | 20121102 | |||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method ASSEMBLE_FIELD_EQUALITY on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_JOIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_JOIN | Call by reference | Type reference (TYPE) | TY_JOIN | 20121102 | |||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method ASSEMBLE_JOIN on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ITEMS | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20121102 | ||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method ASSEMBLE_LIST on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_MAPPING_FROM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_REFERENCE_VALUES | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TT_REFERENCE_VALUES | 20130301 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20130301 | |||
3 | ![]() |
IV_REFERENCE_VALUES_CONJ | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130423 | |||
4 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20130301 |
Method ASSEMBLE_MAPPING_FROM on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_MAPPING_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_NEW_VALUE | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TY_VALUE_ADJUSTMENT | 20130301 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20130301 | |||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20130301 |
Method ASSEMBLE_MAPPING_TO on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_PREDICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PREDICATE | Call by reference | Type reference (TYPE) | TY_FIELD_PREDICATE | 20121114 | |||
2 | ![]() |
IV_REF_TABLE | Call by reference | Type reference (TYPE) | STRING | 20121114 | |||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121114 |
Method ASSEMBLE_PREDICATE on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_VALUE_COMPARISON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD | Call by reference | Type reference (TYPE) | TY_FIELD_VALUE | 20130228 | |||
2 | ![]() |
IV_COMPARATOR | Call by reference | Type reference (TYPE) | STRING | MC_EQUALS | 20130228 | ||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20130228 |
Method ASSEMBLE_VALUE_COMPARISON on class CL_BSCL_SQL_STATEMENT has no exception.
Method ASSEMBLE_WHEN_THEN_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MAPPED_VALUES | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TT_VALUE_MAPPINGS | 20121120 | |||
2 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | STRING | 20121120 | |||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121120 |
Method ASSEMBLE_WHEN_THEN_SNIPPET on class CL_BSCL_SQL_STATEMENT has no exception.
Method AS_ALIAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20121102 | |||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20121102 | |||
3 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method AS_ALIAS on class CL_BSCL_SQL_STATEMENT has no exception.
Method COMPOSE_DELIMITED_NAME Signature
Method COMPOSE_DELIMITED_NAME on class CL_BSCL_SQL_STATEMENT has no parameter.
Method COMPOSE_DELIMITED_NAME on class CL_BSCL_SQL_STATEMENT has no exception.
Method COMPOSE_NAME Signature
Method COMPOSE_NAME on class CL_BSCL_SQL_STATEMENT has no parameter.
Method COMPOSE_NAME on class CL_BSCL_SQL_STATEMENT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_KEY_WORD | Call by reference | Type reference (TYPE) | STRING | 20121102 |
Method CONSTRUCTOR on class CL_BSCL_SQL_STATEMENT has no exception.
Method CREATE_LITERAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20121102 | |||
2 | ![]() |
RV_LITERAL | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method CREATE_LITERAL on class CL_BSCL_SQL_STATEMENT has no exception.
Method CREATE_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_VALUES | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20121102 | ||
2 | ![]() |
RV_ROW | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method CREATE_ROW on class CL_BSCL_SQL_STATEMENT has no exception.
Method CREATE_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_KEY_WORD | Call by reference | Type reference (TYPE) | STRING | 20130118 | |||
2 | ![]() |
RO_STATEMENT | Value transfer | Object reference (TYPE REF TO) | OBJECT | SQL for tables | 20130118 |
Method CREATE_STATEMENT on class CL_BSCL_SQL_STATEMENT has no exception.
Method DELIMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130131 | |||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20130131 |
Method DELIMIT on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_ANCHOR_TABLE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method GET_ANCHOR_TABLE_NAME on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_CREATE_VIEW_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COLUMNS_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
2 | ![]() |
IV_JOINS_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
3 | ![]() |
IV_TABLE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130118 | |||
4 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130118 | |||
5 | ![]() |
IV_WHERE_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
6 | ![]() |
RV_STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20130118 |
Method GET_CREATE_VIEW_STATEMENT on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_DROP_VIEW_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130118 | |||
2 | ![]() |
RV_STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20130118 |
Method GET_DROP_VIEW_STATEMENT on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_INDEX_FOR_DECIMALS Signature
Method GET_INDEX_FOR_DECIMALS on class CL_BSCL_SQL_STATEMENT has no parameter.
Method GET_INDEX_FOR_DECIMALS on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_INDEX_FOR_LENGTH Signature
Method GET_INDEX_FOR_LENGTH on class CL_BSCL_SQL_STATEMENT has no parameter.
Method GET_INDEX_FOR_LENGTH on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_INDEX_FOR_PAD Signature
Method GET_INDEX_FOR_PAD on class CL_BSCL_SQL_STATEMENT has no parameter.
Method GET_INDEX_FOR_PAD on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_JOINS_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method GET_JOINS_SNIPPET on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_RESERVED_WORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESERVED_CHARACTERS | Value transfer | Type reference (TYPE) | STRINGTAB | Table with Strings | 20121113 |
Method GET_RESERVED_WORDS on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_SELECT_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COLUMNS_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
2 | ![]() |
IV_JOINS_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
3 | ![]() |
IV_TABLE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130118 | |||
4 | ![]() |
IV_WHERE_SNIPPET | Call by reference | Type reference (TYPE) | STRING | Table with Strings | 20130118 | ||
5 | ![]() |
RV_STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20130118 |
Method GET_SELECT_STATEMENT on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_SORTED_LIST_OF_ARGUMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ARGUMENTS | Call by reference | Type reference (TYPE) | TT_CONVERSION_ARGUMENTS | Table with Strings | 20130121 | ||
2 | ![]() |
RT_SORTED | Value transfer | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130121 |
Method GET_SORTED_LIST_OF_ARGUMENTS on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_STATEMENT Signature
Method GET_STATEMENT on class CL_BSCL_SQL_STATEMENT has no parameter.
Method GET_STATEMENT on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_VIEW_COLUMNS_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method GET_VIEW_COLUMNS_SNIPPET on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_VIEW_NAME Signature
Method GET_VIEW_NAME on class CL_BSCL_SQL_STATEMENT has no parameter.
Method GET_VIEW_NAME on class CL_BSCL_SQL_STATEMENT has no exception.
Method GET_WHERE_CONDITIONS_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121102 |
Method GET_WHERE_CONDITIONS_SNIPPET on class CL_BSCL_SQL_STATEMENT has no exception.
Method REMOVE_RESERVED_WORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SNIPPET | Call by reference | Type reference (TYPE) | STRING | 20121113 | |||
2 | ![]() |
RV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20121113 |
Method REMOVE_RESERVED_WORDS on class CL_BSCL_SQL_STATEMENT has no exception.
Method SET_ANCHOR_TABLE Signature
Method SET_ANCHOR_TABLE on class CL_BSCL_SQL_STATEMENT has no parameter.
Method SET_ANCHOR_TABLE on class CL_BSCL_SQL_STATEMENT has no exception.
Method SET_VIEW Signature
Method SET_VIEW on class CL_BSCL_SQL_STATEMENT has no parameter.
Method SET_VIEW on class CL_BSCL_SQL_STATEMENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |