SAP ABAP Interface IF_SQLPORT_TEMPTABLE (Temporary Tables for anyDB)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-ORA-CCM (Application Component) CCMS / Database Monitors for Oracle
⤷
SDBA (Package) DBA: Database-Independent Code
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_DB2 | Declare global temporary tables for DB2 | 20130207 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_DB4 | Temporary Tables for DB4 | 20130207 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_DB6 | Temporary Tables for DB6 | 20130207 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_HDB | Temporary Tables for HANA | 20130207 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_MSS | Temporary Tables for MS SQL Server | 20130207 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_ORA | Temporary Tables for Oracle | 20130207 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQLPORT_TEMPTABLE_SYB | Temporary Tables for Sybase | 20130207 |
Properties
| Interface | IF_SQLPORT_TEMPTABLE | |
| Short Description | Temporary Tables for anyDB |
General Data
| Package | SDBA | DBA: Database-Independent Code |
| Created | 20130207 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SQLPORT_TEMPTABLE has no interface.
Friends
Interface IF_SQLPORT_TEMPTABLE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENABLE_DEBUG | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130328 | |||
| 2 | SQL_TABNAME | Instance attribute | Public | Type reference (TYPE) | STRING | 20130328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a temp table with optional indexes and fill table | 20130207 | |
| 2 | Instance method | Public | Method | Indicate that a temporary table is no longer used | 20130207 |
Events
Interface IF_SQLPORT_TEMPTABLE has no event.
Types
Interface IF_SQLPORT_TEMPTABLE has no local type.
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILL_ITAB | Call by reference | Type reference (TYPE) | TABLE | 20130328 | ||||
| 2 | FILL_STMT | Call by reference | Type reference (TYPE) | STRING | SELECT statements which describes the structure of the Tab | 20130207 | |||
| 3 | FULL_TABNAME | Call by reference | Type reference (TYPE) | STRING | Table name for use in SQL statements | 20130207 | |||
| 4 | REC_CNT | Call by reference | Type reference (TYPE) | I | 20130328 | ||||
| 5 | TABLENAME | Call by reference | Type reference (TYPE) | CHAR29 | Temporary Table Name | 20130207 | |||
| 6 | TEMPTAB_INDEXES | Call by reference | Type reference (TYPE) | TEMPTAB_INDEX_T | Indexes for Temporary Table | 20130207 | |||
| 7 | UPDATE_STATS | Call by reference | Type reference (TYPE) | STRING | 20130328 | ||||
| 8 | VERSION | Call by reference | Type reference (TYPE) | I | Version number | 20130207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for SQL Error | 20130207 |
Method MARK_AS_OBSOLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FULL_TABNAME | Call by reference | Type reference (TYPE) | STRING | Temporary table name | 20130207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for SQL Error | 20130207 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |