SAP ABAP Class CL_ISH_COMPONENT_CONFIG (IS-H: Base Class for a Component Configuration)
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_COMPONENT_CONFIG IS-H: Base Interface for a Component Configuration 20041113
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20041113
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041113
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041113
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_POPUP_CALLBACK IS-H: Callback Object for Dialog Box Process 20041119
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_COMPCON_CONN_OUT ISHMED:CORD/Connectivity - Component Config.Outbound Service 20070801
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_COMPCON_MEDSRV IS-H*MED: Component Configuration - Med. Service Processing 20041116
Properties
Class CL_ISH_COMPONENT_CONFIG  
Short Description IS-H: Base Class for a Component Configuration    
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 20041113   SAP 
Last change 20050520   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_COMPONENT_CONFIG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_COMPONENT_CONFIG IS-H: Base Interface for a Component Configuration 20041113
2 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20041113
3 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041113
4 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041113
5 IF_ISH_POPUP_CALLBACK IS-H: Callback Object for Dialog Box Process 20041119
Friends
Class CL_ISH_COMPONENT_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_VCODE_DISPLAY Instance attribute Public Attribute reference (LIKE) 20041113
2 CO_VCODE_INSERT Instance attribute Public Attribute reference (LIKE) 20041113
3 CO_VCODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20041113
4 GR_BADI Static Attribute Protected Object reference (TYPE REF TO) IF_EX_N1_CREATE_COMPCON BAdI Interface IF_EX_N1_CREATE_PRC_POPUP 20041116
5 GR_COMPONENT Instance attribute Protected Object reference (TYPE REF TO) IF_ISH_COMPONENT_BASE IS-H: Interface for All Component Classes 20041113
6 GR_SCREEN Instance attribute Protected Object reference (TYPE REF TO) IF_ISH_SCREEN IS-H: Interface for the Screen Classes 20041113
7 GR_XML_DOCUMENT_ORIG Instance attribute Protected Object reference (TYPE REF TO) IF_IXML_DOCUMENT Original XML Document 20041119
8 OFF Instance attribute Public Attribute reference (LIKE) 20041113
9 ON Instance attribute Public Attribute reference (LIKE) 20041113
Methods
# Method Level Visibility Method type Description Created on
1 AS_XML_DOCUMENT Instance method Public Method 20041113
2 AS_XML_ELEMENT Instance method Public Method 20041113
3 CHECK Instance method Public Method 20041113
4 CHECK_CHANGES Instance method Public Method 20041119
5 CHECK_INITIALIZATION Instance method Protected Method Checks the Initialization 20041113
6 CONSTRUCTOR Instance method Public Constructor 20041118
7 CREATE Static method Public Method Creates a Component Configuration Object 20041113
8 CREATE_SCREEN Instance method Protected Method Creates GR_SCREEN 20041113
9 DESTROY Instance method Public Method 20041119
10 GET_COMPONENT Instance method Public Method 20041119
11 GET_SCREEN Instance method Public Method 20041113
12 GET_TYPE Instance method Public Method 20041113
13 INITIALIZE Instance method Public Method 20050518
14 INITIALIZE_SCREEN Instance method Protected Method Initializes GR_SCREEN 20041113
15 IS_A Instance method Public Method 20041113
16 IS_INHERITED_FROM Instance method Public Method 20041113
17 RESET_DATA Instance method Public Method 20050518
18 SET_DATA_BY_XML_DOCUMENT Instance method Public Method 20041119
19 SET_DATA_BY_XML_ELEMENT Instance method Public Method 20041119
20 SHOW_POPUP Instance method Public Method 20041119
Events
Class CL_ISH_COMPONENT_CONFIG has no event.
Types
Class CL_ISH_COMPONENT_CONFIG has no local type.
Method Signatures

Method AS_XML_DOCUMENT Signature

Method AS_XML_DOCUMENT on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method AS_XML_DOCUMENT on class CL_ISH_COMPONENT_CONFIG has no exception.

Method AS_XML_ELEMENT Signature

Method AS_XML_ELEMENT on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method AS_XML_ELEMENT on class CL_ISH_COMPONENT_CONFIG has no exception.

Method CHECK Signature

Method CHECK on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method CHECK on class CL_ISH_COMPONENT_CONFIG has no exception.

Method CHECK_CHANGES Signature

Method CHECK_CHANGES on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method CHECK_CHANGES on class CL_ISH_COMPONENT_CONFIG has no exception.

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

Method CHECK_INITIALIZATION on class CL_ISH_COMPONENT_CONFIG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMPONENT Value transfer Object reference (TYPE REF TO) IF_ISH_COMPONENT_BASE IS-H: Schnittstelle aller Bausteinklassen 20041118

Method CONSTRUCTOR on class CL_ISH_COMPONENT_CONFIG has no exception.

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 20041113
2 Exporting ER_COMPCON Call by reference Object reference (TYPE REF TO) IF_ISH_COMPONENT_CONFIG Erzeugtes Bausteinkonfigurationsobjekt 20041116
3 Exporting E_CREATED_BY_BADI Value transfer Type reference (TYPE) ISH_ON_OFF ON: Bausteinkonfiguration wurde durch BADI erzeugt 20041116
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041113
5 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) IF_ISH_COMPONENT_BASE Baustein, dessen Bausteinkonfiguration erzeugt werden soll 20041116
6 Importing I_CLASS_NAME Value transfer Type reference (TYPE) STRING Klassenname der Bausteinkonfiguration 20041113
7 Importing I_CREATE_OWN Value transfer Type reference (TYPE) ISH_ON_OFF ON ON: er_compcon selbst erzeugen (wenn nicht durch BADI) 20041116
8 Importing I_FORCE_BADI_ERRORS Value transfer Type reference (TYPE) ISH_ON_OFF OFF ON: BADI-Fehler werden ignoriert 20041116
9 Importing I_OBJECT_TYPE Value transfer Type reference (TYPE) I Objekttyp der Bausteinkonfiguration 20041113
10 Importing I_REFRESH_BADI_INSTANCE Value transfer Type reference (TYPE) ISH_ON_OFF OFF ON: BADI-Instanz wird neu erzeugt 20041116
11 Importing I_USE_BADI Value transfer Type reference (TYPE) ISH_ON_OFF ON ON: BADI N1_COMPCON_CREATE wird verwendet 20041113

Method CREATE on class CL_ISH_COMPONENT_CONFIG has no exception.

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

Method CREATE_SCREEN on class CL_ISH_COMPONENT_CONFIG has no exception.

Method DESTROY Signature

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

Method GET_COMPONENT Signature

Method GET_COMPONENT on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method GET_COMPONENT on class CL_ISH_COMPONENT_CONFIG has no exception.

Method GET_SCREEN Signature

Method GET_SCREEN on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method GET_SCREEN on class CL_ISH_COMPONENT_CONFIG has no exception.

Method GET_TYPE Signature

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

Method INITIALIZE Signature

Method INITIALIZE on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method INITIALIZE on class CL_ISH_COMPONENT_CONFIG has no exception.

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

Method INITIALIZE_SCREEN on class CL_ISH_COMPONENT_CONFIG has no exception.

Method IS_A Signature

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

Method IS_INHERITED_FROM Signature

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

Method RESET_DATA Signature

Method RESET_DATA on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method RESET_DATA on class CL_ISH_COMPONENT_CONFIG has no exception.

Method SET_DATA_BY_XML_DOCUMENT Signature

Method SET_DATA_BY_XML_DOCUMENT on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method SET_DATA_BY_XML_DOCUMENT on class CL_ISH_COMPONENT_CONFIG has no exception.

Method SET_DATA_BY_XML_ELEMENT Signature

Method SET_DATA_BY_XML_ELEMENT on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method SET_DATA_BY_XML_ELEMENT on class CL_ISH_COMPONENT_CONFIG has no exception.

Method SHOW_POPUP Signature

Method SHOW_POPUP on class CL_ISH_COMPONENT_CONFIG has no parameter.
Method SHOW_POPUP on class CL_ISH_COMPONENT_CONFIG has no exception.
History
Last changed by/on SAP  20050520 
SAP Release Created in 600