SAP ABAP Class CL_ISHMED_DWS_COMP (i.s.h.med DWS: Super Class for Runtime Components)
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_COLLECTION_OBJECT IS-H*MED: Interface for Object Type of an Object Collection 20041014
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_CALLBACK i.s.h.med DWS: Callback 20050310
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_CALLBACKRESPONSE IS-H*MED DWS: Callback Event Object 20050321
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_CB_EXCEPTION Callback of Exception 20050812
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_COMP i.s.h.med DWS: Component Interface 20041011
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DWS_OBJ_IDENT i.s.h.med DWS: Object Identification 20041014
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_CONTEXTVIEWER i.s.h.med DWS: Context Viewer 20050220
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_COV_CTR Case Overview in DWS 20050510
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_HEADER_CTR Case Overview in DWS 20050511
4 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_LOADER IS-H*MED DWS: Component Loader (internal use only!) 20050407
5 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_MONITOR IS-H*MED DWS: Monitor (internal use only!) 20050405
6 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_OPTIONS i.s.h.med DWS: Work Station Settings 20050206
7 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_OUTP_OPTIONS i.s.h.med DWS: Work Station Settings 20050606
8 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_PATIENTVIEWER i.s.h.med DWS: Patient Viewer 20050110
9 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWS_WL_CTR DWS Worklist Control 20050105
Properties
Class CL_ISHMED_DWS_COMP  
Short Description i.s.h.med DWS: Super Class for Runtime Components    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class N2DWS    
Program status     
Category 0   
Package NMED_DWS_COMP   IS-H: Documentation Work Station Components 
Created 20041011   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ISHMED_DWS_LAYOUTMANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_COLLECTION_OBJECT IS-H*MED: Interface for Object Type of an Object Collection 20041014
2 IF_ISHMED_DWS_CALLBACK i.s.h.med DWS: Callback 20050310
3 IF_ISHMED_DWS_CALLBACKRESPONSE IS-H*MED DWS: Callback Event Object 20050321
4 IF_ISHMED_DWS_CB_EXCEPTION Callback of Exception 20050812
5 IF_ISHMED_DWS_COMP i.s.h.med DWS: Component Interface 20041011
6 IF_ISHMED_DWS_OBJ_IDENT i.s.h.med DWS: Object Identification 20041014
Friends
Class CL_ISHMED_DWS_COMP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BROKER Instance attribute Public Attribute reference (LIKE) 20041118
2 BUSINESS_KEY Instance attribute Public Attribute reference (LIKE) 20041118
3 INTERNAL_KEY Instance attribute Private Attribute reference (LIKE) 20041118
4 OBJECT_TYPE Instance attribute Public Attribute reference (LIKE) 20041118
5 PARAMETERS Instance attribute Protected Object reference (TYPE REF TO) CL_ISHMED_ANY_CONTAINER Component Parameter(s) 20050227
6 PROPERTIES Instance attribute Protected Object reference (TYPE REF TO) CL_ISHMED_PROPERTIES IS-H*MED: DWS Area Property Bag Object (Obsolete) 20051026
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Loads DWS Component to Work Station 20041111
2 CREATE_AREA Instance method Private Method Creates Output Area 20041129
3 REGISTER Instance method Private Method Register Component with Broker 20041118
4 SET_PROPERTY Instance method Protected Method Propagates Attribute for Interface GET_PROPERTY 20051026
Events
Class CL_ISHMED_DWS_COMP has no event.
Types
Class CL_ISHMED_DWS_COMP 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 AREA_ELEMENT Call by reference Object reference (TYPE REF TO) IF_ISHMED_DWS_AREA_ELEMENT IS-H*MED DWS: Ausgabebereichselement 20050114
2 Importing BUSINESS_KEY Call by reference Type reference (TYPE) N2DWS_BUSINESSKEY IS-H*MED DWS: Objektschlüssel 20041118
3 Importing COMP_PARAMETERS Call by reference Object reference (TYPE REF TO) CL_ISHMED_ANY_CONTAINER Komponentenparameter 20050227
4 Importing CONTAINER_NAME Call by reference Type reference (TYPE) STRING Container Name 20041216
5 Importing CONTEXT Call by reference Object reference (TYPE REF TO) CL_ISHMED_DWS_CONTEXT IS-H*MED: Kontext Hauptinterface 20050114
6 Importing CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20050114
7 Importing OBJECTTYPE Call by reference Type reference (TYPE) I 20041118
8 Importing VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Komponente sichtbar/unsichtbar? 20041216
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP IS-H*MED DWS: Ausnahme Komponenten (Root-Exception) 20041129

Method CREATE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning AREA Value transfer Object reference (TYPE REF TO) IF_ISHMED_DWS_AREA IS-H*MED DWS: Top level area 20041129
2 Importing AREA_TYPE Call by reference Type reference (TYPE) STRING CL_ISHMED_DWS_LAYOUTMANAGER=>CO_DOCKING_AREA 20041129
3 Importing CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20041129
4 Importing HIDEABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Ausblendbar? 20041129
5 Importing ID Call by reference Type reference (TYPE) STRING 20041129
6 Importing RELINK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050218
7 Importing SCR_ENV Call by reference Object reference (TYPE REF TO) CL_ISHMED_DWS_SCREEN_PARMS Screen Parameter 20041129
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP IS-H*MED DWS: Ausnahme Komponenten (Root-Exception) 20041129

Method REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTERNAL_KEY Value transfer Type reference (TYPE) STRING 20041129
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_COMP IS-H*MED DWS: Ausnahme Komponenten (Root-Exception) 20041129

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE Attributname 20051026
2 Importing VALUE Call by reference Type reference (TYPE) ANY Wert 20051026
# Exception Resumable Description Created on
1 CX_ISHMED_DWS_PROPERTY IS-H*MED DWS: Eigenschaft 20051026
History
Last changed by/on SAP  20060208 
SAP Release Created in 473