Show TOC

Creating a List UIBB with the Empty Lines FeatureLocate this document in the navigation structure

Use

You can create a list GUIBB with the empty lines feature enabled.

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 pushbutton and select Add List Component.

  3. Enter the following details for the list GUIBB:

    • Component: FPM_LIST_UIBB

    • View: LIST_WINDOW

    • Configuration name: Any configuration name.

  4. Save your entries.

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

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

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

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

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

Enable the Empty Lines Feature

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

    • FBI view name

    • Select the Handles Toolbar checkbox.

    • Select the Empty Lines checkbox.

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

  3. In the Edit Columns dialog box, select the elements to be displayed on the list and choose the OK pushbutton.

  4. Save the list UIBB configuration.

Connect the Appropriate UIBBs

  1. Return to the Component Configuration screen.

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

  3. Perform the required wiring using the connector class /BOFU/CL_FBI_GUIBB_CONNECTOR. For more information, see Creating Wires in Wiring Schema.

  4. Choose Done.

  5. Save your entries.

Test the Application

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

  2. On the Initial screen, enter the alternative key and choose Continue.

  3. On the Main screen, the list for which empty lines feature was enabled is displayed.

  4. Choose the Edit pushbutton. The list is updated with newly created empty lines.

  5. You can choose any empty line and specify values.

  6. Save your entries to create a new instance in the list.