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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | 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 | Static Attribute | Private | Object reference (TYPE REF TO) | /PLMU/CL_FRW_F_APPL_MODEL_POOL | 20100909 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTY_T_APPL_MODEL_POOL | 20100909 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | 20110819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100909 | ||
| 2 | Instance method | Public | Method | 20091216 | ||
| 3 | Instance method | Public | Method | 20091216 | ||
| 4 | Static method | Public | Method | 20100909 | ||
| 5 | Instance method | Private | Event handling method | 20100909 | ||
| 6 | 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 | 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 | 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 | 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 | 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 |