SAP ABAP Class /PLMU/CL_FRW_C_APPL_MODEL_POOL (Pool of Context Dependent Application Models)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
Properties
Class /PLMU/CL_FRW_C_APPL_MODEL_POOL  
Short Description Pool of Context Dependent Application Models    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20101027   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_C_APPL_MODEL_POOL has no interface implemented.
Friends
Class /PLMU/CL_FRW_C_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_C_APPL_MODEL_POOL UI Framework - Pool of application models 20101027
2 MT_MODEL_POOL Instance attribute Private Type reference (TYPE) GTY_T_APPL_MODEL_POOL 20101027
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MODEL Instance method Public Method 20101027
2 CLEAR_CHANGE_LOG Instance method Public Method 20110104
3 CLEAR_FLUSH_BUFFER Instance method Public Method 20110104
4 FLUSH Instance method Public Method 20110728
5 GET_INSTANCE Static method Public Method 20101027
6 HAS_FLUSH_ERRORS Instance method Private Method 20110113
7 HNDL_BEFORE_MODEL_DESTRUCTION Instance method Private Event handling method 20101027
8 HNDL_FLUSH_ERROR_OCCURRED Instance method Private Event handling method 20110805
9 HNDL_FLUSH_ERROR_REMOVED Instance method Private Event handling method 20110104
10 SYNCHRONIZE_SELECTION_BUFFER Instance method Public Method 20110805
Events
# Event Type Visibility Description Created on
1 ALL_FLUSH_ERRORS_REMOVED Instance Event
(0)
Public
(2)
20110104
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_APPL_MODEL_POOL Private See coding 20101027 BEGIN OF gty_s_appl_model_pool, runtime_id TYPE string, abbid TYPE /plmb/spi_abbid, application_model TYPE REF TO /plmu/if_frw_c_appl_model_int, END OF gty_s_appl_model_pool
2 GTY_T_APPL_MODEL Public See coding 20101027 gty_t_appl_model TYPE STANDARD TABLE OF REF TO /plmu/if_frw_appl_model_int
3 GTY_T_APPL_MODEL_POOL Private See coding 20101027 gty_t_appl_model_pool TYPE SORTED TABLE OF gty_s_appl_model_pool WITH UNIQUE KEY runtime_id WITH NON-UNIQUE SORTED KEY abbid COMPONENTS abbid
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/IF_FRW_C_APPL_MODEL_INT Context Dependent Application Model (Internal Interface) 20101027

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

Method CLEAR_CHANGE_LOG Signature

Method CLEAR_CHANGE_LOG on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
Method CLEAR_CHANGE_LOG on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no exception.

Method CLEAR_FLUSH_BUFFER Signature

Method CLEAR_FLUSH_BUFFER on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
Method CLEAR_FLUSH_BUFFER on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no exception.

Method FLUSH Signature

Method FLUSH on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
Method FLUSH on class /PLMU/CL_FRW_C_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_CONTEXT_APPL_MODEL_POOL Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_C_APPL_MODEL_POOL UI Framework - Application Model 20101027

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

Method HAS_FLUSH_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_FLUSH_REQUIRED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110113

Method HAS_FLUSH_ERRORS on class /PLMU/CL_FRW_C_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_C_APPL_MODEL_POOL has no exception.

Method HNDL_FLUSH_ERROR_OCCURRED Signature

Method HNDL_FLUSH_ERROR_OCCURRED on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
Method HNDL_FLUSH_ERROR_OCCURRED on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no exception.

Method HNDL_FLUSH_ERROR_REMOVED Signature

Method HNDL_FLUSH_ERROR_REMOVED on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
Method HNDL_FLUSH_ERROR_REMOVED on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no exception.

Method SYNCHRONIZE_SELECTION_BUFFER Signature

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

Method SYNCHRONIZE_SELECTION_BUFFER on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no exception.
Event Signatures

Event ALL_FLUSH_ERRORS_REMOVED Signature
Event ALL_FLUSH_ERRORS_REMOVED on class /PLMU/CL_FRW_C_APPL_MODEL_POOL has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703