SAP ABAP Class CL_RSBPC_SQL_UTL (Utility for SQL Statement)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC-INF (Application Component) BPC 'unified model' - Infrastructure
⤷
RSBPC0 (Package) BPC IP Extension: Common Services

⤷

⤷

Properties
Class | CL_RSBPC_SQL_UTL | |
Short Description | Utility for SQL Statement | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSBPC0 | BPC IP Extension: Common Services |
Created | 20130320 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSBPC_SQL_UTL has no forward declaration.
Interfaces
Class CL_RSBPC_SQL_UTL has no interface implemented.
Friends
Class CL_RSBPC_SQL_UTL has no friend class.
Attributes
Class CL_RSBPC_SQL_UTL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Escape value in where clause | 20130320 |
2 | ![]() |
Static method | Public | Method | Generate Join Statement | 20130320 |
3 | ![]() |
Static method | Public | Method | Generate Where Clause by Condition Table | 20130320 |
Events
Class CL_RSBPC_SQL_UTL has no event.
Types
Class CL_RSBPC_SQL_UTL has no local type.
Method Signatures
Method ESCAPE_VAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20130320 | |||
2 | ![]() |
R_STR | Value transfer | Type reference (TYPE) | STRING | 20130320 |
Method ESCAPE_VAL on class CL_RSBPC_SQL_UTL has no exception.
Method GEN_JOIN_STMT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_CROSS_APPSET | Call by reference | Type reference (TYPE) | RSBPC_FLG | ABAP_FALSE | BPC: Generic indicator | 20130320 | |
2 | ![]() |
IF_LANGU | Call by reference | Type reference (TYPE) | RSBPC_FLG | ABAP_TRUE | BPC: Generic indicator | 20130320 | |
3 | ![]() |
IF_LEFT_JOIN | Call by reference | Type reference (TYPE) | RSBPC_FLG | ABAP_TRUE | BPC: Generic indicator | 20130320 | |
4 | ![]() |
I_EXTRA_COND | Call by reference | Type reference (TYPE) | STRING | 20130320 | |||
5 | ![]() |
I_KEY_NAME | Call by reference | Type reference (TYPE) | TABKEY | Table Key | 20130320 | ||
6 | ![]() |
I_TAB_A | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130320 | ||
7 | ![]() |
I_TAB_B | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130320 | ||
8 | ![]() |
R_STMT | Value transfer | Type reference (TYPE) | STRING | 20130320 |
Method GEN_JOIN_STMT on class CL_RSBPC_SQL_UTL has no exception.
Method GEN_WHERE_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_OR_ON_ATTR | Call by reference | Type reference (TYPE) | RSBPC_FLG | '' | Indicator: Use "Or" for the same field in selection | 20130320 | |
2 | ![]() |
IT_ALIAS | Call by reference | Type reference (TYPE) | RSBPC0_T_ALIAS | BPC: Internal Table of Alias in where clause | 20130320 | ||
3 | ![]() |
IT_COND | Call by reference | Type reference (TYPE) | RSBPC0_T_COND | BPC: Internal Table of conditions in where clause | 20130320 | ||
4 | ![]() |
R_WHERE | Value transfer | Type reference (TYPE) | STRING | 20130320 |
Method GEN_WHERE_CLAUSE on class CL_RSBPC_SQL_UTL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |