SAP ABAP Data Element FPM_QUICKVIEW_IMAGE_REF (Image Reference Field of Image Quickview)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Basic Data
Data Element FPM_QUICKVIEW_IMAGE_REF
Short Description Image Reference Field of Image Quickview  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FDNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table DD03L    
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 Image 
Medium 20 Image Field 
Long 40 Reference Field for Image Quickview 
Heading 50 Reference Field for Image Quickview 
Documentation

Definition

Defines a reference field from the feeder class' field catalog. At runtime, the content of this field is passed to an Image Quickview as a key.

Use

The Image Field can be used to easily attach an Image Quickview to an element of the GUIBB. An Image Quickview displays an image only.

The FPM framework contains a pre-defined Image Quickview; it is not necessary to change the code of the underlying feeder classes, or to create your own Image Quickview configurations.

Dependencies

The following cases should be considered:

  • If you enter a value for Image Field, but no value for Quickview ID, the FPM runtime automatically assigns a standard Image Quickview (with configuration FPM_QV_IMAGE_STANDARD) to the GUIBB. This standard Image Quickview displays the content referenced by Image Field. In this case, it is expected that Image Field contains a valid image source.
  • If you enter a value for Image Field, and also a value for Quickview ID (which points to an Image Quickview), the FPM runtime invokes the assigned Image Quickview, and the content of Image Field is passed as a key.
  • If you enter a value for Image Field, and also a value for Quickview ID (which points to another type of Quickview, for example, a Thing Quickview), the FPM runtime invokes the assigned Quickview, and the Image Field is ignored. The key passed to the Quickview follows standard rules, that is, the feeder class of the underlying GUIBB should implement the Quickview Source Interface IF_FPM_QUICKVIEW_SOURCE.

Example

History
Last changed by/on SAP  20140802 
SAP Release Created in 740