SAP ABAP Data Element FPM_COLLAPSED_UIBB_PROC_MODE (Processing Mode for Collapsed UIBBs)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Basic Data
Data Element FPM_COLLAPSED_UIBB_PROC_MODE
Short Description Processing Mode for Collapsed UIBBs  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FPM_COLLAPSED_UIBB_PROC_MODE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Proc. Mode 
Medium 15 Proc. Mode 
Long 30 Collapsed UIBB Processing Mode 
Heading 40 Processing Mode for Collapsed UIBBs 
Documentation

Definition

This field allows you to determine the processing mode of UIBBs that are contained in collapsed OVP panels.

Use

Application configurations using the OVP floorplan may contain UIBBs in panels which are collapsed at runtime. You can determine, on an application level, how these 'collapsed' UIBBs behave with respect to the FPM event loop. This feature provides you with the following processing modes:

  • Participate

    UIBBs in collapsed panels are instantiated immediately and take part in the FPM event loop; the status of the panel is irrelevant, that is, it does not matter whether the panel is collapsed or expanded. This is the default option.

  • Defer Participation

    This option uses the 'lazy loading' approach; objects are instantiated only when they are actually needed. UIBBs in collapsed panels are instantiated and take part in the FPM event loop only when the panel they are contained in is expanded and the UIBBs are made visible. Note that UIBBs acting as wire sources, and composite UIBBs that contain UIBBs that act as wire sources are instantiated immediately; composite UIBBs must be instantiated before their panels have been expanded in order to determine which UIBBs they contain.

The processing mode is specified at application level and not at the level of individual UIBBs.

Dependencies

The processing mode of these UIBBs can also be configured using the application parameter and URL parameter FPM_COLLAPSED_UIBB_PROC_MODE=P (or D). These settings take precedence over the configuration editor settings.

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 703