SAP ABAP Class CL_WDR_DEV_OBJECT_ASSISTANCE (Administration of Development Objects)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_DEV_OBJECT_ASSISTANCE (Package) Utility Component for Object Processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20051228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_DEV_OBJECT_ASSISTANCE Additional Functions for Development Objects 20051228
Properties
Class CL_WDR_DEV_OBJECT_ASSISTANCE  
Short Description Administration of Development Objects    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DEV_OBJECT_ASSISTANCE   Utility Component for Object Processing 
Created 20051228   SAP 
Last change 20080612   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_DEV_OBJECT_ASSISTANCE Additional Functions for Development Objects 20051228
Friends
Class CL_WDR_DEV_OBJECT_ASSISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MCT_DLG_TADIR_CHANGE Constant Public Type reference (TYPE) WDR_TEXT_KEY '002' Web Dynpro: Text Key 20051230
2 MCT_DLG_TADIR_CREATE Constant Public Type reference (TYPE) WDR_TEXT_KEY '001' Web Dynpro: Text Key 20051230
3 MCT_DLG_TADIR_DISPLAY Constant Public Type reference (TYPE) WDR_TEXT_KEY '003' Web Dynpro: Text Key 20051230
4 MCT_NO_TRANSPORTS_FOUND Constant Public Type reference (TYPE) WDR_TEXT_KEY '005' Web Dynpro: Text Key 20060531
5 MCT_UNKNOWN_DEVCLASS Constant Public Type reference (TYPE) WDR_TEXT_KEY '006' Web Dynpro: Text Key 20060609
6 MC_EVENT_PROPAGATION_MODE Instance attribute Public Attribute reference (LIKE) 20060515
7 MC_OP_CHANGE Instance attribute Public Attribute reference (LIKE) 20051230
8 MC_OP_CREATE Instance attribute Public Attribute reference (LIKE) 20051230
9 MC_OP_DELETE Instance attribute Public Attribute reference (LIKE) 20051230
10 MC_OP_DISPLAY Instance attribute Public Attribute reference (LIKE) 20051230
11 MC_STATUS_CHECKED Constant Public Type reference (TYPE) I 1 20060214
12 MC_STATUS_SAVED Constant Public Type reference (TYPE) I 2 20060214
13 MC_STATUS_UNCHECKED Constant Public Type reference (TYPE) I 0 20060214
14 MT_OBJH Instance attribute Protected Type reference (TYPE) TT_OBJH Table Type for Structure OBJH 20051230
15 M_COMP_INTERFACE Instance attribute Protected Object reference (TYPE REF TO) IWCI_WDR_DEV_OBJECT_ASSISTANCE Web Dynpro Interface COMPONENTCONTROLLER 20060131
16 M_CUR_EVENT_PROPAGATION_MODE Instance attribute Protected Type reference (TYPE) I MC_EVENT_PROPAGATION_MODE-COMP 20060515
17 M_IS_INITIALIZED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060103
18 M_MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20051229
19 M_WINDOW_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20060104
20 M_WORK_LIST_NODE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20051230
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT Instance method Public Method 20051230
2 CHECK Instance method Public Method 20060209
3 DISPLAY_CONSOLE Instance method Public Method 20051230
4 DLG_TADIR_SET_TITLE Instance method Public Method 20051230
5 GET_TEXT Instance method Public Method 20051230
6 GET_WORK_LIST Instance method Public Method 20051230
7 HIDE_TKORR_IF_NECESSARY Instance method Public Method 20070226
8 INIT Instance method Public Method Initializes the Help Class 20051229
9 REMOVE_OBJECT Instance method Public Method 20051230
10 SAVE Instance method Public Method 20051230
11 SET_TADIR_DEFAULT_VALUES Instance method Public Method Fills with TADIR Attributes with Default Values 20060104
Events
# Event Type Visibility Description Created on
1 ON_CHECKED Instance Event
(0)
Public
(2)
20060209
2 ON_SAVED Instance Event
(0)
Public
(2)
20060119
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_WORK_LIST Public Attribute reference (LIKE) 20051228
2 TT_WORK_LIST_I Protected See coding 20051228 tt_work_list_i type sorted table of t_work_list_item_i with unique key m_basic_data-m_ko200-pgmid m_basic_data-m_ko200-object m_basic_data-m_ko200-obj_name
3 T_OPERATION Public Attribute reference (LIKE) 20051230
4 T_WORK_LIST Public Attribute reference (LIKE) 20051228
5 T_WORK_LIST_ITEM_I Protected See coding 20051228 begin of t_work_list_item_i, m_basic_data type if_wd_dev_object_assistance~t_work_list_item, m_objh type objh, end of t_work_list_item_i
Method Signatures

Method ADD_OBJECT Signature

Method ADD_OBJECT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method ADD_OBJECT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method CHECK Signature

Method CHECK on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method CHECK on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method DISPLAY_CONSOLE Signature

Method DISPLAY_CONSOLE on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method DISPLAY_CONSOLE on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method DLG_TADIR_SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WINDOW Value transfer Object reference (TYPE REF TO) IF_WD_WINDOW 20051230

Method DLG_TADIR_SET_TITLE on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method GET_TEXT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method GET_WORK_LIST Signature

Method GET_WORK_LIST on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method GET_WORK_LIST on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method HIDE_TKORR_IF_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_MANAGER Value transfer Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message-Manager 20070226
2 Importing I_ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20070226

Method HIDE_TKORR_IF_NECESSARY on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_INTERFACE Value transfer Object reference (TYPE REF TO) IWCI_WDR_DEV_OBJECT_ASSISTANCE Web Dynpro Interface COMPONENTCONTROLLER 20060131
2 Importing I_MESSAGE_MANAGER Value transfer Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message-Manager 20051229
3 Importing I_WINDOW_MANAGER Value transfer Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20060104
4 Importing I_WORK_LIST_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für Context-Knoten 20051230

Method INIT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method REMOVE_OBJECT Signature

Method REMOVE_OBJECT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method REMOVE_OBJECT on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method SAVE Signature

Method SAVE on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Method SAVE on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.

Method SET_TADIR_DEFAULT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL 20060104

Method SET_TADIR_DEFAULT_VALUES on class CL_WDR_DEV_OBJECT_ASSISTANCE has no exception.
Event Signatures

Event ON_CHECKED Signature
Event ON_CHECKED on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
Event ON_SAVED Signature
Event ON_SAVED on class CL_WDR_DEV_OBJECT_ASSISTANCE has no parameter.
History
Last changed by/on SAP  20080612 
SAP Release Created in 710