Show TOC

Configuring the BootstrapLocate this document in the navigation structure

Use

You use the bootstrap feeder to send the Globally Unique Identifier (GUID), from the Initial screen to the Main screen. The GUID retrieves data from the from the Business Object Processing Framework (BOPF) business object and displays it on the main screen.

Prerequisites

In a SAP development system, you have already created a Web Dynpro application. For more information, see Creating and Configuring an FPM OVP Application.

Procedure

Configuring the Bootstrap

  1. Return to the component configuration screen by choosing the second link below the tool bar.

  2. To create a form UIBB for the initial screen, on the Overview Page Schema tab, choose the UIBB button and select Add Form Component.

  3. The system adds another UIBB row in the table below with predefined entries for the selected component in the Component and Window Name columns. Enter any required configuration name in the Configuration Name column. The form component is FPM_FORM_UIBB.

  4. Save the configuration.

  5. To create the configuration for your UIBB, in the Editor for the Web Dynpro ABAP Component Configuration screen, choose the New button.

  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_BOOTSTRAP feeder class and choose the Edit Parameters button.

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

    • Business Object: Name of the BO to which you have referred; for example, /BOBF/DEMO_SALES_ORDER

    • Node: Name of the node; for example, ROOT

    • URL Key Provider: /BOFU/CL_FBI_URL_KEYPROVIDER

    • Preselection Key Provider: /BOFU/CL_FBI_PRSEL_KEYPROVIDER

  10. Save the UIBB configuration and return to the component configuration screen