SAP ABAP Class IF_ISH_GUI_VIEW (IS-H: GUI - View)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_DESTROYABLE IS-H: Destroyable Object 20070705
2 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_ELEMENT IS-H: GUI - Interface Element 20070709
3 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Request Processor 20070705
4 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_REQUEST_SENDER IS-H: GUI - Request Sender 20070705
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_CONTROL_VIEW IS-H: GUI - Control View 20070709
2 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_DYNPRO_VIEW IS-H: GUI - Dynpro View 20070710
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_VIEW IS-H: GUI - View 20070710
Properties
Class IF_ISH_GUI_VIEW  
Short Description IS-H: GUI - View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070705   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ISH_GUI_VIEW has no forward declaration.
Interfaces
Class IF_ISH_GUI_VIEW has no interface implemented.
Friends
Class IF_ISH_GUI_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_VCODE_DISPLAY Constant Public Type reference (TYPE) TNDYM-VCODE 'DIS' IS-H: Processing Mode 20070705
2 CO_VCODE_INSERT Constant Public Type reference (TYPE) TNDYM-VCODE 'INS' IS-H: Processing Mode 20070705
3 CO_VCODE_UPDATE Constant Public Type reference (TYPE) TNDYM-VCODE 'UPD' IS-H: Processing Mode 20070705
Methods
# Method Level Visibility Method type Description Created on
1 DESTROY Instance method Public Method 20070705
2 GET_APPLICATION Instance method Public Method Returns the Application 20070705
3 GET_CHILD_VIEWS Instance method Public Method Returns the Lower-Level Views 20070705
4 GET_CHILD_VIEW_BY_ID Instance method Public Method Returns the Lower-Level View for an ID 20070705
5 GET_CHILD_VIEW_BY_NAME Instance method Public Method Returns the Lower-Level View for a Name 20070705
6 GET_CONTROLLER Instance method Public Method Returns the Controller 20070705
7 GET_ELEMENT_ID Instance method Public Method 20070705
8 GET_ELEMENT_NAME Instance method Public Method 20070705
9 GET_LAYOUT Instance method Public Method Returns the Layout 20070705
10 GET_PARENT_VIEW Instance method Public Method Returns the Superordinate View 20070705
11 GET_VCODE Instance method Public Method Returns the Processing Mode 20070705
12 HAS_FOCUS Instance method Public Method Returns Whether the View Is Focused 20070705
13 IS_DESTROYED Instance method Public Method 20070705
14 IS_INITIALIZED Instance method Public Method Returns Whether the Object Is Initialized 20070705
15 IS_IN_DESTROY_MODE Instance method Public Method 20070705
16 IS_IN_INITIALIZATION_MODE Instance method Public Method Returns Whethre the Object Is Being Initialized 20070705
17 PROCESS_REQUEST Instance method Public Method 20070705
18 REGISTER_CHILD_VIEW Instance method Public Method Registers a Subordinate View 20070705
19 SET_FOCUS Instance method Public Method Sets the Focus on the View 20070705
20 SET_VCODE Instance method Public Method Sets the Processing Mode 20070705
Events
# Event Type Visibility Description Created on
1 EV_AFTER_DESTROY Instance Event
(0)
Public
(2)
20070705
2 EV_BEFORE_DESTROY Instance Event
(0)
Public
(2)
20070705
Types
Class IF_ISH_GUI_VIEW has no local type.
Method Signatures

Method DESTROY Signature

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

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_APPLICATION Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_APPLICATION IS-H: GUI - Applikation 20070705

Method GET_APPLICATION on class IF_ISH_GUI_VIEW has no exception.

Method GET_CHILD_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_SUBCHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Alle untergeordneten Views berücksichtigen 20070705
2 Returning RT_CHILD_VIEW Value transfer Type reference (TYPE) ISH_T_GUI_VIEWID_HASH Untergeordnete Views 20070705

Method GET_CHILD_VIEWS on class IF_ISH_GUI_VIEW has no exception.

Method GET_CHILD_VIEW_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEW_ID Call by reference Type reference (TYPE) N1GUI_ELEMENT_ID Eindeutige Identifikation eines Oberflächenelements 20070705
2 Importing I_WITH_SUBCHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Alle untergeordneten Views berücksichtigen 20070705
3 Returning RR_CHILD_VIEW Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_VIEW Untergeordneter View zur ID 20070705

Method GET_CHILD_VIEW_BY_ID on class IF_ISH_GUI_VIEW has no exception.

Method GET_CHILD_VIEW_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEW_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name eines Oberflächenelements 20070705
2 Returning RR_CHILD_VIEW Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_VIEW Untergeordneter View zum Namen 20070705

Method GET_CHILD_VIEW_BY_NAME on class IF_ISH_GUI_VIEW has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER IS-H: GUI - Controller 20070705

Method GET_CONTROLLER on class IF_ISH_GUI_VIEW has no exception.

Method GET_ELEMENT_ID Signature

Method GET_ELEMENT_ID on class IF_ISH_GUI_VIEW has no parameter.
Method GET_ELEMENT_ID on class IF_ISH_GUI_VIEW has no exception.

Method GET_ELEMENT_NAME Signature

Method GET_ELEMENT_NAME on class IF_ISH_GUI_VIEW has no parameter.
Method GET_ELEMENT_NAME on class IF_ISH_GUI_VIEW has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LAYOUT Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_LAYOUT IS-H: GUI - Einstellungen eines Oberflächenelements 20070705

Method GET_LAYOUT on class IF_ISH_GUI_VIEW has no exception.

Method GET_PARENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARENT_VIEW Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_VIEW Übergeordneter View 20070705

Method GET_PARENT_VIEW on class IF_ISH_GUI_VIEW has no exception.

Method GET_VCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VCODE Value transfer Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070705

Method GET_VCODE on class IF_ISH_GUI_VIEW has no exception.

Method HAS_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_FOCUS Value transfer Type reference (TYPE) ABAP_BOOL abap_true: View ist fokussiert 20070705

Method HAS_FOCUS on class IF_ISH_GUI_VIEW has no exception.

Method IS_DESTROYED Signature

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

Method IS_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIALIZED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt ist initialisiert 20070705

Method IS_INITIALIZED on class IF_ISH_GUI_VIEW has no exception.

Method IS_IN_DESTROY_MODE Signature

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

Method IS_IN_INITIALIZATION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIALIZATION_MODE Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt wird gerade initialisiert 20070705

Method IS_IN_INITIALIZATION_MODE on class IF_ISH_GUI_VIEW has no exception.

Method PROCESS_REQUEST Signature

Method PROCESS_REQUEST on class IF_ISH_GUI_VIEW has no parameter.
Method PROCESS_REQUEST on class IF_ISH_GUI_VIEW has no exception.

Method REGISTER_CHILD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD_VIEW Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_VIEW IS-H: GUI - View 20070705
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070705

Method SET_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL abap_true: View wurde fokussiert 20070705

Method SET_FOCUS on class IF_ISH_GUI_VIEW has no exception.

Method SET_VCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VCODE Call by reference Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070705
2 Importing I_WITH_CHILD_VIEWS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Untergeordnete Views berücksichtigen 20070705
3 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Verarbeitungsmodus wurde verändert 20070705
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070705
Event Signatures

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