SAP ABAP Class /PLMU/CL_FRW_G_CNTRL_FACTORY (Controller Factory)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
Properties
Class /PLMU/CL_FRW_G_CNTRL_FACTORY  
Short Description Controller Factory    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_GUIBB   UI Framework: Generic UI Building Blocks 
Created 20100611   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /PLMU/CL_FRW_G_CNTRL_FACTORY has no interface implemented.
Friends
Class /PLMU/CL_FRW_G_CNTRL_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CONTROLLER_POOL Static Attribute Private Type reference (TYPE) GTY_T_CONTROLLER_POOL 20100611
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20100611
Events
Class /PLMU/CL_FRW_G_CNTRL_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_CONTROLLER_POOL Private See coding 20100611 BEGIN OF gty_s_controller_pool, uibb_instance_key TYPE fpm_s_uibb_instance_key, controller TYPE REF TO /plmu/cl_frw_g_cntrl, END OF gty_s_controller_pool
2 GTY_T_CONTROLLER_POOL Private See coding 20100611 gty_t_controller_pool TYPE HASHED TABLE OF gty_s_controller_pool WITH UNIQUE KEY uibb_instance_key
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UIBB_INSTANCE_KEY Call by reference Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY UIBB Instance Key 20101029
2 Importing IV_CREATE_IF_NOT_EXISTENT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101029
3 Importing IV_FEEDER_TYPE Call by reference Type reference (TYPE) /PLMU/FRW_G_FEEDER_TYPE GUIBB Feeder Type 20101115
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_G_CNTRL UI Framework - GUIBB Controller 20100611

Method GET_INSTANCE on class /PLMU/CL_FRW_G_CNTRL_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703