SAP ABAP Class CL_TPDA_TABLE_GEN (General Methods)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_TABLE_GEN Standard Interface (Types, Constants ...) 20090805
Properties
Class CL_TPDA_TABLE_GEN  
Short Description General Methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_TOOLS   ABAP Debugger: Tools (Plugins) 
Created 20090713   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 IF_TPDA_TABLE_GEN Standard Interface (Types, Constants ...) 20090805
Friends
Class CL_TPDA_TABLE_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STRING Static Attribute Public Type reference (TYPE) STRING 20090804
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PERCENTAGE Static method Public Method 20090806
2 BUILD_ITAB_COMP_PATH Static method Public Method 20090723
3 BUILD_VAR_WITH_COMP_SUBCOMP Static method Public Method 20090811
4 CONTAINS Static method Public Method 20090804
5 ENSURE_TABLE_BRACKETS Static method Public Method 20090807
6 GET_COMP_SPLIT Static method Public Method 20090716
7 GET_LAST_CHAR Static method Public Method 20090804
8 ICON_CREATE Static method Public Method 20090814
9 IS_NUMERIC Static method Public Method 20090730
10 MAX Static method Public Method 20090713
11 MIN Static method Public Method 20090713
12 OUTPUT_STR_MSG Static method Public Method 20090805
13 OUTPUT_SY_MSG Static method Public Method 20090804
14 REMOVE_DYNP_WA Static method Public Method 20090714
15 REMOVE_OFFSET Static method Public Method 20101129
16 REMOVE_TABLE_BRACKETS Static method Public Method 20090811
17 REMOVE_TABLE_LINE_FROM_VAR Static method Public Method 20090811
18 REPLACE Static method Public Method 20090804
Events
Class CL_TPDA_TABLE_GEN has no event.
Types
Class CL_TPDA_TABLE_GEN has no local type.
Method Signatures

Method ADD_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBER Call by reference Type reference (TYPE) I 20090806
2 Importing I_PERCENTAGE Call by reference Type reference (TYPE) I 20090806
3 Returning R_RESULT Value transfer Type reference (TYPE) I 20090806

Method ADD_PERCENTAGE on class CL_TPDA_TABLE_GEN has no exception.

Method BUILD_ITAB_COMP_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT Value transfer Type reference (TYPE) CSEQUENCE IF_TPDA_TABLE_GEN=>C_NOT_QUALIFIED 20090723
2 Importing I_ITAB_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090723
3 Importing I_ROW Call by reference Type reference (TYPE) I 20090723
4 Returning R_VARPATH Value transfer Type reference (TYPE) STRING 20090723

Method BUILD_ITAB_COMP_PATH on class CL_TPDA_TABLE_GEN has no exception.

Method BUILD_VAR_WITH_COMP_SUBCOMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT Value transfer Type reference (TYPE) CSEQUENCE 20090811
2 Importing I_ITAB_NAME Value transfer Type reference (TYPE) CSEQUENCE 20090811
3 Importing I_ROW Value transfer Type reference (TYPE) I 20090811
4 Importing I_SUBCOMPONENT Value transfer Type reference (TYPE) CSEQUENCE 20090811
5 Returning R_VARNAME Value transfer Type reference (TYPE) STRING 20090811

Method BUILD_VAR_WITH_COMP_SUBCOMP on class CL_TPDA_TABLE_GEN has no exception.

Method CONTAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HAYSTACK Call by reference Type reference (TYPE) CSEQUENCE 20090804
2 Importing I_NEEDLE Call by reference Type reference (TYPE) CSEQUENCE 20090804
3 Returning R_RESULT Value transfer Type reference (TYPE) FLAG allgemeines flag 20090804

Method CONTAINS on class CL_TPDA_TABLE_GEN has no exception.

Method ENSURE_TABLE_BRACKETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090807
2 Returning R_NAME Value transfer Type reference (TYPE) STRING 20090807

Method ENSURE_TABLE_BRACKETS on class CL_TPDA_TABLE_GEN has no exception.

Method GET_COMP_SPLIT 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 20090716
2 Returning R_STR_COMP_SPLIT Value transfer Type reference (TYPE) IF_TPDA_TABLE_GEN=>TYP_STR_COMP_SPLIT 20090716

Method GET_COMP_SPLIT on class CL_TPDA_TABLE_GEN has no exception.

Method GET_LAST_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CSEQUENCE 20090804
2 Returning R_LAST_CHAR Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090804

Method GET_LAST_CHAR on class CL_TPDA_TABLE_GEN has no exception.

Method ICON_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ICON Call by reference Type reference (TYPE) CSEQUENCE 20090814
2 Importing I_QUICKINFO Call by reference Type reference (TYPE) CSEQUENCE 20090814
3 Returning R_ICON Value transfer Type reference (TYPE) STRING 20090814

Method ICON_CREATE on class CL_TPDA_TABLE_GEN has no exception.

Method IS_NUMERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ANY Value transfer Type reference (TYPE) CLIKE 20090730
2 Returning R_NUMBER Value transfer Type reference (TYPE) I 20090730

Method IS_NUMERIC on class CL_TPDA_TABLE_GEN has no exception.

Method MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I1 Value transfer Type reference (TYPE) I 20090713
2 Importing I2 Value transfer Type reference (TYPE) I 20090713
3 Returning R_MAX Value transfer Type reference (TYPE) I 20090713

Method MAX on class CL_TPDA_TABLE_GEN has no exception.

Method MIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I1 Call by reference Type reference (TYPE) I 20090713
2 Importing I2 Call by reference Type reference (TYPE) I 20090713
3 Returning R_MIN Value transfer Type reference (TYPE) I 20090713

Method MIN on class CL_TPDA_TABLE_GEN has no exception.

Method OUTPUT_STR_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_MSG Value transfer Type reference (TYPE) ANY 20090805
2 Importing I_TECH_MSGTY Value transfer Type reference (TYPE) SYMSGTY 'S' Nachrichtentyp 20090810

Method OUTPUT_STR_MSG on class CL_TPDA_TABLE_GEN has no exception.

Method OUTPUT_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Value transfer Type reference (TYPE) SYMSGID SY-MSGID Nachrichtenklasse 20090804
2 Importing I_MSGNO Value transfer Type reference (TYPE) SY-MSGNO SY-MSGNO Nachrichtennummer 20090804
3 Importing I_MSGTY Value transfer Type reference (TYPE) SY-MSGTY SY-MSGTY Nachrichtentyp 20090804
4 Importing I_MSGV1 Value transfer Type reference (TYPE) SYMSGV SY-MSGV1 Nachrichtenvariable 20090804
5 Importing I_MSGV2 Value transfer Type reference (TYPE) SYMSGV SY-MSGV2 Nachrichtenvariable 20090804
6 Importing I_MSGV3 Value transfer Type reference (TYPE) SYMSGV SY-MSGV3 Nachrichtenvariable 20090804
7 Importing I_MSGV4 Value transfer Type reference (TYPE) SYMSGV SY-MSGV4 Nachrichtenvariable 20090804

Method OUTPUT_SY_MSG on class CL_TPDA_TABLE_GEN has no exception.

Method REMOVE_DYNP_WA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CSEQUENCE 20090714
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20090714

Method REMOVE_DYNP_WA on class CL_TPDA_TABLE_GEN has no exception.

Method REMOVE_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CSEQUENCE 20101129
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20101129

Method REMOVE_OFFSET on class CL_TPDA_TABLE_GEN has no exception.

Method REMOVE_TABLE_BRACKETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090811
2 Returning R_NAME Value transfer Type reference (TYPE) STRING 20090811

Method REMOVE_TABLE_BRACKETS on class CL_TPDA_TABLE_GEN has no exception.

Method REMOVE_TABLE_LINE_FROM_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090811
2 Returning R_NAME Value transfer Type reference (TYPE) STRING 20090811

Method REMOVE_TABLE_LINE_FROM_VAR on class CL_TPDA_TABLE_GEN has no exception.

Method REPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I1 Call by reference Type reference (TYPE) SIMPLE 20090804
2 Importing I2 Call by reference Type reference (TYPE) SIMPLE 20090804
3 Importing I3 Call by reference Type reference (TYPE) SIMPLE 20090804
4 Importing I_STRING Call by reference Type reference (TYPE) CSEQUENCE 20090804
5 Returning R_STRING Value transfer Type reference (TYPE) STRING 20090804

Method REPLACE on class CL_TPDA_TABLE_GEN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800