SAP ABAP Class CL_ISHMED_CONN_HANDLER_WEB (ISHMED: Basic Class for Web Handler)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1CONN_MED (Package) i.s.h.med: Connectivity
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CONN_HANDLER ISHMED: Connectivity - Basic Class Handler 20070815
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CONN_HNDL_CORD_WEB Connectivity: Basis Handler for Clin. Order Web Service 20070815
Properties
Class CL_ISHMED_CONN_HANDLER_WEB  
Short Description ISHMED: Basic Class for Web Handler    
Super Class CL_ISHMED_CONN_HANDLER ISHMED: Connectivity - Basic Class Handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1CONN_MED   i.s.h.med: Connectivity 
Created 20070815   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_CONN_HANDLER_WEB has no forward declaration.
Interfaces
Class CL_ISHMED_CONN_HANDLER_WEB has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ISHMED_CONN_FAC_HANDLER 20070815 ISHMED: Factory Class for Handler Instantiation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_OTYPE_CONN_HANDLER_WEB Constant Public Type reference (TYPE) ISH_OBJECT_TYPE 13490 Object Type 20070815
2 GT_PROXIES Instance attribute Protected Type reference (TYPE) ISHMED_T_CONN_PROXIES_HASH Connectivity: List of Proxies 20070815
Methods
# Method Level Visibility Method type Description Created on
1 _APPEND_WS_ERRORS Instance method Protected Method WebService Add Error Messsages to the Error Handler 20080418
2 _EXECUTE_CANCEL Instance method Protected Method Execute Cancel Action 20070815
3 _EXECUTE_CREATE Instance method Protected Method Execute Create Action 20070815
4 _EXECUTE_DISPLAY Instance method Protected Method Execute Display Action 20070815
5 _EXECUTE_UPDATE Instance method Protected Method Execute Change Action 20070815
6 _FINALIZE_PROXIES Instance method Protected Method Finalizes Proxies 20070815
7 _GET_ACTIVE_PORT Instance method Protected Method Returns Active Port 20070815
8 _GET_LOGICALPORTS_FOR_PROXY Instance method Protected Method Returns Logical Ports for Proxy 20070815
9 _GET_PROXIES Instance method Protected Method Returns Table of Proxies Used 20070815
10 _GET_PROXY_OBJECT Instance method Protected Method Returns Valid Proxy for Action 20070815
11 _INITIALIZE_PROXIES Instance method Protected Method Returns Possible Proxies 20070815
Events
Class CL_ISHMED_CONN_HANDLER_WEB has no event.
Types
Class CL_ISHMED_CONN_HANDLER_WEB has no local type.
Method Signatures

Method _APPEND_WS_ERRORS 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 20080418
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20080418
3 Importing IT_ERRORS Call by reference Type reference (TYPE) N1N1WS_MSG_TAB Proxy Struktur (generiert) 20080418
4 Importing I_KLA Value transfer Type reference (TYPE) SY-MSGID 'N1CONN_MED' Nachrichten, Nachrichtenklasse 20080418
5 Importing I_NUM Value transfer Type reference (TYPE) SY-MSGNO '000' Nachrichten, Nachrichtennummer 20080418
6 Importing I_TYP Value transfer Type reference (TYPE) SY-MSGTY 'E' Nachrichten, Nachrichtentyp 20080418

Method _APPEND_WS_ERRORS on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _EXECUTE_CANCEL 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 20070815
2 Exporting ET_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070815
4 Importing IR_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20070815
5 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) OBJECT 20070815
6 Importing IT_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815

Method _EXECUTE_CANCEL on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _EXECUTE_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 20070815
2 Exporting ET_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070815
4 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT IS-H*MED: Klinische Auftragsposition 20070815
5 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) OBJECT Proxyobjekt 20070815
6 Importing IT_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815

Method _EXECUTE_CREATE on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _EXECUTE_DISPLAY 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 20070815
2 Exporting ER_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20070815
3 Exporting E_HTML Value transfer Type reference (TYPE) STRING 20070815
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070815
5 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070815
6 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) OBJECT Proxyobjekt 20070815
7 Importing IT_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815

Method _EXECUTE_DISPLAY on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _EXECUTE_UPDATE 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 20070815
2 Exporting ET_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20070815
4 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20070815
5 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) OBJECT Proxyobjekt 20070815
6 Importing IT_PARAMETERS Value transfer Type reference (TYPE) ISHMED_T_CONN_PARAMETER Connectivity: Tabellentyp für RN1_CONN_PARAMTER 20070815

Method _EXECUTE_UPDATE on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _FINALIZE_PROXIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROXIES Value transfer Type reference (TYPE) ISHMED_T_CONN_PROXIES_HASH Connectivity: Liste der Proxies 20070815
2 Returning RT_PROXIES Value transfer Type reference (TYPE) ISHMED_T_CONN_PROXIES_HASH Connectivity: Liste der Proxies 20070815

Method _FINALIZE_PROXIES on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _GET_ACTIVE_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LOGICAL_PORT Value transfer Type reference (TYPE) N1CONN_LOGICAL_PORT Connectivity: Logischer Port 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _GET_LOGICALPORTS_FOR_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROXY Value transfer Type reference (TYPE) N1CONN_PROXY_CLSNAME Connectivity: Klassenname eines Proxy 20070815
2 Returning RT_LOGICAL_PORTS Value transfer Type reference (TYPE) ISHMED_T_CONN_LOGPORT_HASH Connectivity: Logische Ports 20070815

Method _GET_LOGICALPORTS_FOR_PROXY on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _GET_PROXIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROXIES Value transfer Type reference (TYPE) ISHMED_T_CONN_PROXIES_HASH Connectivity: Liste der Proxies 20070815

Method _GET_PROXIES on class CL_ISHMED_CONN_HANDLER_WEB has no exception.

Method _GET_PROXY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Value transfer Type reference (TYPE) N1CONN_HNDL_ACTION Connectivity: Aktion eines Handlers 20070815
2 Returning RR_PROXY Value transfer Object reference (TYPE REF TO) OBJECT 20070815
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070815

Method _INITIALIZE_PROXIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROXIES Value transfer Type reference (TYPE) ISHMED_T_CONN_PROXIES_HASH Connectivity: Liste der Proxies 20070815

Method _INITIALIZE_PROXIES on class CL_ISHMED_CONN_HANDLER_WEB has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in