Show TOC

Interface: IF_FPM_GUIBB_QV_THINGLocate this document in the navigation structure

Description of methods in the interface for a thing quickview.

As with the implementation of the GUIBB interfaces, implement an empty method even if your application does not actually require the method (to avoid a system dump).
Table 1: Methods of IF_FPM_GUIBB_QV_THING Interface
GET_DEFINITION

Allows the feeder to provide all necessary information for configuring a thing quickview: the list of available fields and their properties and the list of actions (FPM events).

Parameter Description
EO_FIELD_CATALOG Is of type CL_ABAP_STRUCTDESCR. The components of this object are the available fields. The simplest way to provide a field catalog is to create a table of a flat DDIC structure containing all fields and then get the field catalog via EO_FIELD_CATALOG ?= CL_ABAP_STRUCTDESCR=>DESCRIBE_BY_NAME( <NAME> )
Note The thing quickview supports only flat structures.When using deep structures, only the highest level fields are available.
For all other methods and attributes of this interface, see the interface documentation for the dataset quickview.