SAP ABAP Class CL_ISH_PRC_COMMENT (IS-H: Comment Process)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
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 20031103
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20031103
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20031103
Properties
Class CL_ISH_PRC_COMMENT  
Short Description IS-H: Comment Process    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20031103   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_PRC_COMMENT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20031103
2 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20031103
3 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20031103
Friends
Class CL_ISH_PRC_COMMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Public Attribute reference (LIKE) 20031103
2 CO_MODE_DELETE Instance attribute Public Attribute reference (LIKE) 20031103
3 CO_MODE_ERROR Instance attribute Public Attribute reference (LIKE) 20031103
4 CO_MODE_INSERT Instance attribute Public Attribute reference (LIKE) 20031103
5 CO_MODE_UNCHANGED Instance attribute Public Attribute reference (LIKE) 20031103
6 CO_MODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20031103
7 CO_TYPE_COMP_COMMENT Instance attribute Public Attribute reference (LIKE) 20031103
8 CO_TYPE_COMP_INSURANCE Instance attribute Public Attribute reference (LIKE) 20031103
9 CO_TYPE_COMP_PATIENT Instance attribute Public Attribute reference (LIKE) 20031103
10 CO_TYPE_PRC_ADMISSION Instance attribute Public Attribute reference (LIKE) 20031103
11 CO_TYPE_PRC_COMMENT Instance attribute Public Attribute reference (LIKE) 20031103
12 CO_TYPE_PRC_INSURANCE Instance attribute Public Attribute reference (LIKE) 20031103
13 CO_TYPE_PRC_PATIENT Instance attribute Public Attribute reference (LIKE) 20031103
14 CO_TYPE_SCR_COMMENT Instance attribute Public Attribute reference (LIKE) 20031103
15 CO_TYPE_SCR_INSURANCE Instance attribute Public Attribute reference (LIKE) 20031103
16 CO_TYPE_SCR_PATIENT Instance attribute Public Attribute reference (LIKE) 20031103
17 CO_VCODE_DISPLAY Instance attribute Public Attribute reference (LIKE) 20031103
18 CO_VCODE_INSERT Instance attribute Public Attribute reference (LIKE) 20031103
19 CO_VCODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20031103
20 FALSE Instance attribute Public Attribute reference (LIKE) 20031103
21 GR_COMP_COMMENT Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_COMP_COMMENT IS-H: Comment Component Class 20031103
22 GR_CORDER Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_CORDER Clinical Order to Be Processed 20031103
23 GR_ENVIRONMENT Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Environment, Where Objects Are Stored 20031103
24 GR_PRC_COMMENT Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_PRC_COMMENT IS-H: Comment Process 20031103
25 GR_SCREEN Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_SCREEN IS-H: Base Class for Interface Management 20031103
26 GR_SCR_COMMENT Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_SCR_COMMENT IS-H: Comment Screen Class 20031103
27 GS_PARENT Instance attribute Protected Type reference (TYPE) RNSCR_PARENT IS-H: Container for Screen Class 20031103
28 G_COMP_COMMENT_CLASSNAME Static Attribute Protected Type reference (TYPE) STRING Comment Module Class Name 20031103
29 G_VCODE Instance attribute Protected Type reference (TYPE) TNDYM-VCODE IS-H: Processing Mode 20031103
30 INACTIVE Instance attribute Public Attribute reference (LIKE) 20031103
31 NO Instance attribute Public Attribute reference (LIKE) 20031103
32 OFF Instance attribute Public Attribute reference (LIKE) 20031103
33 ON Instance attribute Public Attribute reference (LIKE) 20031103
34 TRUE Instance attribute Public Attribute reference (LIKE) 20031103
35 YES Instance attribute Public Attribute reference (LIKE) 20031103
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_CONSTRUCTION Instance method Protected Method Completes Object Creation (CREATE). 20031103
2 CONSTRUCTOR Instance method Public Constructor Constructor 20031103
3 COUPLE Instance method Public Method Links Process with Screen Class 20031103
4 CREATE Static method Public Method Returns a New CL_ISH_PRC_COMMENT Object 20031103
5 DESTROY Instance method Public Method Destroys Self 20031103
6 GET_PARENT Instance method Public Method Returns Parent 20031103
7 GET_TYPE Instance method Public Method 20031103
8 IS_A Instance method Public Method 20031103
9 IS_INHERITED_FROM Instance method Public Method 20031103
10 MODIFY_SCREEN Instance method Public Method Modification of Dynpro Field Attributes 20031103
11 OK_CODE_SCREEN Instance method Public Method Handles the Subscreen OK Code 20031103
Events
Class CL_ISH_PRC_COMMENT has no event.
Types
Class CL_ISH_PRC_COMMENT has no local type.
Method Signatures

Method COMPLETE_CONSTRUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_CORDER Value transfer Object reference (TYPE REF TO) CL_ISH_CORDER Zu bearbeitender Kl. Auftrag. 20031103
2 Changing CR_ENVIRONMENT Value transfer Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Environment, in dem Objekte abgelegt werden. 20031103
3 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031103
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031103

Method COMPLETE_CONSTRUCTION on class CL_ISH_PRC_COMMENT has no exception.

Method CONSTRUCTOR Signature

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

Method COUPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARENT Value transfer Type reference (TYPE) RNSCR_PARENT IS-H: Behälter für Screenklasse 20031103

Method COUPLE on class CL_ISH_PRC_COMMENT has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_CORDER Value transfer Object reference (TYPE REF TO) CL_ISH_CORDER Zu bearbeitender Kl. Auftrag 20031103
2 Changing CR_ENVIRONMENT Value transfer Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Envrionment, in dem Objekte abgelegt werden. 20031103
3 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20031103
4 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_PRC_COMMENT IS-H: Prozess Bemerkung 20031103
5 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031103

Method CREATE on class CL_ISH_PRC_COMMENT has no exception.

Method DESTROY Signature

Method DESTROY on class CL_ISH_PRC_COMMENT has no parameter.
Method DESTROY on class CL_ISH_PRC_COMMENT has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PARENT Value transfer Type reference (TYPE) RNSCR_PARENT IS-H: Behälter für Screenklasse 20031103

Method GET_PARENT on class CL_ISH_PRC_COMMENT has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_ISH_PRC_COMMENT has no parameter.
Method GET_TYPE on class CL_ISH_PRC_COMMENT has no exception.

Method IS_A Signature

Method IS_A on class CL_ISH_PRC_COMMENT has no parameter.
Method IS_A on class CL_ISH_PRC_COMMENT has no exception.

Method IS_INHERITED_FROM Signature

Method IS_INHERITED_FROM on class CL_ISH_PRC_COMMENT has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_PRC_COMMENT has no exception.

Method MODIFY_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SCREEN Call by reference Type reference (TYPE) SCREEN Strukturbeschreibung für System-Datenobjekt SCREEN 20031103

Method MODIFY_SCREEN on class CL_ISH_PRC_COMMENT has no exception.

Method OK_CODE_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 IS-H*MED: Klasse zur Fehlerabarbeitung 20031103
2 Changing C_OKCODE Value transfer Type reference (TYPE) SY-UCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20031103
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031103

Method OK_CODE_SCREEN on class CL_ISH_PRC_COMMENT has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472