SAP ABAP Class IF_TPDA_TABLE_CONFIG (Table Configuration)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_TPDA_TABLE_GEN Standard Interface (Types, Constants ...) 20090706
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
Class IF_TPDA_TABLE_CONFIG  
Short Description Table Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090706   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_TPDA_TABLE_CONFIG has no interface implemented.
Friends
Class IF_TPDA_TABLE_CONFIG has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class IF_TPDA_TABLE_CONFIG has no exception.

Method REMOVE_ALL_COLUMNS Signature

Method REMOVE_ALL_COLUMNS on class IF_TPDA_TABLE_CONFIG has no parameter.
Method REMOVE_ALL_COLUMNS on class 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 class 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