Show TOC

Creating a List GUIBB Without the FBI ViewLocate this document in the navigation structure

Use

You can create a list GUIBB without using the FBI view.

Prerequisites

In an SAP development system, you have created a Web Dynpro application and created an initial screen. For more information, see:

Procedure
  1. On the Component Configuration screen, in the Navigation pane, choose the Main Page table row.

  2. To create a list UIBB for the main page, on the Overview Page Schema or Object Instance Schema tab, choose the UIBB button and select Add List Component.

  3. Enter the following details for the list GUIBB and choose Save:

    • Component: FPM_LIST_UIBB

    • View: LIST_WINDOW

    • Configuration Name: An appropriate configuration name

  4. Now you need to configure your UIBB. Choose the Configure UIBB pushbutton.

  5. In the Editor for the Web Dynpro ABAP Component Configuration screen, choose New.

  6. In the Create Configuration dialog box, enter any required description and confirm your entry.

  7. In the Select Package dialog box, enter your required package and confirm your entry.

  8. In the Edit Feeder Class dialog box, enter the /BOFU/CL_FBI_GUIBB_LIST feeder class and choose Edit Parameters.

  9. In the Edit Parameters dialog box, enter the following feeder parameters and choose OK:

    • Business object name.

    • Node name; for example, ROOT.

    • Select the Handles Toolbar checkbox.

  10. On the component configuration screen of the list GUIBB, choose Column.

  11. Select the elements to be displayed on the list and choose OK.

  12. Save the configuration.

Creating Wires

  1. Return to the component configuration screen.

  2. On the Wire Schema tab, choose Graphical Wire Editor.

  3. Perform the required wiring. During wiring, select the connector class /BOFU/CL_FBI_GUIBB_CONNECTOR.

  4. Choose Done.

  5. Choose Save.

  6. Go to the application configuration screen and choose Test.

  7. On the Initial screen of the application, enter an alternative key and choose Continue.

  8. On the Main page, the list configured without an FBI view appears.