SAP ABAP Interface IF_TPDA_TABLE_CONTROL_WRAPPER (Wrapper for TPDA CONTROL)
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_CONTROL_WRAPPER Wrap the TPDA Control 20090707
Properties
Interface IF_TPDA_TABLE_CONTROL_WRAPPER  
Short Description Wrapper for TPDA CONTROL    
General Data
Package STPDA_TOOLS   ABAP Debugger: Tools (Plugins) 
Created 20090707   SAP 
Last changed 20130531   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 IF_TPDA_TABLE_CONTROL_WRAPPER has no interface.
Friends
Interface IF_TPDA_TABLE_CONTROL_WRAPPER has no friend.
Attributes
Interface IF_TPDA_TABLE_CONTROL_WRAPPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REF_TABLE Instance method Public Method 20111215
2 GET_ITAB_COMPONENTS Instance method Public Method Returns All Components of an Internal Table 20090707
3 GET_ITAB_CONTEXT Instance method Public Method Returns the Relevant Context Infos of an Internal Table 20090709
4 GET_ITAB_METADATA Instance method Public Method Returns the Metadata of a Table 20090819
5 GET_ITAB_SUBCOMPONENT_VARNAME Instance method Public Method Delivers 20090821
6 GET_ITAB_TABLE_LINES Instance method Public Method Returns the Data of a Table 20090717
7 GET_ITAB_TYPE Instance method Public Method Returns the Absolute Type of the Internal Table 20090707
8 GET_KEYCOMPONENTS Instance method Public Method 20110531
9 GET_SUBCOMPONENTS Instance method Public Method Returns Subcomponents of an Expandable Component 20090720
10 GET_VAR_VALUE Instance method Public Method 20090805
11 IS_ITAB_COMPONENT_EXPANDABLE Instance method Public Method Returns Information About Whether Component is Expandable 20090720
12 TRAVERS_VARNAME Instance method Public Method 20090821
Events
Interface IF_TPDA_TABLE_CONTROL_WRAPPER has no event.
Types
Interface IF_TPDA_TABLE_CONTROL_WRAPPER has no local type.
Method Signatures

Method CHECK_REF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_VAR Call by reference Type reference (TYPE) CSEQUENCE 20111215
2 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20111215
3 Importing I_ROW Call by reference Type reference (TYPE) I 20111215

Method CHECK_REF_TABLE on Interface IF_TPDA_TABLE_CONTROL_WRAPPER has no exception.

Method GET_ITAB_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Value transfer Type reference (TYPE) I 0 20091002
2 Importing I_ITAB_NAME Value transfer Type reference (TYPE) CSEQUENCE 20090707
3 Returning R_TAB_COMPONENTS Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_TAB_COMPONENTS 20090707
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090707

Method GET_ITAB_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITAB_NAME Value transfer Type reference (TYPE) CSEQUENCE 20090709
2 Returning R_STR_CONTEXT Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_STR_CONTEXT 20090709
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090709
2 CX_TPDA_TABLE_NOT_FOUND Objekt wurde nicht gefunden 20090709

Method GET_ITAB_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090819
2 Importing I_TABKEY Value transfer Type reference (TYPE) I 0 20091001
3 Returning R_STR_METADATA Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_STR_TABLE_METADATA 20090819
# Exception Resumable Description Created on
1 CX_TPDA tpda: Fehler 20090819
2 CX_TPDA_SYS Exceptions der Kernelschnittstelle 20090819

Method GET_ITAB_SUBCOMPONENT_VARNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT Call by reference Type reference (TYPE) CSEQUENCE 20090821
2 Importing I_FLG_REF Value transfer Type reference (TYPE) FLAG '*' allgemeines flag 20100726
3 Importing I_FLG_SUPERCLASS Call by reference Type reference (TYPE) C 'X' 20090916
4 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090821
5 Importing I_ROW Call by reference Type reference (TYPE) I 20090821
6 Importing I_SUBCOMPONENT Call by reference Type reference (TYPE) CSEQUENCE 20090821
7 Returning R_VARNAME Value transfer Type reference (TYPE) STRING 20090821
# Exception Resumable Description Created on
1 CX_TPDA tpda: Fehler 20090821
2 CX_TPDA_SYS Exceptions der Kernelschnittstelle 20090821

Method GET_ITAB_TABLE_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM Value transfer Type reference (TYPE) I 20090717
2 Importing I_ITAB_NAME Value transfer Type reference (TYPE) CSEQUENCE 20090717
3 Importing I_TABKEY_INDEX Value transfer Type reference (TYPE) I 20090717
4 Importing I_TO Value transfer Type reference (TYPE) I 20090717
5 Returning R_STR_TABLE_SELECTION Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_STR_TABLE_SELECTION 20090717
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090717

Method GET_ITAB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITAB_NAME Value transfer Type reference (TYPE) CSEQUENCE 20090707
2 Returning R_TYPE Value transfer Type reference (TYPE) STRING 20090707
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090707
2 CX_TPDA_TABLE_NOT_FOUND Objekt wurde nicht gefunden 20090707

Method GET_KEYCOMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYNUMBER Value transfer Type reference (TYPE) I 20110531
2 Importing I_LINEINDEX Value transfer Type reference (TYPE) I 20110531
3 Importing I_TABLE_NAME Value transfer Type reference (TYPE) CSEQUENCE 20110531
4 Returning R_TAB_KEYCOMPONENTS Value transfer Type reference (TYPE) TPDA_FIELD_LIST_IT 20110531
# Exception Resumable Description Created on
1 CX_TPDA_SYS 20110531

Method GET_SUBCOMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT Call by reference Type reference (TYPE) CSEQUENCE 20090720
2 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090720
3 Importing I_ROW Value transfer Type reference (TYPE) I '1' 20090720
4 Returning R_TAB_SUBCOMPONENTS Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_TAB_SUBCOMPONENTS 20090720
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090720

Method GET_VAR_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_NO_TRAVERSION Value transfer Type reference (TYPE) XFLAG neue Eingabewerte 20100726
2 Importing I_FLG_SUPERCLASS Value transfer Type reference (TYPE) C 20091002
3 Importing I_VARNAME Call by reference Type reference (TYPE) CSEQUENCE 20090805
4 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20090805
# Exception Resumable Description Created on
1 CX_TPDA tpda: Fehler 20090821
2 CX_TPDA_SYS Objekt wurde nicht gefunden 20090821

Method IS_ITAB_COMPONENT_EXPANDABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT Call by reference Type reference (TYPE) CSEQUENCE 20090720
2 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090720
3 Importing I_ROW Value transfer Type reference (TYPE) I 1 20090723
4 Returning R_IS_EXPANDABLE Value transfer Type reference (TYPE) STRING 20090720
# Exception Resumable Description Created on
1 CX_TPDA_TABLE Ausnahmen des Table Tools 20090720

Method TRAVERS_VARNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_SUPERCLASS Call by reference Type reference (TYPE) FLAG '' allgemeines flag 20090916
2 Importing I_VARNAME Call by reference Type reference (TYPE) CSEQUENCE 20090821
3 Returning R_VARNAME Value transfer Type reference (TYPE) STRING 20090821
# Exception Resumable Description Created on
1 CX_TPDA tpda: Fehler 20090821
2 CX_TPDA_SYS Exceptions der Kernelschnittstelle 20090821
History
Last changed by/on SAP  20130531 
SAP Release Created in 800