Show TOC

Configuring a BO ActionLocate this document in the navigation structure

Prerequisites

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

Context

Actions are business logic entities assigned to an application business object node. Actions are called actively either by a service consumer or by another business object. This document describes how you as an application developer can enhance the application business object with actions.

Procedure

  1. On the component configuration screen of the list GUIBB, choose the Column pushbutton.
  2. In the Edit Columns dialog box, select the elements to be displayed on the list and choose the OK pushbutton.
  3. To add the button for the action, on the Toolbar Schema tab, choose the Toolbar Element pushbutton.
  4. In the Configure Toolbar dialog box, select the action name that was given during FBI view configuration and choose the OK pushbutton.
  5. Save the list UIBB configuration.
  6. Return to the component configuration screen.
  7. On the Wire Schema tab, choose the Graphical Wire Editor pushbutton.
  8. Perform the required wiring. For more information, see Creating Wires in Wiring Schema.
  9. Go to the application configuration screen and choose the Test pushbutton.
  10. On the initial screen of the application, enter an alternative key and chose the Continue pushbutton.
  11. On the main page, under the list, select a row and choose the pushbutton.
  12. Enter the required values. The BO action is executed.