SAP ABAP Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF (i.s.h.med Hit List Screen for Definition)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1SRVDO_MED (Package) IS-H*MED: Service Documentation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_SCR_MEDSRV_HITLS i.s.h.med: Hit List Screen for Med. Services 20050207
Properties
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF  
Short Description i.s.h.med Hit List Screen for Definition    
Super Class CL_ISHMED_SCR_MEDSRV_HITLS i.s.h.med: Hit List Screen for Med. Services 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1SRVDO_MED   IS-H*MED: Service Documentation 
Created 20050207   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no forward declaration.
Interfaces
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no interface implemented.
Friends
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DNDFLAVOR_FAVROOT Constant Public Type reference (TYPE) CHAR30 'FAVROOT' Drag and Drop Flavor String Favorites Root Nodes 20050321
2 GR_DNDFLAVOR_FAVROOT Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Drag and Drop Flavor Favorites Root Nodes 20050321
3 GR_DNDFLAVOR_SPECNOPERFORM Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Drag and Drop Flavor Spectrum Node not Performable 20050321
4 GR_DNDFLAVOR_SPECROOT Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Drag and Drop Flavor Spectrum Root Node 20050321
5 G_DNDHANDLE_FAVROOT Instance attribute Protected Type reference (TYPE) I Drag and Drop Handle Favorites Root Nodes 20050321
6 G_DNDHANDLE_SPECNOPERFORM Instance attribute Protected Type reference (TYPE) I Drag and Drop Handle Spectrum Node not Performable 20050321
7 G_DNDHANDLE_SPECROOT Instance attribute Protected Type reference (TYPE) I Drag and Drop Handle Spectrum Root Node 20050321
8 G_UCOMM_DELETE_FAVORITES Static Attribute Public Type reference (TYPE) SY-UCOMM 'DELETE_FAVORITES' Remove User Command from Favorites 20050209
9 G_UCOMM_INSERT_FAVORITES Static Attribute Public Type reference (TYPE) SY-UCOMM 'INSERT_FAVORITES' Transfer User Command to Favorites 20050209
10 G_UCOMM_NEXT_VALUE Static Attribute Public Type reference (TYPE) SY-UCOMM 'NEXT_VALUE' User Command: Entry down a Level 20050209
11 G_UCOMM_PREVIOUS_VALUE Static Attribute Public Type reference (TYPE) SY-UCOMM 'PREVIOUS_VALUE' User Command: Entry up a Level 20050209
12 G_UCOMM_TOTAL_DOWN Static Attribute Public Type reference (TYPE) SY-UCOMM 'TOTAL_DOWN' User Command: Entry to Bottom 20050209
13 G_UCOMM_TOTAL_UP Static Attribute Public Type reference (TYPE) SY-UCOMM 'TOTAL_UP' User Command: Entry to Top 20050209
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050208
2 CREATE_DEF Static method Public Method Creates a CL_ISHMED_SCR_MEDSRV_HITLS_DEF Object 20050207
3 HAS_CHILDREN Instance method Protected Method Returns Whether Unopened Node Has Children 20050215
4 INITIALIZE_TOOLBAR Static method Public Method Initialize Toolbar for Favorites 20050211
5 IS_TALST_IN_FAVORITES Instance method Protected Method Returns Whether Service Code Is Already in Favorites 20050318
6 PROCESS_TOOLBAR Instance method Protected Method Toolbar Processing for Favorites 20050211
7 SYSEV_DELETE_FAVORITES Instance method Protected Method System Event "Remove Services from Favorites" 20050315
8 SYSEV_INSERT_FAVORITES Instance method Protected Method System Event "Add Services to Favorites" 20050315
9 SYSEV_NEXT_VALUE Instance method Protected Method System Event "Move Favorite Down" 20050315
10 SYSEV_PREVIOUS_VALUE Instance method Protected Method System Event "Move Favorite Up" 20050315
11 SYSEV_TOTAL_DOWN Instance method Protected Method System Event "Move Favorite to Bottom" 20050315
12 SYSEV_TOTAL_UP Instance method Protected Method System Event "Move Favorite to Top" 20050315
Events
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no event.
Types
Class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050207
2 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_SCR_MEDSRV_HITLS_DEF i.s.h.med Hitlist-Screen für Definition 20050207
3 Exporting ER_INTERFACE Call by reference Object reference (TYPE REF TO) IF_ISH_SCREEN IS-H: Interface für die Bildklassen 20050207
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050207

Method CREATE_DEF on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method HAS_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050215
2 Exporting E_HAS_CHILDREN Call by reference Type reference (TYPE) ISH_ON_OFF ON: Knoten hat Kinder 20050215
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050215
4 Importing I_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20050215

Method HAS_CHILDREN on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method INITIALIZE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050211
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050211
3 Importing IR_ALV_TREE_TOOLBAR Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Referenz auf ALV Tree Toolbar 20050211
4 Importing IT_UCOMM Call by reference Type reference (TYPE) TABLE Tabelle mit UserCommands der Toolbar 20050211
5 Importing I_ENABLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Taste wird enabled 20050211

Method INITIALIZE_TOOLBAR on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method IS_TALST_IN_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TALST Call by reference Type reference (TYPE) NTPK-TALST IS-H: Leistung innerhalb eines Leistungskataloges 20050318
2 Returning R_IS_IN_FAVORITES Value transfer Type reference (TYPE) ISH_ON_OFF ON: i_talst ist in Favoriten enthalten 20050318

Method IS_TALST_IN_FAVORITES on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method PROCESS_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050211
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050211
3 Importing IT_CHECKED_ITEMS Call by reference Type reference (TYPE) LVC_T_CHIT ALV-Tree-Control: Liste der selektierten Checkboxen 20050211
4 Importing I_IS_CHECKED_NKEY_FAVORITE Call by reference Type reference (TYPE) ISH_ON_OFF ON: Nodekey ist in Favoriten enthalten 20050228

Method PROCESS_TOOLBAR on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_DELETE_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_DELETE_FAVORITES on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_INSERT_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_INSERT_FAVORITES on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_NEXT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_NEXT_VALUE on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_PREVIOUS_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_PREVIOUS_VALUE on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_TOTAL_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_TOTAL_DOWN on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.

Method SYSEV_TOTAL_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050315
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: SystemEvent wurde behandelt 20050315
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050315
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050315

Method SYSEV_TOTAL_UP on class CL_ISHMED_SCR_MEDSRV_HITLS_DEF has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600