SAP ABAP Class CL_ISH_UTL_GUI_STRUCTURE_MODEL (IS-H: GUI - Tools for Structure-Type Models)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Properties
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL  
Short Description IS-H: GUI - Tools for Structure-Type Models    
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 20080814   SAP 
Last change 20081217   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
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no interface implemented.
Friends
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no friend class.
Attributes
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_CONTENT Static method Public Method Assigns Content of Another Field to a Field 20080814
2 ASSIGN_FIELD_CONTENT Static method Public Method Assigns Content of Another Field to a Field 20080814
3 GET_FIELD_CONTENT Static method Public Method Returns the Content of a Field 20080814
4 GET_SUPPORTED_FIELDS Static method Public Method Returns the Supported Fields 20080814
5 IS_ASSIGNMENT_ALLOWED Static method Public Method Returns Whether a Field Assignment is Possible 20080814
6 IS_FIELD_SUPPORTED Static method Public Method Returns Whether a Field Is Supported 20080814
7 SET_DATA Static method Public Method Sets Data of a Structure 20080814
8 SET_FIELD_CONTENT Static method Public Method Sets the Content of a Field 20080814
Events
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no event.
Types
Class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no local type.
Method Signatures

Method ASSIGN_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TARGET Call by reference Type reference (TYPE) ANY Zielfeld 20080814
2 Exporting E_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL abap_true: Inhalt des Zielfeldes wurde verändert 20080814
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20080814
4 Importing I_SOURCE Call by reference Type reference (TYPE) ANY Quellfeld 20080814

Method ASSIGN_CONTENT on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.

Method ASSIGN_FIELD_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TARGET Call by reference Type reference (TYPE) ANY Zielfeld 20080814
2 Exporting E_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL abap_true: Inhalt des Zielfeldes wurde verändert 20080814
3 Importing IR_CB Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_CB_STRUCTURE_MODEL IS-H: GUI - Callback strukturartiges Model 20080814
4 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Strukturartiges Model 20080814
5 Importing I_ERROR_PAR Call by reference Type reference (TYPE) BAPIRET2-PARAMETER Parametername (für Fehlermeldung) 20080814
6 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20080814
7 Importing I_SOURCE Call by reference Type reference (TYPE) ANY Quellfeld 20080814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20080814

Method GET_FIELD_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CONTENT Call by reference Type reference (TYPE) ANY Feldinhalt 20080814
2 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Strukturartiges Model 20080814
3 Importing IS_DATA Call by reference Type reference (TYPE) DATA Datenstruktur 20080814
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20080814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20080814

Method GET_SUPPORTED_FIELDS 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 Datenstruktur 20080814
2 Returning RT_SUPPORTED_FIELDNAME Value transfer Type reference (TYPE) ISH_T_FIELDNAME Unterstützte Felder 20080814

Method GET_SUPPORTED_FIELDS on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.

Method IS_ASSIGNMENT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE Call by reference Type reference (TYPE) ANY Quellfeld 20080814
2 Importing I_TARGET Call by reference Type reference (TYPE) ANY Zielfeld 20080814
3 Returning R_ALLOWED Value transfer Type reference (TYPE) I 0=Fehler; 1=Daten; 2=Objektreferenz; 3=Datenreferenz 20080814

Method IS_ASSIGNMENT_ALLOWED on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.

Method IS_FIELD_SUPPORTED 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 Datenstruktur 20080814
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20080814
3 Returning R_SUPPORTED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Feld wird unterstützt 20080814

Method IS_FIELD_SUPPORTED on class CL_ISH_UTL_GUI_STRUCTURE_MODEL has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TARGET_DATA Call by reference Type reference (TYPE) DATA Zielstruktur 20080814
2 Exporting ET_CHANGED_FIELD Call by reference Type reference (TYPE) ISH_T_FIELDNAME Geänderte Felder 20080814
3 Importing IS_SOURCE_DATA Call by reference Type reference (TYPE) DATA Quellstruktur 20080814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20080814

Method SET_FIELD_CONTENT 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 Datenstruktur 20080814
2 Exporting E_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Feldinhalt wurde verändert 20080814
3 Importing IR_CB Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_CB_STRUCTURE_MODEL IS-H: GUI - Callback strukturartiges Model 20080814
4 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Strukturartiges Model 20080814
5 Importing I_CONTENT Call by reference Type reference (TYPE) ANY Neuer Feldinhalt 20080814
6 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20080814
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20080814
History
Last changed by/on SAP  20081217 
SAP Release Created in