SAP ABAP Class CL_ISH_GM_STRUCTURE_SIMPLE (IS-H: GUI - Simple Structure-Type Model)
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 20070718
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GUI_MODEL IS-H: GUI - Model 20070718
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Structure-Type Model 20070718
Properties
Class CL_ISH_GM_STRUCTURE_SIMPLE  
Short Description IS-H: GUI - Simple Structure-Type Model    
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 20070718   SAP 
Last change 20071120   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_DESTROYABLE IS-H: Destroyable Object 20070718
2 IF_ISH_GUI_MODEL IS-H: GUI - Model 20070718
3 IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Structure-Type Model 20070718
Friends
Class CL_ISH_GM_STRUCTURE_SIMPLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Reference to the Data 20070718
2 GR_STRUCTDESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Structure Description 20070718
3 G_DESTROYED Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Object Is Destroyed 20070718
4 G_DESTROY_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL abap_true: Object Is Being Destroyed 20070718
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070718
2 CREATE_BY_DATA Static method Public Method Creates the Object from a Structure 20070718
3 CREATE_BY_STRUCTDESCR Static method Public Method Creates the Object from a Structure Description 20070718
4 CREATE_BY_STRUCTNAME Static method Public Method Creates the Object from a Structure Name 20070718
5 DESTROY Instance method Public Method 20070718
6 GET_DATA Instance method Public Method Returns the Data 20070718
7 GET_FIELD_CONTENT Instance method Public Method 20070718
8 GET_SUPPORTED_FIELDS Instance method Public Method 20070718
9 IS_DESTROYED Instance method Public Method 20070718
10 IS_FIELD_SUPPORTED Instance method Public Method 20070718
11 IS_IN_DESTROY_MODE Instance method Public Method 20070718
12 SET_DATA Instance method Public Method Sets Data 20070718
13 SET_FIELD_CONTENT Instance method Public Method 20070718
14 _DESTROY Instance method Protected Method Destroys the Object (Internal Processing) 20070718
Events
# Event Type Visibility Description Created on
1 EV_AFTER_DESTROY Instance Event
(0)
Public
(2)
20070718
2 EV_BEFORE_DESTROY Instance Event
(0)
Public
(2)
20070718
3 EV_CHANGED Instance Event
(0)
Public
(2)
20070718
Types
Class CL_ISH_GM_STRUCTURE_SIMPLE 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 IR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Strukturbeschreibung 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method CREATE_BY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA Daten 20070718
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GM_STRUCTURE_SIMPLE IS-H: GUI - Einfaches strukturartiges Model 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method CREATE_BY_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Strukturbeschreibung 20070718
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GM_STRUCTURE_SIMPLE IS-H: GUI - Einfaches strukturartiges Model 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method CREATE_BY_STRUCTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTNAME Call by reference Type reference (TYPE) TABNAME Name der Struktur 20070718
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISH_GM_STRUCTURE_SIMPLE IS-H: GUI - Einfaches strukturartiges Model 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method DESTROY Signature

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

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA Daten 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method GET_FIELD_CONTENT Signature

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

Method GET_SUPPORTED_FIELDS Signature

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

Method IS_DESTROYED Signature

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

Method IS_FIELD_SUPPORTED Signature

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

Method IS_IN_DESTROY_MODE Signature

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

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA Neue Daten 20070718
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Daten wurden verändert 20070718
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070718

Method SET_FIELD_CONTENT Signature

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

Method _DESTROY Signature

Method _DESTROY on class CL_ISH_GM_STRUCTURE_SIMPLE has no parameter.
Method _DESTROY on class CL_ISH_GM_STRUCTURE_SIMPLE has no exception.
Event Signatures

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