SAP ABAP Class /PLMU/CL_FRW_F_APPL_MODEL_POOL (Pool of Application Models)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_FUIBB (Package) UI Framework: Freestyle UI Building Blocks
Properties
Class /PLMU/CL_FRW_F_APPL_MODEL_POOL  
Short Description Pool of Application Models    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_FUIBB   UI Framework: Freestyle UI Building Blocks 
Created 20091216   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMB/IF_SPI_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_WD_DYNAMIC_TOOL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no interface implemented.
Friends
Class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_F_APPL_MODEL_POOL 20100909
2 MT_MODEL_POOL Instance attribute Private Type reference (TYPE) GTY_T_APPL_MODEL_POOL 20100909
3 MV_AUTO_APPEND_DEFAULT_ROWS Instance attribute Protected Type reference (TYPE) BOOLE_D 20110819
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MODEL Instance method Public Method 20100909
2 CANCEL_NAVIGATION Instance method Public Method 20091216
3 FLUSH Instance method Public Method 20091216
4 GET_INSTANCE Static method Public Method 20100909
5 HNDL_BEFORE_MODEL_DESTRUCTION Instance method Private Event handling method 20100909
6 SET_AUTO_APPEND_DEFAULT_ROWS Instance method Public Method 20110819
Events
Class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_APPL_MODEL_POOL Private See coding 20100909 BEGIN OF gty_s_appl_model_pool, application_model TYPE REF TO /plmu/if_frw_f_appl_model_int, END OF gty_s_appl_model_pool
2 GTY_T_APPL_MODEL_POOL Private See coding 20100909 gty_t_appl_model_pool TYPE SORTED TABLE OF gty_s_appl_model_pool WITH UNIQUE KEY application_model
Method Signatures

Method ADD_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) /PLMU/CL_FRW_F_APPL_MODEL UI Framework - Internal application model interface 20100909

Method ADD_MODEL on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.

Method CANCEL_NAVIGATION Signature

Method CANCEL_NAVIGATION on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no parameter.
Method CANCEL_NAVIGATION on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.

Method FLUSH Signature

Method FLUSH on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no parameter.
Method FLUSH on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_APPL_MODEL_POOL Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_F_APPL_MODEL_POOL UI Framework - Pool of application models 20100909

Method GET_INSTANCE on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.

Method HNDL_BEFORE_MODEL_DESTRUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPL_MODEL Value transfer Attribute reference (LIKE) 20101029

Method HNDL_BEFORE_MODEL_DESTRUCTION on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.

Method SET_AUTO_APPEND_DEFAULT_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVE Call by reference Type reference (TYPE) BOOLE_D 20110819

Method SET_AUTO_APPEND_DEFAULT_ROWS on class /PLMU/CL_FRW_F_APPL_MODEL_POOL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702