SAP ABAP Class CL_TPDA_TOOL_WEBDYNPRO (CL_TPDA_TOOL_WEBDYNPRO)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     STPDA_TOOL_WDY (Package) TPDA: WDY Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_TOOL TPDA: Interface for Plug-In 20050401
Properties
Class CL_TPDA_TOOL_WEBDYNPRO  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_TOOL_WDY   TPDA: WDY Tool 
Created 20050401   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CXTAB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDA_TOOL TPDA: Interface for Plug-In 20050401
Friends
Class CL_TPDA_TOOL_WEBDYNPRO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_TAB Instance attribute Public Attribute reference (LIKE) 20050401
2 C_CLASS_NAME Constant Private Type reference (TYPE) SEOCLSNAME 'CL_TPDA_TOOL_WEBDYNPRO' Object Type Name 20050401
3 C_EVENT_DEBUG_STEP Instance attribute Public Attribute reference (LIKE) 20050401
4 C_OK_CODE_NAMESPACE_PREFIX Constant Private Type reference (TYPE) TPDA_TOOL_OK_CODE 'SWD' TPDA: OK Code Namespace for Tool 20050712
5 C_PROGRAM_PREFIX Constant Private Type reference (TYPE) PROGRAM 'SAPLSTPDA_TOOL_WEBDYNPRO' Program/Transaction in SQL Trace Evaluation 20050712
6 C_SCREEN Constant Private Type reference (TYPE) DYNNR '0010' Number of the Following Screen 20050401
7 DYNNR Instance attribute Public Attribute reference (LIKE) 20050401
8 IT_INSTANCE_ADMIN Static Attribute Private Type reference (TYPE) TPDA_TOOL_INSTANCE_ADMIN_IT tpda: Instances of a Tool 20050401
9 M_DYNPRO_MANAGER Instance attribute Private Object reference (TYPE REF TO) LCL_DY_DYNPRO_MANAGER 20050524
10 PROGRAM Instance attribute Public Attribute reference (LIKE) 20050401
11 REF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_TPDA_TOOL_INSTANCE_HANDLER 20050401
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050401
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050401
3 CREATE Instance method Public Method 20050401
4 DELETE Instance method Public Method 20050401
5 DYNPRO_PAI Instance method Public Method 20050705
6 DYNPRO_PBO Instance method Public Method 20050705
7 GET_TOOL_INSTANCE Static method Public Method 20050406
8 GET_VIEW Instance method Public Method 20050401
9 HANDLE_DEBUG_STEP Instance method Public Method 20050401
10 HANDLE_OK_CODE Instance method Public Method 20050401
11 HANDLE_TAB_ACTIVATED Instance method Public Method 20050401
12 HANDLE_TAB_DEACTIVATED Instance method Public Method 20050401
13 HANDLE_TOOL_REQUEST Instance method Public Method 20050401
14 INIT Instance method Public Method 20050401
15 IS_AVAILABLE Instance method Public Method 20050401
16 RELEASE Instance method Public Method 20050401
Events
Class CL_TPDA_TOOL_WEBDYNPRO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DY0010 Public See coding 20050428 begin of DY0010 , ref_tool type ref to cl_tpda_tool_webdynpro, header(40) type c, tool_screen type dynnr, end of DY0010
2 DY0120 Public Type reference (TYPE) DY0130 20050701
3 DY0130 Public See coding 20050704 begin of DY0130 , ref_tool type ref to cl_tpda_tool_webdynpro, subscreen_left type dynnr, subscreen_right type dynnr, end of DY0130
4 DY0200 Public See coding 20050429 begin of DY0200 , ref_tool type ref to cl_tpda_tool_webdynpro, end of DY0200
5 DY0500 Public See coding 20050712 begin of DY0500 , ref_tool type ref to cl_tpda_tool_webdynpro, tabstrip type ref to CXTAB_TABSTRIP, tab01_header(64) type c, tab02_header(64) type c, tab03_header(64) type c, tab04_header(64) type c, tab05_header(64) type c, tab06_header(64) type c, tab07_header(64) type c, tab08_header(64) type c, tab09_header(64) type c, tab10_header(64) type c, tab11_header(64) type c, tab12_header(64) type c, tab13_header(64) type c, tab14_header(64) type c, tab15_header(64) type c, tab16_header(64) type c, tab17_header(64) type c, tab18_header(64) type c, tab19_header(64) type c, tab20_header(64) type c, end of DY0500
6 DY0501 Public See coding 20050712 begin of DY0501 , ref_tool type ref to cl_tpda_tool_webdynpro, ctrl_type type wdy_wb_vc_type, ctrl_name type wdy_wb_vc_controller, close(64) type c, tabstrip type ref to CXTAB_TABSTRIP, tab01_header(64) type c, tab02_header(64) type c, tab03_header(64) type c, tab04_header(64) type c, tab05_header(64) type c, end of DY0501
7 DY0502 Public See coding 20050721 begin of DY0502 , ref_tool type ref to cl_tpda_tool_webdynpro , input type string, end of DY0502
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20050401
2 Importing P_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20050401

Method CONSTRUCTOR on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method CREATE Signature

Method CREATE on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method CREATE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method DELETE Signature

Method DELETE on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method DELETE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method DYNPRO_PAI Signature

Method DYNPRO_PAI on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method DYNPRO_PAI on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method DYNPRO_PBO Signature

Method DYNPRO_PBO on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method DYNPRO_PBO on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method GET_TOOL_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOL_INSTANCE Value transfer Object reference (TYPE REF TO) CL_TPDA_TOOL_WEBDYNPRO 20050406

Method GET_TOOL_INSTANCE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method GET_VIEW Signature

Method GET_VIEW on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method GET_VIEW on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method HANDLE_DEBUG_STEP Signature

Method HANDLE_DEBUG_STEP on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method HANDLE_DEBUG_STEP on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method HANDLE_OK_CODE Signature

Method HANDLE_OK_CODE on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method HANDLE_OK_CODE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method HANDLE_TAB_ACTIVATED Signature

Method HANDLE_TAB_ACTIVATED on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method HANDLE_TAB_ACTIVATED on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method HANDLE_TAB_DEACTIVATED Signature

Method HANDLE_TAB_DEACTIVATED on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method HANDLE_TAB_DEACTIVATED on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method HANDLE_TOOL_REQUEST Signature

Method HANDLE_TOOL_REQUEST on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method HANDLE_TOOL_REQUEST on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method INIT Signature

Method INIT on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method INIT on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method IS_AVAILABLE Signature

Method IS_AVAILABLE on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method IS_AVAILABLE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.

Method RELEASE Signature

Method RELEASE on class CL_TPDA_TOOL_WEBDYNPRO has no parameter.
Method RELEASE on class CL_TPDA_TOOL_WEBDYNPRO has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710