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 CREATE_COLUMN Instance method Public Method 20090722
2 GET_ALL_COLUMNS Instance method Public Method 20090706
3 GET_COLUMN_BY_NAME Instance method Public Method 20090706
4 GET_COLUMN_BY_POS Instance method Public Method 20090706
5 GET_COLUMN_POS Instance method Public Method 20090706
6 HAS_COLUMN Instance method Public Method 20090804
7 INSERT_COLUMN Instance method Public Method 20090706
8 IS_INITIAL Instance method Public Method 20090924
9 REMOVE_ALL_COLUMNS Instance method Public Method 20090706
10 REMOVE_COLUMN Instance method Public Method 20090706
11 SET_COLUMNS Instance method Public Method 20090706
12 SET_INITIAL_FLAG Instance method Public Method 20090924
13 UPDATE_COLUMN 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 Importing I_COLNAME Value transfer Type reference (TYPE) CSEQUENCE 20090722
2 Importing I_COLWIDTH Value transfer Type reference (TYPE) I 20090722
3 Returning 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 Returning 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 Importing I_COLNAME Value transfer Type reference (TYPE) CSEQUENCE 20090706
2 Returning R_STR_COL Value transfer Type reference (TYPE) TYP_STR_COLUMN 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE_NOT_FOUND 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 Importing I_POS Value transfer Type reference (TYPE) I 20090706
2 Returning R_STR_COL Value transfer Type reference (TYPE) TYP_STR_COLUMN 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE_NOT_FOUND 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 Importing I_COLNAME Value transfer Type reference (TYPE) CSEQUENCE 20090706
2 Returning R_POS Value transfer Type reference (TYPE) I 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE_NOT_FOUND Objekt wurde nicht gefunden 20090706

Method HAS_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLNAME Value transfer Type reference (TYPE) CSEQUENCE 20090804
2 Returning 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 Importing I_FLG_REPLACE_EXISTING Value transfer Type reference (TYPE) FLAG allgemeines flag 20090810
2 Importing I_POS Value transfer Type reference (TYPE) I 20090706
3 Importing I_STR_COLUMN Value transfer Type reference (TYPE) TYP_STR_COLUMN 20090706
4 Returning R_POS Value transfer Type reference (TYPE) I 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090706

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing I_COLNAME Call by reference Type reference (TYPE) CSEQUENCE 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE_NOT_FOUND Objekt wurde nicht gefunden 20090706

Method SET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_COLUMNS Call by reference Type reference (TYPE) TYP_TAB_COLUMNS 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE 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 Importing 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 Importing I_NEW_POS Call by reference Type reference (TYPE) I 20090706
2 Importing I_STR_COLUMN Call by reference Type reference (TYPE) TYP_STR_COLUMN 20090706
3 Returning R_POS Value transfer Type reference (TYPE) I 20090706
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090706
2 CX_TPDA_TABLE_NOT_FOUND Objekt wurde nicht gefunden 20090706
History
Last changed by/on SAP  20110908 
SAP Release Created in 800