!--a11y-->
Procedure
The last step in this tutorial is to call your BSP application in the browser.
In your BSP application in the Web Application Builder, choose Test/Execute (
). This starts the Web browser and displays the BSP application.
Alternatively, you can get the URL from the Properties tab page in the Web Application Builder, and copy and paste it into the address bar in the browser. The URL has the following form:
http://<hostname:port>/<service>/<application>/<pagename.htm>
http://pwdf0033.wdf.sap-ag.de:8080/sap/bc/bsp/sap/tutorial_1/default.htm
If you receive an error message, try the following:
Result
You have now created a basic BSP application. In the next tutorial, you will create a more complex BSP application, with several pages, user interaction, and database access.
...to the next tutorial: