SAP ABAP Class CL_ISH_GUI_APPL_SETTINGS (IS-H: GUI - Application Settings)
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_DESTROYABLE IS-H: Destroyable Object 20070706
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GUI_MODEL IS-H: GUI - Model 20070706
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Structure-Type Model 20070706
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20070706
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GAS_CCON_CONN_OUT ISHMED: CORD/Connectivity - Application Settings 20070813
Properties
Class CL_ISH_GUI_APPL_SETTINGS  
Short Description IS-H: GUI - Application Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070706   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_GUI_APPL_SETTINGS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_DESTROYABLE IS-H: Destroyable Object 20070706
2 IF_ISH_GUI_MODEL IS-H: GUI - Model 20070706
3 IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Structure-Type Model 20070706
4 IF_SERIALIZABLE_OBJECT Serializable Object 20070706
Friends
Class CL_ISH_GUI_APPL_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FIELDNAME_USE_MSG_VIEWER Constant Public Type reference (TYPE) ISH_FIELDNAME 'USE_MSG_VIEWER' IS-H: Field Name 20070706
2 G_DESTROYED Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Object Is Destroyed 20070706
3 G_DESTROY_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Object Is Being Destroyed 20070706
4 G_USE_MSG_VIEWER Instance attribute Protected Type reference (TYPE) N1GAS_USE_MSG_VIEWER Application Setting: Use Message Viewer 20070706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070706
2 DESTROY Instance method Public Method 20070706
3 GET_CLONE Instance method Public Method Returns an Exact Copy of the Object 20070706
4 GET_FIELD_CONTENT Instance method Public Method 20070706
5 GET_SUPPORTED_FIELDS Instance method Public Method 20070706
6 GET_USE_MSG_VIEWER Instance method Public Method Returns the "Use Message Viewer" Indicator 20070706
7 IS_DESTROYED Instance method Public Method 20070706
8 IS_FIELD_SUPPORTED Instance method Public Method 20070706
9 IS_IN_DESTROY_MODE Instance method Public Method 20070706
10 SET_DATA_BY_OTHER Instance method Public Method Populates the Object from Another Object 20070706
11 SET_FIELD_CONTENT Instance method Public Method 20070706
12 SET_USE_MSG_VIEWER Instance method Public Method Sets the "Use Message Viewer" Indicator 20070706
13 _DESTROY Instance method Protected Method Destroys the Object (Internal Processing) 20070706
14 _SET_DATA_BY_OTHER Instance method Protected Method Populates the Object from Another Object (Int. Processing) 20070706
Events
# Event Type Visibility Description Created on
1 EV_AFTER_DESTROY Instance Event
(0)
Public
(2)
20070706
2 EV_BEFORE_DESTROY Instance Event
(0)
Public
(2)
20070706
3 EV_CHANGED Instance Event
(0)
Public
(2)
20070706
Types
Class CL_ISH_GUI_APPL_SETTINGS 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 I_USE_MSG_VIEWER Call by reference Type reference (TYPE) N1GAS_USE_MSG_VIEWER ABAP_FALSE Applikationseintstellung: Meldungs-Viewer verwenden 20070706

Method CONSTRUCTOR on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method DESTROY Signature

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

Method GET_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CLONE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_APPL_SETTINGS Exakte Kopie des Objekts 20070706
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 20070706

Method GET_FIELD_CONTENT Signature

Method GET_FIELD_CONTENT on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method GET_FIELD_CONTENT on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method GET_SUPPORTED_FIELDS Signature

Method GET_SUPPORTED_FIELDS on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method GET_SUPPORTED_FIELDS on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method GET_USE_MSG_VIEWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USE_MSG_VIEWER Value transfer Type reference (TYPE) N1GAS_USE_MSG_VIEWER Applikationseintstellung: Meldungs-Viewer verwenden 20070706

Method GET_USE_MSG_VIEWER on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method IS_DESTROYED Signature

Method IS_DESTROYED on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method IS_DESTROYED on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method IS_FIELD_SUPPORTED Signature

Method IS_FIELD_SUPPORTED on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method IS_FIELD_SUPPORTED on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method IS_IN_DESTROY_MODE Signature

Method IS_IN_DESTROY_MODE on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method IS_IN_DESTROY_MODE on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method SET_DATA_BY_OTHER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OTHER Call by reference Object reference (TYPE REF TO) CL_ISH_GUI_APPL_SETTINGS IS-H: GUI - Applikationseinstellungen 20070706
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt wurde verändert 20070706
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070706

Method SET_FIELD_CONTENT Signature

Method SET_FIELD_CONTENT on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method SET_FIELD_CONTENT on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method SET_USE_MSG_VIEWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USE_MSG_VIEWER Value transfer Type reference (TYPE) N1GAS_USE_MSG_VIEWER Applikationseintstellung: Meldungs-Viewer verwenden 20070706
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Einstellung wurde verändert 20070706

Method SET_USE_MSG_VIEWER on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method _DESTROY Signature

Method _DESTROY on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Method _DESTROY on class CL_ISH_GUI_APPL_SETTINGS has no exception.

Method _SET_DATA_BY_OTHER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OTHER Call by reference Object reference (TYPE REF TO) CL_ISH_GUI_APPL_SETTINGS IS-H: GUI - Applikationseinstellungen 20070706
2 Returning RT_CHANGED_FIELD Value transfer Type reference (TYPE) ISH_T_FIELDNAME Geändert Felder 20070706
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070706
Event Signatures

Event EV_AFTER_DESTROY Signature
Event EV_AFTER_DESTROY on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Event EV_BEFORE_DESTROY Signature
Event EV_BEFORE_DESTROY on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
Event EV_CHANGED Signature
Event EV_CHANGED on class CL_ISH_GUI_APPL_SETTINGS has no parameter.
History
Last changed by/on SAP  20071120 
SAP Release Created in