SAP ABAP Class CL_ISHMED_DWS_WL_TASKF4_CTR (ISHMED Tree for Task Template Selection Dialog)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H (Application Component) SAP Healthcare - Industry-Specific Components for Hospitals
     NMED_DWS_COMP (Package) IS-H: Documentation Work Station Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_COMP_CONSTANTS i.s.h.med Definition of General Constants for DWS Components 20050112
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050112
Properties
Class CL_ISHMED_DWS_WL_TASKF4_CTR  
Short Description ISHMED Tree for Task Template Selection Dialog    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package NMED_DWS_COMP   IS-H: Documentation Work Station Components 
Created 20050111   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_DWS_WL_TASKF4_CTR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_DWS_COMP_CONSTANTS i.s.h.med Definition of General Constants for DWS Components 20050112
2 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050112
Friends
Class CL_ISHMED_DWS_WL_TASKF4_CTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AREA_GENERIC Instance attribute Private Attribute reference (LIKE) 20050112
2 FALSE Instance attribute Private Attribute reference (LIKE) 20050116
3 GR_CAT Instance attribute Protected Object reference (TYPE REF TO) CL_ISHMED_DWSWL_FCT_CAT ISHMED Template Catalog 20050402
4 GR_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20050119
5 GR_TASK_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20050111
6 GR_VIEWER Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_DWSWL_DD_INFO_CTR Info for Assignment Control 20050119
7 GS_NODE Instance attribute Private Type reference (TYPE) RN2DWSWL_SDEF_CAT_TREE Information on Structure of Template Catalog 20050112
8 GT_CHECK_NODES Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20050128
9 GT_NODES Instance attribute Private Type reference (TYPE) ISHMED_T_N2DWSWL_SD_CAT_TREE Information for Items in Task Catalog 20050112
10 GT_PATTERNS_ID Instance attribute Private Type reference (TYPE) ISHMED_T_N2DWSWL_PATTERN_ID Task Templates Key 20050117
11 G_AREA Instance attribute Private Type reference (TYPE) N2DWSWL_AREA Work Area 20050111
12 G_NODE_KEY_COUNT Instance attribute Private Type reference (TYPE) I 20050112
13 OFF Instance attribute Private Attribute reference (LIKE) 20050112
14 ON Instance attribute Private Attribute reference (LIKE) 20050112
15 PATTERN Instance attribute Private Attribute reference (LIKE) 20050112
16 PROFILE Instance attribute Private Attribute reference (LIKE) 20050112
17 SITUATION Instance attribute Private Attribute reference (LIKE) 20050112
18 TRUE Instance attribute Private Attribute reference (LIKE) 20050116
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ITEM_TABLE Instance method Private Method Structure of Item Table 20050112
2 BUILD_TREE Instance method Private Method Build Tree 20050112
3 CHECKBOX_CHANGE_PATTERN Instance method Private Method Change Checkbox for Task Templates 20050128
4 CHECKBOX_CHANGE_PROFILE Instance method Private Method Change Checkbox for Profile Templates 20050128
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050111
6 EXPAND_ROOT Instance method Private Method Expand Top Levels 20050119
7 GET_SELECTED_NODE_KEY Instance method Private Method Returns Current node_key 20050112
8 GET_SELECTED_PATTERN Instance method Public Method Returns Selected Entry 20050112
9 HANDLE_CHECKBOX_CHANGE Instance method Private Event handling method Handler for Checkbox Change Event 20050116
10 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method Event Handling for ITEM_DBL_CLICK of CL_GUI_COLUMN_TREE 20050112
11 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method Event Handling for NODE_DBL_CLICK of CL_GUI_COLUMN_TREE 20050112
12 ON_LINK_CLICK Instance method Private Event handling method Handler for 'Selection Has Changed' Event 20050121
13 READ_PATTERN_OF_PROFILE Instance method Private Method Read Task Templates of Profile Template 20050120
14 REG_EVENTS Instance method Private Method Register Event 20050112
15 SET_TREE_DATA Instance method Private Method Build Tree 20050112
16 SET_VISIBLE Instance method Public Method Set Display 20050214
Events
Class CL_ISHMED_DWS_WL_TASKF4_CTR has no event.
Types
Class CL_ISHMED_DWS_WL_TASKF4_CTR has no local type.
Method Signatures

Method BUILD_ITEM_TABLE Signature

Method BUILD_ITEM_TABLE on class CL_ISHMED_DWS_WL_TASKF4_CTR has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050118

Method BUILD_TREE Signature

Method BUILD_TREE on class CL_ISHMED_DWS_WL_TASKF4_CTR has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050118

Method CHECKBOX_CHANGE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE Call by reference Type reference (TYPE) RN2DWSWL_SDEF_CAT_TREE IS-H*MED: Informationen zum Aufbau des Aufgabenkatalogs 20050128
2 Importing I_CHECKED Call by reference Type reference (TYPE) AS4FLAG 20050128
3 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY 20050128

Method CHECKBOX_CHANGE_PATTERN on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method CHECKBOX_CHANGE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE Call by reference Type reference (TYPE) RN2DWSWL_SDEF_CAT_TREE IS-H*MED: Informationen zum Aufbau des Aufgabenkatalogs 20050128
2 Importing I_CHECKED Call by reference Type reference (TYPE) AS4FLAG 20050128
3 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY 20050128

Method CHECKBOX_CHANGE_PROFILE on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA Call by reference Type reference (TYPE) N2DWSWL_AREA Arbeitsgebiet 20050111
2 Importing I_EINRI Call by reference Type reference (TYPE) EINRI IS-H: Einrichtung 20050111
3 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20050111
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050118

Method EXPAND_ROOT Signature

Method EXPAND_ROOT on class CL_ISHMED_DWS_WL_TASKF4_CTR has no parameter.
Method EXPAND_ROOT on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method GET_SELECTED_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEL_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Tree Control: Schlüssel eines Knotens 20050112

Method GET_SELECTED_NODE_KEY on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method GET_SELECTED_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PATTERNS_ID Call by reference Type reference (TYPE) ISHMED_T_N2DWSWL_PATTERN_ID Schlüssel Aufgabenvorlage 20050117
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050112

Method HANDLE_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Attribute reference (LIKE) 20050116
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20050116
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050116

Method HANDLE_CHECKBOX_CHANGE on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20050112
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050112

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050112

Method HANDLE_NODE_DOUBLE_CLICK on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050121

Method ON_LINK_CLICK on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.

Method READ_PATTERN_OF_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA Call by reference Type reference (TYPE) N2DWSWL_AREA Arbeitsgebiet 20050404
2 Importing I_PARENT_NODE Value transfer Type reference (TYPE) TV_NODEKEY Parent Node 20050120
3 Importing I_PROFILE_ID Call by reference Type reference (TYPE) N2DWSWL_PROFILE_ID Schlüssel Profilvorlage 20050120
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Ausnahme in der Komponente Aufgabenliste 20050120

Method REG_EVENTS Signature

Method REG_EVENTS on class CL_ISHMED_DWS_WL_TASKF4_CTR has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050118

Method SET_TREE_DATA Signature

Method SET_TREE_DATA on class CL_ISHMED_DWS_WL_TASKF4_CTR has no parameter.
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_WL Fehlerklasse der Worklist 20050118

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBLE Value transfer Type reference (TYPE) C 20050214

Method SET_VISIBLE on class CL_ISHMED_DWS_WL_TASKF4_CTR has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 600