Entering content frameProcedure documentation Testing Controllers Locate the document in its SAP Library structure

Use

You can use a controller as an initial point of entry to your BSP application. In the BSP programming model without MVC, you have always used a central page as the initial page that you called start.htm, for example. Use the main controller instead in connection with the MVC design pattern.

Prerequisites

Procedure

  1. Place your cursor on the top controller in your BSP application.
  2. Click on This graphic is explained in the accompanying text (Test/Execute) in the application toolbar.
  3. The browser starts and a logon screen may be displayed.

  4. Log on to the system if this is necessary.

Result

The selected controller is started in the browser.

Leaving content frame