Show TOC

List Feeder ClassLocate this document in the navigation structure

Definition

FBI provides /BOFU/CL_FBI_GUIBB_LIST as the list feeder class. The List Feeder class has the following parameters:

Parameter Name

Description

FBI View

You use this parameter to specify the FBI view name. This parameter is mandatory if the business object is not specified.

Business Object

You use this parameter to specify the name of the business object.

Node

You use this parameter to specify the node name.

Handles Toolbar

You select this checkbox to indicate that this feeder handles the toolbar events in its PROCESS_EVENT method.

Read-Only

You use this parameter to specify that the fields of the form are always read-only. The implication is that the properties are not read from the backend.

Use Deferred Create

You use this parameter to create data with default values from the backend.

Display Fields Always

You use this parameter to display all the fields when there is no data.

UI Helper Class

In addition to the standard FBI view instance, you use the Helper class for a specific functionality.

Inherit Editability

You use this parameter to inherit editing properties from the parent GUIBB.

Message Category

You use this parameter for FPM message mapping. This overrides the settings in the Application Controller configuration.

Empty Lines

You use this parameter to create empty lines in the list. On entering data and clicking of save, the instance is persisted in the database.

Initialize Lead Selection

You use this parameter to set the lead selection to the first line as soon as the list is loaded.

More Information