SAP ABAP Interface IF_TPDA_TABLE_CONFIG (Table Configuration)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_TOOLS (Package) ABAP Debugger: Tools (Plugins)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDA_TABLE_CONFIG | Table Configuration | 20090706 |
Properties
| Interface | IF_TPDA_TABLE_CONFIG | |
| Short Description | Table Configuration |
General Data
| Package | STPDA_TOOLS | ABAP Debugger: Tools (Plugins) |
| Created | 20090706 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_TPDA_TABLE_GEN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDA_TABLE_GEN | Standard Interface (Types, Constants ...) | 20090706 |
Friends
Interface IF_TPDA_TABLE_CONFIG has no friend.
Attributes
Interface IF_TPDA_TABLE_CONFIG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090722 | ||
| 2 | Instance method | Public | Method | 20090706 | ||
| 3 | Instance method | Public | Method | 20090706 | ||
| 4 | Instance method | Public | Method | 20090706 | ||
| 5 | Instance method | Public | Method | 20090706 | ||
| 6 | Instance method | Public | Method | 20090804 | ||
| 7 | Instance method | Public | Method | 20090706 | ||
| 8 | Instance method | Public | Method | 20090924 | ||
| 9 | Instance method | Public | Method | 20090706 | ||
| 10 | Instance method | Public | Method | 20090706 | ||
| 11 | Instance method | Public | Method | 20090706 | ||
| 12 | Instance method | Public | Method | 20090924 | ||
| 13 | Instance method | Public | Method | 20090706 |
Events
Interface IF_TPDA_TABLE_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_COLUMN | Public | Attribute reference (LIKE) | 20090706 | |
||
| 2 | TYP_TAB_COLUMNS | Public | Attribute reference (LIKE) | 20090706 | |
Method Signatures
Method CREATE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20090722 | ||||
| 2 | I_COLWIDTH | Value transfer | Type reference (TYPE) | I | 20090722 | ||||
| 3 | R_STR_COLUMN | Value transfer | Type reference (TYPE) | IF_TPDA_TABLE_GEN=>TYP_STR_COLUMN | 20090722 |
Method CREATE_COLUMN on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method GET_ALL_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_COLUMNS | Value transfer | Type reference (TYPE) | TYP_TAB_COLUMNS | 20090706 |
Method GET_ALL_COLUMNS on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method GET_COLUMN_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20090706 | ||||
| 2 | R_STR_COL | Value transfer | Type reference (TYPE) | TYP_STR_COLUMN | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden | 20090706 |
Method GET_COLUMN_BY_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_POS | Value transfer | Type reference (TYPE) | I | 20090706 | ||||
| 2 | R_STR_COL | Value transfer | Type reference (TYPE) | TYP_STR_COLUMN | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden | 20090706 |
Method GET_COLUMN_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20090706 | ||||
| 2 | R_POS | Value transfer | Type reference (TYPE) | I | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden | 20090706 |
Method HAS_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20090804 | ||||
| 2 | R_HAS_COLUMN | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20090804 |
Method HAS_COLUMN on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method INSERT_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_REPLACE_EXISTING | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20090810 | |||
| 2 | I_POS | Value transfer | Type reference (TYPE) | I | 20090706 | ||||
| 3 | I_STR_COLUMN | Value transfer | Type reference (TYPE) | TYP_STR_COLUMN | 20090706 | ||||
| 4 | R_POS | Value transfer | Type reference (TYPE) | I | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen des Table Tools | 20090706 |
Method IS_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FLG_INITIAL | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20090924 |
Method IS_INITIAL on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method REMOVE_ALL_COLUMNS Signature
Method REMOVE_ALL_COLUMNS on Interface IF_TPDA_TABLE_CONFIG has no parameter.
Method REMOVE_ALL_COLUMNS on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method REMOVE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden | 20090706 |
Method SET_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_COLUMNS | Call by reference | Type reference (TYPE) | TYP_TAB_COLUMNS | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen des Table Tools | 20090707 |
Method SET_INITIAL_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_FLAG | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20090924 |
Method SET_INITIAL_FLAG on Interface IF_TPDA_TABLE_CONFIG has no exception.
Method UPDATE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_POS | Call by reference | Type reference (TYPE) | I | 20090706 | ||||
| 2 | I_STR_COLUMN | Call by reference | Type reference (TYPE) | TYP_STR_COLUMN | 20090706 | ||||
| 3 | R_POS | Value transfer | Type reference (TYPE) | I | 20090706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen des Table Tools | 20090706 | ||
| 2 | Objekt wurde nicht gefunden | 20090706 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |