SAP ABAP Class CL_UAP_APPLICATION (Application)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   TR (Application Component) Treasury
     UAP_GUI_ENABLING_FRAMEWORK (Package) Framework for GUI Programming
Properties
Class CL_UAP_APPLICATION  
Short Description Application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UAP_GUI_ENABLING_FRAMEWORK   Framework for GUI Programming 
Created 20000607   SAP 
Last change 20000607   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UAP_APPLICATION has no forward declaration.
Interfaces
Class CL_UAP_APPLICATION has no interface implemented.
Friends
Class CL_UAP_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _CONTROL Instance attribute Protected Object reference (TYPE REF TO) CL_UAP_DYNPRO_CONTROL Flow Logic 20000623
2 _LOG Instance attribute Protected Object reference (TYPE REF TO) CL_UAP_ERROR_LOG Flow Logic 20000607
3 _MAINDYNPRO Instance attribute Protected Type reference (TYPE) SY-DYNNR Number of Main Screen 20010108
4 _MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_UAP_PROXY_MANAGER Application Logic Manager 20000608
5 _NAVIGATION Instance attribute Protected Object reference (TYPE REF TO) CL_UAP_TREE_NAVIGATION Flow Logic 20000607
6 _PAI_AFTER_SELECTION Instance attribute Protected Type reference (TYPE) UAP_BOOLEAN Boolean 20010315
7 _PREFS Instance attribute Protected Object reference (TYPE REF TO) IF_UAP_PREFERENCES Options 20000607
8 _PROGNAME Instance attribute Protected Type reference (TYPE) PROGNAME Main Program 20000623
9 _ROOTNODE Instance attribute Protected Object reference (TYPE REF TO) CL_UAP_NAVIGATION_NODE Navigation Nodes 20010110
10 _SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_UAP_APPLICATION Application 20000607
11 _STACK Static Attribute Private See coding 20000616
12 _STEERING Instance attribute Protected Object reference (TYPE REF TO) IF_UAP_FIELD_STEERING Field Status Administration 20000607
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20000607
2 DESTRUCT Instance method Public Method Destructor 20000616
3 GET_CONTROL Static method Public Method Flow Logic 20000623
4 GET_LOG Static method Public Method Error Handling 20000607
5 GET_MAINDYNPRO Static method Public Method Supply Program Name 20010108
6 GET_MANAGER Static method Public Method Manager 20000608
7 GET_NAVIGATION Static method Public Method Navigation Tree 20000607
8 GET_PREFS Static method Public Method Personalization 20000607
9 GET_PROGNAME Static method Public Method Supply Program Name 20000623
10 GET_ROOTNODE Static method Public Method Supply Root Nodes 20010110
11 GET_STEERING Static method Public Method Field Control 20000607
12 INITIALIZE Instance method Public Method Initialization 20010108
13 PAI_AFTER_SELECTION Static method Public Method Is PAI Initiated After Each Change to the Key? 20010315
14 PLUG_CONTROL Instance method Public Method Make Control Instance Known 20000623
Events
Class CL_UAP_APPLICATION has no event.
Types
Class CL_UAP_APPLICATION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MAINDYNPRO Call by reference Type reference (TYPE) SY-DYNNR Nummer des Hauptdynpros 20010108
2 Importing IM_PROGNAME Call by reference Type reference (TYPE) PROGNAME Name der Funktionsgruppe (SAPL...) 20010108

Method CONSTRUCTOR on class CL_UAP_APPLICATION has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class CL_UAP_APPLICATION has no parameter.
# Exception Resumable Description Created on
1 DESTRUCTION_FAILED Fehler 20000616

Method GET_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTROL Value transfer Object reference (TYPE REF TO) CL_UAP_DYNPRO_CONTROL Ablauflogik 20000623

Method GET_CONTROL on class CL_UAP_APPLICATION has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LOG Value transfer Object reference (TYPE REF TO) CL_UAP_ERROR_LOG Ablauflogik 20000608

Method GET_LOG on class CL_UAP_APPLICATION has no exception.

Method GET_MAINDYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MAINDYNPRO Value transfer Type reference (TYPE) SY-DYNNR ABAP-Programmname 20010108

Method GET_MAINDYNPRO on class CL_UAP_APPLICATION has no exception.

Method GET_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MANAGER Value transfer Object reference (TYPE REF TO) CL_UAP_PROXY_MANAGER Manager der Anwendungslogik 20000608

Method GET_MANAGER on class CL_UAP_APPLICATION has no exception.

Method GET_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NAVIGATION Value transfer Object reference (TYPE REF TO) CL_UAP_TREE_NAVIGATION Ablauflogik 20000608

Method GET_NAVIGATION on class CL_UAP_APPLICATION has no exception.

Method GET_PREFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PREFS Value transfer Object reference (TYPE REF TO) IF_UAP_PREFERENCES Voreinstellungen 20000608

Method GET_PREFS on class CL_UAP_APPLICATION has no exception.

Method GET_PROGNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROGNAME Value transfer Type reference (TYPE) PROGNAME ABAP-Programmname 20000623

Method GET_PROGNAME on class CL_UAP_APPLICATION has no exception.

Method GET_ROOTNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODE Value transfer Object reference (TYPE REF TO) CL_UAP_NAVIGATION_NODE Navigationsknoten 20010110

Method GET_ROOTNODE on class CL_UAP_APPLICATION has no exception.

Method GET_STEERING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STEERING Value transfer Object reference (TYPE REF TO) IF_UAP_FIELD_STEERING Verwaltung der Feldstatus 20000607

Method GET_STEERING on class CL_UAP_APPLICATION has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_UAP_APPLICATION has no parameter.
Method INITIALIZE on class CL_UAP_APPLICATION has no exception.

Method PAI_AFTER_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Type reference (TYPE) UAP_BOOLEAN Boolean 20010315

Method PAI_AFTER_SELECTION on class CL_UAP_APPLICATION has no exception.

Method PLUG_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTROL Call by reference Object reference (TYPE REF TO) CL_UAP_DYNPRO_CONTROL Ablauflogik 20000623

Method PLUG_CONTROL on class CL_UAP_APPLICATION has no exception.
History
Last changed by/on SAP  20000607 
SAP Release Created in 462_10