SAP ABAP Class CL_ISHMED_GL_ACTIVITY_COM_ALV (i.s.h.med: pathways - ALV for Activity Comments)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_GL (Package) IS-H*MED: Treatment Pathways
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20060329
Properties
Class CL_ISHMED_GL_ACTIVITY_COM_ALV  
Short Description i.s.h.med: pathways - ALV for Activity Comments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_GL   IS-H*MED: Treatment Pathways 
Created 20060326   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_GL_ACTIVITY_COM_ALV has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20060329
Friends
Class CL_ISHMED_GL_ACTIVITY_COM_ALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SCREEN_MULTI Constant Public Type reference (TYPE) C 'M' 20060329
2 CO_SCREEN_SINGLE Constant Public Type reference (TYPE) C 'C' 20060329
3 CO_WORK_MODE_ADD Constant Public Type reference (TYPE) C 'A' 20060329
4 CO_WORK_MODE_CHANGE Constant Public Type reference (TYPE) C 'C' 20060329
5 GR_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID SAP List Viewer 20060326
6 GR_GL_TREATMENT Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_FCT_GL_TREATMENT ISHMED Patient Pathway Function Class 20060329
7 GS_ACT_ROW Instance attribute Private Type reference (TYPE) LVC_S_ROW ALV Control: Row Description 20060426
8 GS_NOTE_DATA_CHG Instance attribute Private Type reference (TYPE) RN2GL_ACT_NOTE i.s.h.med pathways Comment 20060329
9 GS_OLD_ROW Instance attribute Private Type reference (TYPE) LVC_S_ROW ALV Control: Row Description 20060426
10 GT_ACT_DATA Instance attribute Private Type reference (TYPE) ISHMED_T_N2GL_ACT_SCR i.s.h.med: pathways - Data for Layout Setting 20060326
11 GT_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for SAP List Viewer Control 20060329
12 G_ACTIVE_ACT_EMR Instance attribute Public Type reference (TYPE) N2GL_VMA Employee Responsible 20060329
13 G_ACTIVE_ACT_ID Instance attribute Public Type reference (TYPE) N2GL_ACT_ID i.s.h.med pathways Activity Key 20060329
14 G_ACTIVE_ACT_ORGID Instance attribute Public Type reference (TYPE) N2GL_ORGID i.s.h.med pathways Organizational Unit 20060329
15 G_ACTIVE_ACT_TYPE Instance attribute Public Type reference (TYPE) N2GL_ACT_TYP i.s.h.med pathways Activity Type 20060329
16 G_ACT_GRID_LINE Instance attribute Private Type reference (TYPE) RN2GL_ACT_SCR i.s.h.med pathways Activity - Interface 20060329
17 G_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20060326
18 G_PATH_ID Instance attribute Private Type reference (TYPE) N2GL_TM_ID Patient Pathway Key 20060329
19 G_PRV_GRID_LINE Instance attribute Private Type reference (TYPE) RN2GL_ACT_SCR i.s.h.med pathways Activity - Interface 20060329
20 G_SCREEN_TYPE Instance attribute Public Type reference (TYPE) C 20060329
21 G_WORK_MODE Instance attribute Public Type reference (TYPE) C 20060329
22 OFF Instance attribute Private Attribute reference (LIKE) 20060329
23 ON Instance attribute Private Attribute reference (LIKE) 20060329
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060326
2 GET_ACT_CATEGORY Instance method Public Method Supplies Activity 20060329
3 GET_NOTE_DATA Instance method Public Method Supplies Note Data 20060329
4 HANDLE_DBL_CLICK Instance method Private Event handling method Double-Click Handler 20060329
5 HANDLE_HOTSPOT_CLICK Instance method Private Event handling method Hot Spot Handler 20060329
6 INIT_ALV Instance method Private Method Initialization of List 20060326
7 SET_ACTIVITY_DATA Instance method Public Method Set Data 20060326
8 SET_NOTE_DATA Instance method Public Method Sets Note Data 20060329
9 SET_OLD_ACT_ROW Instance method Public Method Set Old Active Row 20060426
10 UPDATE_NOTE Instance method Private Method Change Note Text in Grid 20060804
Events
Class CL_ISHMED_GL_ACTIVITY_COM_ALV has no event.
Types
Class CL_ISHMED_GL_ACTIVITY_COM_ALV has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_GL_TREATMENT Call by reference Object reference (TYPE REF TO) CL_ISHMED_FCT_GL_TREATMENT ISHMED Funktionsklasse Patientenpfade 20060329
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20060326

Method CONSTRUCTOR on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method GET_ACT_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CATEGORY Value transfer Type reference (TYPE) N2GL_ACT_CAT i.s.h.med pathways Kategorisierung einer Aktivität 20060329

Method GET_ACT_CATEGORY on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method GET_NOTE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NOTE_DATA Value transfer Type reference (TYPE) ISHMED_T_N2GL_ACT_NOTE i.s.h.med pathways Kommentar 20060329

Method GET_NOTE_DATA on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method HANDLE_DBL_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060329
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20060329
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20060329

Method HANDLE_DBL_CLICK on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

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

Method HANDLE_HOTSPOT_CLICK on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method INIT_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20060326

Method INIT_ALV on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method SET_ACTIVITY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACT_DATA Call by reference Type reference (TYPE) ISHMED_T_N2GL_ACT_SCR i.s.h.med pathways Aktivität - Oberfläche 20060326
2 Importing I_PATH_ID Call by reference Type reference (TYPE) N2GL_TM_ID Schlüssel Patientenpfad 20060329

Method SET_ACTIVITY_DATA on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method SET_NOTE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NOTE_DATA Call by reference Type reference (TYPE) RN2GL_ACT_NOTE i.s.h.med pathways Kommentar 20060329

Method SET_NOTE_DATA on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method SET_OLD_ACT_ROW Signature

Method SET_OLD_ACT_ROW on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no parameter.
Method SET_OLD_ACT_ROW on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.

Method UPDATE_NOTE Signature

Method UPDATE_NOTE on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no parameter.
Method UPDATE_NOTE on class CL_ISHMED_GL_ACTIVITY_COM_ALV has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 700