!--a11y-->
Procedure
|
<%@ page language ="abap"%> <html> <head> <link rel="stylesheet" href="../../sap/public/bc/bsp/styles/sapbsp.css"> <title> SAP Web Application Server </title> <head> <body class="bspBody1"> <center> <h1>Welcome to the</h1> <h2>SAP Web Application Server!</h2> <% do 5 times. %> <font SIZE = <%= sy-index %>><p> <center> Hello World! </font> <% enddo. %> <p> <img src="../PUBLIC/Tutorial/scalability.jpg"> </body> </html> |
Notes
The individual components used in the layout are described in the following sections:
Preview
Choose the Preview tab page to see a preview of your page layout. Note that Preview only shows the static parts of the page, and not the dynamic parts.

You can also use Preview when the BSP or BSP application has not been activated.
Next Step
Now go on to the
Once you have completed the layout, you can go on to
Activating the BSP and the BSP Application.