SAP ABAP Interface IF_BSCL_DDL_VIEW_STATEMENT (SQL for views)
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_SQL_STATEMENT | Basic functions for SQL generation | 20130118 |
Properties
| Interface | IF_BSCL_DDL_VIEW_STATEMENT | |
| Short Description | SQL for views |
General Data
| Package | BSCL_VIEW_KIT | Classification: Tools for view generation |
| Created | 20130118 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BSCL_DDL_VIEW_STATEMENT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSCL_SQL_TYPES | Types for SQL generation | 20130118 |
Friends
Interface IF_BSCL_DDL_VIEW_STATEMENT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_CREATE_VIEW | Constant | Public | Type reference (TYPE) | STRING | `CREATE VIEW ` | 20130118 | ||
| 2 | MC_DROP_VIEW | Constant | Public | Type reference (TYPE) | STRING | `DROP VIEW ` | 20130118 | ||
| 3 | MC_STATEMENT_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'View' | 20130118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get view name | 20130118 | |
| 2 | Instance method | Public | Method | Set DDL key word | 20130118 | |
| 3 | Instance method | Public | Method | Set view | 20130118 |
Events
Interface IF_BSCL_DDL_VIEW_STATEMENT has no event.
Types
Interface IF_BSCL_DDL_VIEW_STATEMENT has no local type.
Method Signatures
Method GET_VIEW_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 | 20130118 |
Method GET_VIEW_NAME on Interface IF_BSCL_DDL_VIEW_STATEMENT has no exception.
Method SET_KEY_WORD 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 |
Method SET_KEY_WORD on Interface IF_BSCL_DDL_VIEW_STATEMENT has no exception.
Method SET_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SUBJECT | Call by reference | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TY_SUBJECT | 20130118 |
Method SET_VIEW on Interface IF_BSCL_DDL_VIEW_STATEMENT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |