SAP ABAP Interface IF_BSCL_DATABASE_VIEW (View)
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_CLASS_VIEW | Class view | 20130118 |
Properties
| Interface | IF_BSCL_DATABASE_VIEW | |
| Short Description | View |
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_DATABASE_VIEW has no forward declaration.
Interfaces
Interface IF_BSCL_DATABASE_VIEW has no interface.
Friends
Interface IF_BSCL_DATABASE_VIEW has no friend.
Attributes
Interface IF_BSCL_DATABASE_VIEW has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get SQL statement for view creation | 20130118 | |
| 2 | Instance method | Public | Method | Get view subject | 20130118 | |
| 3 | Instance method | Public | Method | Get view name | 20130118 |
Events
Interface IF_BSCL_DATABASE_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_VIEWS | Public | See coding | 20130118 | tt_views TYPE STANDARD TABLE OF REF TO if_bscl_view WITH DEFAULT KEY
|
||
| 2 | TT_VIEWS_FOR_TEST | Public | See coding | 20130118 | tt_views_for_test TYPE STANDARD TABLE OF ty_view_for_test WITH DEFAULT KEY
|
||
| 3 | TY_VIEW_FOR_TEST | Public | See coding | 20130118 | BEGIN OF ty_view_for_test,
characteristic TYPE string,
object_type TYPE string,
number_char_columns TYPE i,
number_obj_columns TYPE i,
END OF ty_view_for_test
|
Method Signatures
Method GET_SQL_FOR_CREATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SQL_STATEMENTS | Value transfer | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Classification Error Class (dynamic check) | 20130118 |
Method GET_SUBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | IF_BSCL_DDL_VIEW_STATEMENT=>MC_STATEMENT_TYPE | 20130118 | |||
| 2 | RS_SUBJECT | Value transfer | Type reference (TYPE) | IF_BSCL_SQL_TYPES=>TY_SUBJECT | 20130118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Classification Error Class (dynamic check) | 20130118 |
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 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Classification Error Class (dynamic check) | 20130118 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |