SAP ABAP Class CL_TPDA_DEFAULTS_TEMPLATE (TPDA: Default Values)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_UI_FRAMEWORK (Package) ABAP Debugger: Framework of the User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_DEFAULTS_SUPER TPDA: Default Values 20040322
Properties
Class CL_TPDA_DEFAULTS_TEMPLATE  
Short Description TPDA: Default Values    
Super Class CL_TPDA_DEFAULTS_SUPER TPDA: Default Values 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_UI_FRAMEWORK   ABAP Debugger: Framework of the User Interface 
Created 20040322   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_DEFAULTS_TEMPLATE has no forward declaration.
Interfaces
Class CL_TPDA_DEFAULTS_TEMPLATE has no interface implemented.
Friends
Class CL_TPDA_DEFAULTS_TEMPLATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DETAIL_VIEW Constant Public Type reference (TYPE) TPDA_TOOL_ID 'DETAIL_VIEW' 20040322
2 C_DIFF Constant Public Type reference (TYPE) TPDA_TOOL_ID 'DIFF' 20040322
3 C_TAB_1 Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_1' 20040322
4 C_TAB_2 Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_2' 20040322
5 C_TAB_3 Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_3' 20040322
6 C_TAB_BP Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_BP' 20040322
7 C_TAB_DETAIL Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_DETAIL' 20040322
8 C_TAB_OO Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_OO' 20040322
9 C_TAB_STACK Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_HIER' 20040322
10 C_TAB_STRUK Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_STRUK' 20040322
11 C_TAB_TABLE Constant Public Type reference (TYPE) TPDA_ACTIVE_TAB 'MAIN_TAB_TABLE' 20040322
12 C_TEMPLATE Constant Public Type reference (TYPE) TPDA_TOOL_ID 'TEMPLATE' 20040322
13 FIRST_PROGRAM Instance attribute Private Type reference (TYPE) PROGRAM 'RSTPDA_FRAMEWORK_TEMPLATE' Program/Transaction in SQL Trace Evaluation 20040322
14 FIRST_SCREEN Instance attribute Private Type reference (TYPE) SYDYNNR '0300' ABAP Program: Number of Current Screen 20040322
15 FIRST_SUBSCAREA Instance attribute Private Type reference (TYPE) TPDA_SUBSCAREA 'FULL' tpda: Subscreen Area 20040322
16 MAIN_PROGRAM Instance attribute Private Type reference (TYPE) PROGRAM 'RSTPDA_FRAMEWORK_TEMPLATE' Program/Transaction in SQL Trace Evaluation 20040322
17 MAIN_SCREEN Instance attribute Private Type reference (TYPE) SYDYNNR '0100' ABAP Program: Number of Current Screen 20040322
18 MAIN_SUBSCAREA Instance attribute Private Type reference (TYPE) TPDA_SUBSCAREA 'TPDAMYMAIN' tpda: Subscreen Area 20040322
19 NEW_EDIT_CTRL_AVAILABLE Instance attribute Private Type reference (TYPE) FLAG General Flag 20040322
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040322
2 CREATE_TAB1_TOOL_DEFAULT Instance method Private Method 20040322
3 CREATE_TAB_BP_TOOL_DEFAULT Instance method Private Method 20040322
4 CREATE_TAB_OO_TOOL_DEFAULT Instance method Private Method 20040322
5 CREATE_TAB_SIMPLE_TOOL_DEFAULT Instance method Private Method 20040322
6 CREATE_TAB_STAND_TOOL_DEFAULT Instance method Private Method 20040322
7 CREATE_TAB_STRUC_TOOL_DEFAULT Instance method Private Method 20040322
8 CREATE_TAB_TABLE_TOOL_DEFAULT Instance method Private Method 20040322
9 DEFINE_SUBFOLDER_HIER Instance method Private Method 20040322
10 DEFINE_SUBFOLDER_TEXT Instance method Private Method 20040322
11 DEFINE_TABS Instance method Private Method 20040322
12 DEFINE_TOOLS_ADMIN Instance method Private Method 20040322
13 DEFINE_TOOLS_TEXT Instance method Private Method 20040322
14 DEFINE_TOOL_SUBFOLDER Instance method Private Method 20040322
Events
Class CL_TPDA_DEFAULTS_TEMPLATE has no event.
Types
Class CL_TPDA_DEFAULTS_TEMPLATE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_TPDA_DEFAULTS_TEMPLATE has no parameter.
Method CONSTRUCTOR on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB1_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TAB1_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB1_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_BP_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_BP_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_BP_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_OO_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_OO_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_OO_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_SIMPLE_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SIMPLE_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_SIMPLE_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_STAND_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_STANDARD_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_STAND_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_STRUC_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_STRUC_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_STRUC_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method CREATE_TAB_TABLE_TOOL_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TABLE_DEFAULT Value transfer Type reference (TYPE) TPDA_DEFAULT_TAB_DEFAULT tpda: default Reiter (stack, Tabellen, ...) Belegung 20040322

Method CREATE_TAB_TABLE_TOOL_DEFAULT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_SUBFOLDER_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SUBFOLDER_HIER_IT Call by reference Type reference (TYPE) TTPDA_SUBFOLDER_HIER_IT TPDA: Verzeichnisse for Wekzeuge - Hierarchie 20040322

Method DEFINE_SUBFOLDER_HIER on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_SUBFOLDER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SUBFOLDER_TEXT_IT Call by reference Type reference (TYPE) TTPDA_SUBFOLDER_TEXT_IT TPDA: Verzeichnisse für Werkzeuge- Texte 20040322

Method DEFINE_SUBFOLDER_TEXT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TAB_IT Call by reference Type reference (TYPE) TPDA_DESKTOP_TABS_IT tpda: Vorhandene Desktops 20040322

Method DEFINE_TABS on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_TOOLS_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TOOL_ADMIN_IT Call by reference Type reference (TYPE) TTPDA_TOOL_ID_ADMIN_IT tpda: customizing - tools- Eigenschaften 20040322

Method DEFINE_TOOLS_ADMIN on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_TOOLS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TOOL_TEXT_IT Call by reference Type reference (TYPE) TTPDA_TOOL_ID_T_IT TPDA Tabelentyp zu TTPDA_TOOL_ID_T 20040322

Method DEFINE_TOOLS_TEXT on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.

Method DEFINE_TOOL_SUBFOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TOOL_EXT_IT Call by reference Type reference (TYPE) TTPDA_TOOL_ID_EXT_IT TPDA: Verknüpfung Werkzeug - Verzeichniss 20040322

Method DEFINE_TOOL_SUBFOLDER on class CL_TPDA_DEFAULTS_TEMPLATE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700