SAP ABAP Class CL_PT_APPLICATION (Application)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-UIF (Application Component) User Interface Framework
     SPTP (Package) UIF General Application
Properties
Class CL_PT_APPLICATION  
Short Description Application    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SPTP   UIF General Application 
Created 19990427   SAP 
Last change 20000503   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PT_APPLICATION has no forward declaration.
Interfaces
Class CL_PT_APPLICATION has no interface implemented.
Friends
Class CL_PT_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CORE Instance attribute Public Object reference (TYPE REF TO) IF_PT_APPLICATION_CORE Specific Core 19991125
2 CO_PHASE_CORE_INITIALIZE Constant Public Type reference (TYPE) I 2 Core Initialization 19990830
3 CO_PHASE_CREATED Constant Public Type reference (TYPE) I 1 Created 19990830
4 CO_PHASE_GUI_SHOW Constant Public Type reference (TYPE) I 4 GUI Show 19990830
5 CO_PHASE_MESSAGE_PROCESSING Constant Public Type reference (TYPE) I 5 Message Processing 19990830
6 CO_PHASE_UIA_REFRESH Constant Public Type reference (TYPE) I 3 Refresh UIA 19990830
7 CURRENT_PHASE Instance attribute Public Type reference (TYPE) I CO_PHASE_CREATED Active Phase 19990806
8 FALSE Constant Protected Type reference (TYPE) BOOLE_D ' ' False 19990428
9 GUI_LAYOUT Instance attribute Public Object reference (TYPE REF TO) IF_PT_GUI_LAYOUT Active GUI_Layout 19991125
10 INSTANCE Static Attribute Public Object reference (TYPE REF TO) CL_PT_APPLICATION Only One Permitted 19990428
11 MESSAGES Instance attribute Private Type reference (TYPE) PTTUMSG Message Queue 19990428
12 TRUE Constant Protected Type reference (TYPE) BOOLE_D 'X' True 19990428
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_INSTANCE Static method Public Method Instance Generation 19990610
2 HANDLE_MESSAGE Instance method Protected Method Synchronous Message Processing 19990512
3 POST_MESSAGE Instance method Public Method Asynchronous Message Processing 19990427
4 PROCESS_MESSAGE_QUEUE Instance method Private Method Process Message Queue 19990512
5 RUN Instance method Public Method Process 19990427
Events
Class CL_PT_APPLICATION has no event.
Types
Class CL_PT_APPLICATION has no local type.
Method Signatures

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CORE Value transfer Object reference (TYPE REF TO) IF_PT_APPLICATION_CORE Kern 19990610
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_PT_APPLICATION Anwendung 19990610
# Exception Resumable Description Created on
1 FAILED Fehler 19990610

Method HANDLE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Value transfer Object reference (TYPE REF TO) IF_PT_UIA_MESSAGE Nachricht 19990512
2 Importing IM_SENDER Value transfer Object reference (TYPE REF TO) IF_PT_UIA_OBJECT Sender Objekt 19990512

Method HANDLE_MESSAGE on class CL_PT_APPLICATION has no exception.

Method POST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Value transfer Object reference (TYPE REF TO) IF_PT_UIA_MESSAGE Nachricht 19990427

Method POST_MESSAGE on class CL_PT_APPLICATION has no exception.

Method PROCESS_MESSAGE_QUEUE Signature

Method PROCESS_MESSAGE_QUEUE on class CL_PT_APPLICATION has no parameter.
Method PROCESS_MESSAGE_QUEUE on class CL_PT_APPLICATION has no exception.

Method RUN Signature

Method RUN on class CL_PT_APPLICATION has no parameter.
Method RUN on class CL_PT_APPLICATION has no exception.
History
Last changed by/on SAP  20000503 
SAP Release Created in