SAP ABAP Data Element FPM_EDIT_MODE (Edit Mode of UIBBs in OVP Floorplan)
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_EDIT_MODE
Short Description Edit Mode of UIBBs in OVP Floorplan  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FPM_EDIT_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 Edit Mode 
Medium 15 Edit Mode 
Long 30 Edit Mode of UIBBs 
Heading 40 Edit Mode of UIBBs in OVP 
Documentation

Definition

Determines whether an application (or the individual UIBBs within it) opens in edit or display (read-only) mode at runtime.

Use

The following options are available:

  • Display Mode

    The application starts at runtime displaying all UIBBs as read-only.

    In the configuration, the UIBB toolbar can be configured with a local Edit button (FPM event FPM_LOCAL_EDIT). If this button is selected, the UIBB is transferred into edit mode and is no longer read-only.

  • Edit Mode

    The application starts at runtime displaying all UIBBs in edit mode.

    Local Edit buttons are disabled whenever a UIBB is in edit mode.

    This option is typically used in 'create scenarios'.

  • No Mode Handling

    This is the default setting.

    There is no automatic enablement or disablement of Edit, Save or Cancel buttons by the FPM. The UIBBs do not receive information about their current edit mode state.

In the global toolbar, Save, Cancel and Edit buttons can be configured with FPM events FPM_SAVE, FPM_CANCEL, and FPM_EDIT, respectively, as detailed below:

Save and Cancel transfer the application globally into display mode, that is, no UIBB stays in edit mode.

FPM_EDIT transfers the application globally into edit mode, that is, all UIBBs are transferred into edit mode. In global edit mode, the global Edit button and all local Edit buttons are disabled. In global display mode, the global Save and Cancel buttons are displayed.

Dependencies

As a precondition, the UIBBs in the configuration must support the edit mode; they must react appropriately on their current edit mode state.

Example

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