Quickviews-A quickview is a read-only UI element which allows the user, at runtime, to view additional information (not displayed on the current screen) about an object without having to navigate to other screens to obtain the information. Like a tooltip, a quickview appears (and disappears) on the UI during a mouse-over action by the user.
The following types of quickview exist:
- Thing Quickview -This is used to display information relating to a ‘thing’ (a business object for example). It is implemented using the Web Dynpro componentFPM_QUICKVIEW_THING.
- Dataset Quickview-This is used to display information relating to a dataset. It is implemented using the Web Dynpro componentFPM_QUICKVIEW_DATASET.
The below post shows Think Qickview aspect. We have an FPM application which displays the billing records & if you mouse over on the Payer number, then by quick view technique it should display the payer address information.
Please check the link for details: Quickview(Thing Quickview) in FPM Application
-----------------------------------------------------------------------------------------------------------------------