SAP ABAP Class IF_ISH_GUI_STRUCTURE_MODEL (IS-H: GUI - Structure-Type Model)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_MODEL IS-H: GUI - Model 20070706
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISHMED_CONN_HNDLCONFIG ISHMED: Connectivity - Handler Configuration 20070801
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GM_STRUCTURE_SIMPLE IS-H: GUI - Simple Structure-Type Model 20070718
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GM_TABSTRUCT_SIMPLE IS-H: GUI - Simple Table-Type and Structure-Type Model 20070718
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_APPL_SETTINGS IS-H: GUI - Application Settings 20070706
Properties
Class IF_ISH_GUI_STRUCTURE_MODEL  
Short Description IS-H: GUI - Structure-Type Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070706   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
Class IF_ISH_GUI_STRUCTURE_MODEL has no interface implemented.
Friends
Class IF_ISH_GUI_STRUCTURE_MODEL has no friend class.
Attributes
Class IF_ISH_GUI_STRUCTURE_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_FIELD_CONTENT Instance method Public Method Returns the Content of a Field 20070706
2 GET_SUPPORTED_FIELDS Instance method Public Method Returns the Supported Fields 20070706
3 IS_FIELD_SUPPORTED Instance method Public Method Returns Whether a Field Is Supported 20070706
4 SET_FIELD_CONTENT Instance method Public Method Sets the Content of a Field 20070706
Events
# Event Type Visibility Description Created on
1 EV_CHANGED Instance Event
(0)
Public
(2)
Field Was Changed 20070706
Types
Class IF_ISH_GUI_STRUCTURE_MODEL has no local type.
Method Signatures

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 20070706
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20070706
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070706

Method GET_SUPPORTED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SUPPORTED_FIELDNAME Value transfer Type reference (TYPE) ISH_T_FIELDNAME Unterstützte Felder 20070706

Method GET_SUPPORTED_FIELDS on class IF_ISH_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 I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20070706
2 Returning R_SUPPORTED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Feld wird unterstützt 20070706

Method IS_FIELD_SUPPORTED on class IF_ISH_GUI_STRUCTURE_MODEL has no exception.

Method SET_FIELD_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTENT Call by reference Type reference (TYPE) ANY Neuer Feldinhalt 20070706
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Feldname 20070706
3 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Feldinhalt wurde verändert 20070706
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070706
Event Signatures

Event EV_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ET_CHANGED_FIELD Exporting Value transfer Type reference (TYPE) ISH_T_FIELDNAME Geänderte Felder 20070706
History
Last changed by/on SAP  20071120 
SAP Release Created in