SAP ABAP Class CL_ISHMED_SCR_TASK (IS-H*MED: Task Selection Screen Class)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1BASE_MED (Package) IS-H*MED: Basic Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 20031008
Properties
Class CL_ISHMED_SCR_TASK  
Short Description IS-H*MED: Task Selection Screen Class    
Super Class CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE_MED   IS-H*MED: Basic Functionality 
Created 20031008   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_SCR_TASK has no forward declaration.
Interfaces
Class CL_ISHMED_SCR_TASK has no interface implemented.
Friends
Class CL_ISHMED_SCR_TASK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Grid 20031008
2 GR_DRAGDROP Instance attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Drag&Drop Instance 20031010
3 GT_FIELDCAT_GRID Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for ALV Grid 20031008
4 GT_TASKS Instance attribute Protected Type reference (TYPE) ISHMED_T_RN1_DYNP_TASK Table for List of Tasks 20031008
5 G_FUNC_ASS Instance attribute Protected Type reference (TYPE) ISH_ON_OFF 'Assign' Funktion Active (ON/OFF) 20031009
6 G_HANDLE_GRID Instance attribute Protected Type reference (TYPE) I Drag&Drop Handle 20031010
7 G_MFSEL Instance attribute Protected Type reference (TYPE) ISH_ON_OFF Multiple Selection (ON/OFF) 20031009
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_DRAGDROP_BEHAVIOUR Instance method Protected Method Definition of Drag Drop Behavior 20031010
2 BUILD_TASK_TABLE Instance method Protected Method Construct Table with Tasks for ALV Grid 20031008
3 CONSTRUCTOR Instance method Public Constructor Constructor 20031008
4 CREATE Static method Public Method Create Instance of Screen 20031008
5 CREATE_FIELDCAT Instance method Protected Method Define Field Catalog 20031008
6 EXCLUDING_TOOLBAR Instance method Protected Method Hide Functions in Toolbar 20031009
7 GET_SELECTED_ENTRIES Instance method Public Method Transfer Selected Entries 20031009
8 HANDLE_GRID_ONDRAG Instance method Protected Event handling method Event Handler for Drag 20031010
9 HANDLE_GRID_ONDROP Instance method Protected Event handling method Event Handler for Drop 20031010
10 HANDLE_HOTSPOT_CLICK Instance method Protected Event handling method Event Handler for Hot Spots 20031009
11 HANDLE_TOOLBAR Instance method Protected Event handling method Event Handler for Toolbar 20031009
12 HANDLE_USER_COMMAND Instance method Protected Event handling method Event Handler for User Interaction 20031009
13 REGISTER_EVENTS Instance method Protected Method Register Events + Set Handler 20031008
14 REWORK_TASK_SCREEN Static method Public Method Format Task Table for Display on Screen 20031008
15 SET_DATA_ADDITIONAL Instance method Public Method Set Additional Data for Screen 20031009
16 SHOW Instance method Public Method Display of Task Selection as ALV Grid 20031008
Events
# Event Type Visibility Description Created on
1 ASSIGN Instance Event
(0)
Public
(2)
'Assign' Funstion Was Selected 20031009
2 HOTSPOT_COL_PARTNER Instance Event
(0)
Public
(2)
Hot Spot on 'Employee' Column 20031009
3 ONDROP Instance Event
(0)
Public
(2)
On Drop 20031010
Types
Class CL_ISHMED_SCR_TASK has no local type.
Method Signatures

Method BUILD_DRAGDROP_BEHAVIOUR Signature

Method BUILD_DRAGDROP_BEHAVIOUR on class CL_ISHMED_SCR_TASK has no parameter.
Method BUILD_DRAGDROP_BEHAVIOUR on class CL_ISHMED_SCR_TASK has no exception.

Method BUILD_TASK_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASKS Value transfer Type reference (TYPE) ISHMED_T_RN1_DYNP_TASK IS-H*MED: Aufgaben (inkl. Text) 20031008

