SAP ABAP Class IF_ISH_GUI_APPLICATION (IS-H: GUI - Application)
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_REQUEST_PROCESSOR IS-H: GUI - Request Processor 20070705
3 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 implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_APPLICATION IS-H: GUI - Application 20070711
Properties
Class IF_ISH_GUI_APPLICATION  
Short Description IS-H: GUI - Application    
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_APPLICATION has no forward declaration.
Interfaces
Class IF_ISH_GUI_APPLICATION has no interface implemented.
Friends
Class IF_ISH_GUI_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_APPLMODE_FULLSCREEN Constant Public Type reference (TYPE) N1GUI_APPLMODE 'FULLSCREEN' Application Mode: Fullscreen 20070705
2 CO_APPLMODE_POPUP Constant Public Type reference (TYPE) N1GUI_APPLMODE 'POPUP' Application Mode: Dialog Box 20070705
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CRSPOS_MESSAGE Instance method Public Method Deletes the Cursor Positioning Message 20070705
2 DESTROY Instance method Public Method 20070705
3 GET_APPLMODE Instance method Public Method Returns the Application Mode 20070705
4 GET_CRSPOS_MESSAGE Instance method Public Method Returns the Cursor Positioning Message 20070705
5 GET_FOCUSSED_VIEW Instance method Public Method Returns the Focused View 20070705
6 GET_MAIN_CONTROLLER Instance method Public Method Returns the Main Controller 20070705
7 GET_SETTINGS Instance method Public Method Returns the Application Settings 20070705
8 GET_VCODE Instance method Public Method Returns the Processing Mode 20070705
9 IS_DESTROYED Instance method Public Method 20070705
10 IS_INITIALIZED Instance method Public Method Returns Whether the Object Is Initialized 20070705
11 IS_IN_DESTROY_MODE Instance method Public Method 20070705
12 IS_IN_INITIALIZATION_MODE Instance method Public Method Returns Whethre the Object Is Being Initialized 20070705
13 IS_RUNNING Instance method Public Method Returns Whether the Application Is Being Executed 20070705
14 PROCESS_REQUEST Instance method Public Method 20070705
15 RUN Instance method Public Method Executes the Application 20070705
16 SET_FOCUSSED_VIEW Instance method Public Method Sets the Focused View 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_APPLICATION has no local type.
Method Signatures

Method CLEAR_CRSPOS_MESSAGE Signature

Method CLEAR_CRSPOS_MESSAGE on class IF_ISH_GUI_APPLICATION has no parameter.
Method CLEAR_CRSPOS_MESSAGE on class IF_ISH_GUI_APPLICATION has no exception.

Method DESTROY Signature

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

Method GET_APPLMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPLMODE Value transfer Type reference (TYPE) N1GUI_APPLMODE 20070705

Method GET_APPLMODE on class IF_ISH_GUI_APPLICATION has no exception.

Method GET_CRSPOS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CRSPOS_MESSAGE Value transfer Type reference (TYPE) RN1MESSAGE 20070705

Method GET_CRSPOS_MESSAGE on class IF_ISH_GUI_APPLICATION has no exception.

Method GET_FOCUSSED_VIEW Signature

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

Method GET_FOCUSSED_VIEW on class IF_ISH_GUI_APPLICATION has no exception.

Method GET_MAIN_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MAIN_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_MAIN_CONTROLLER 20070705

Method GET_MAIN_CONTROLLER on class IF_ISH_GUI_APPLICATION has no exception.

Method GET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_SETTINGS Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_APPL_SETTINGS 20070705

Method GET_SETTINGS on class IF_ISH_GUI_APPLICATION 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 20070705

Method GET_VCODE on class IF_ISH_GUI_APPLICATION has no exception.

Method IS_DESTROYED Signature

Method IS_DESTROYED on class IF_ISH_GUI_APPLICATION has no parameter.
Method IS_DESTROYED on class IF_ISH_GUI_APPLICATION 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 20070705

Method IS_INITIALIZED on class IF_ISH_GUI_APPLICATION has no exception.

Method IS_IN_DESTROY_MODE Signature

Method IS_IN_DESTROY_MODE on class IF_ISH_GUI_APPLICATION has no parameter.
Method IS_IN_DESTROY_MODE on class IF_ISH_GUI_APPLICATION 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 20070705

Method IS_IN_INITIALIZATION_MODE on class IF_ISH_GUI_APPLICATION has no exception.

Method IS_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RUNNING Value transfer Type reference (TYPE) ABAP_BOOL 20070705

Method IS_RUNNING on class IF_ISH_GUI_APPLICATION has no exception.

Method PROCESS_REQUEST Signature

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

Method RUN Signature

Method RUN on class IF_ISH_GUI_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER 20070705

Method SET_FOCUSSED_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_VIEW 20070705
2 Returning R_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20070705

Method SET_FOCUSSED_VIEW on class IF_ISH_GUI_APPLICATION has no exception.
Event Signatures

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