SAP ABAP Interface IF_TPSQL_METADATA (Metadata Interface for Smart Templates)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-TLS (Application Component) Upgrade Tools
⤷
STPSQL_BASE (Package) SQL Templates Base
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPSQL_METADATA_DEFAULT | Default Implementation for Table Metadata | 20100914 |
Properties
| Interface | IF_TPSQL_METADATA | |
| Short Description | Metadata Interface for Smart Templates |
General Data
| Package | STPSQL_BASE | SQL Templates Base |
| Created | 20100914 | SAP |
| Last changed | 20140120 | 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) |
| 2 | IF_TPSQL_TEMPLATE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_TPSQL_TYPES_GEN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_TPSQL_METADATA has no interface.
Friends
Interface IF_TPSQL_METADATA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MV_TABNAME | Instance attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20100914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get all fields of a table | 20100914 | |
| 2 | Instance method | Public | Method | Get all fields of primary key of a table | 20100914 | |
| 3 | Instance method | Public | Method | Get all fields which are not part of primary key | 20100914 |
Events
Interface IF_TPSQL_METADATA has no event.
Types
Interface IF_TPSQL_METADATA has no local type.
Method Signatures
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDS | Call by reference | Type reference (TYPE) | IF_TPSQL_TYPES_GEN=>STRUCTCONTAINER_COLUMN_T | 20100914 | ||||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100914 |
Method GET_FIELDS on Interface IF_TPSQL_METADATA has no exception.
Method GET_KEYFIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEYFIELDS | Call by reference | Type reference (TYPE) | IF_TPSQL_TYPES_GEN=>STRUCTCONTAINER_COLUMN_T | 20100914 | ||||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100914 |
Method GET_KEYFIELDS on Interface IF_TPSQL_METADATA has no exception.
Method GET_NONKEYFIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NONKEYFIELDS | Call by reference | Type reference (TYPE) | IF_TPSQL_TYPES_GEN=>STRUCTCONTAINER_COLUMN_T | 20100914 | ||||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100914 |
Method GET_NONKEYFIELDS on Interface IF_TPSQL_METADATA has no exception.
History
| Last changed by/on | SAP | 20140120 |
| SAP Release Created in | 731 |