
Description of methods in the interface for a thing quickview.
| 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.
|