Show TOC

Procedure documentationTesting Controllers Locate this document in the navigation structure

 

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

  • You are in an SAP Web AS 6.20 system.

  • You have successfully activated your BSP application and the controllers and views to be tested.

Procedure

  1. Place your cursor on the top controller in your BSP application.

  2. Click on Test/Execute (Test/Execute) in the application toolbar.

    The browser starts and a logon screen may be displayed.

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

Result

The selected controller is started in the browser.