SAP ABAP Class IF_TPSQL_METADATA (Metadata Interface for Smart Templates)
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
| Class | IF_TPSQL_METADATA | |
| Short Description | Metadata Interface for Smart Templates | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100914 | SAP |
| Last change | 20140120 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_TPSQL_METADATA has no interface implemented.
Friends
Class IF_TPSQL_METADATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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
Class IF_TPSQL_METADATA has no event.
Types
Class 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 class 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 class 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 class IF_TPSQL_METADATA has no exception.
History
| Last changed by/on | SAP | 20140120 |
| SAP Release Created in |