Method BUILD_TASK_TABLE on class CL_ISHMED_SCR_TASK has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_SCR_TASK has no parameter.
# Exception Resumable Description Created on
1 INSTANCE_NOT_POSSIBLE 20031008

Method CREATE 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 20031008
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_TASK IS-H*MED: Screenklasse Aufgabenvorrat 20031008
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031008

Method CREATE on class CL_ISHMED_SCR_TASK has no exception.

Method CREATE_FIELDCAT Signature

Method CREATE_FIELDCAT on class CL_ISHMED_SCR_TASK has no parameter.
Method CREATE_FIELDCAT on class CL_ISHMED_SCR_TASK has no exception.

Method EXCLUDING_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS Auszublendende Funktionen 20031009

Method EXCLUDING_TOOLBAR on class CL_ISHMED_SCR_TASK has no exception.

Method GET_SELECTED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASKS Value transfer Type reference (TYPE) ISHMED_T_TASKS IS-H*MED: Struktur für Liste der Aufgaben 20031009

Method GET_SELECTED_ENTRIES on class CL_ISHMED_SCR_TASK has no exception.

Method HANDLE_GRID_ONDRAG 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) 20031010
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20031010
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20031010
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20031010

Method HANDLE_GRID_ONDRAG on class CL_ISHMED_SCR_TASK has no exception.

Method HANDLE_GRID_ONDROP 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) 20031010
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20031010
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20031010
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20031010

Method HANDLE_GRID_ONDROP on class CL_ISHMED_SCR_TASK has no exception.

Method HANDLE_HOTSPOT_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) 20031009
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20031009
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20031009

Method HANDLE_HOTSPOT_CLICK on class CL_ISHMED_SCR_TASK has no exception.

Method HANDLE_TOOLBAR Signature

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

Method HANDLE_TOOLBAR on class CL_ISHMED_SCR_TASK has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Type reference (TYPE) SY-UCOMM UserCommand 20031009

Method HANDLE_USER_COMMAND on class CL_ISHMED_SCR_TASK has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_ISHMED_SCR_TASK has no parameter.
Method REGISTER_EVENTS on class CL_ISHMED_SCR_TASK has no exception.

Method REWORK_TASK_SCREEN 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 Instanz zur Fehlerbehandlung 20031008
2 Changing CR_TASKS Call by reference Object reference (TYPE REF TO) CL_ISH_FIELD_VALUES Aufbereiteter Aufgabenvorrat 20031008
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20031008
4 Importing IT_TASKS Value transfer Type reference (TYPE) ISHMED_T_TASK Aufgaben 20031008
5 Importing I_APPEND Value transfer Type reference (TYPE) ISH_ON_OFF OFF Zum Aufgabenvorrat hinzufügen (ON/OFF) 20031008

Method REWORK_TASK_SCREEN on class CL_ISHMED_SCR_TASK has no exception.

Method SET_DATA_ADDITIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNC_ASS Value transfer Type reference (TYPE) ISH_ON_OFF ON Funktion 'Zuordnen' aktiv (ON/OFF) 20031009
2 Importing I_MFSEL Value transfer Type reference (TYPE) ISH_ON_OFF ON Mehrfachauswahl (ON/OFF) 20031009

Method SET_DATA_ADDITIONAL on class CL_ISHMED_SCR_TASK has no exception.

Method SHOW 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 20031008
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031008

Method SHOW on class CL_ISHMED_SCR_TASK has no exception.
Event Signatures

Event ASSIGN Signature
Event ASSIGN on class CL_ISHMED_SCR_TASK has no parameter.
Event HOTSPOT_COL_PARTNER Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_TASK Exporting Value transfer Type reference (TYPE) N1VORGANG Aufgabe 20031010

Event ONDROP Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_DD_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_TEAM_DD_OBJECT Drag&Drop Daten 20031010
History
Last changed by/on SAP  20050224 
SAP Release Created in 472