Entering content frame

Procedure documentation Creating the BSP Layout Locate the document in its SAP Library structure

Procedure

  1. Create the layout of your BSP by enhancing the specified framework, such as:

<%@ 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>

  1. Choose This graphic is explained in the accompanying text to save your entries.

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.

Note

You can also use Preview when the BSP or BSP application has not been activated.

Next Step

This graphic is explained in the accompanying text Now go on to the Page Directive.

 

Once you have completed the layout, you can go on to Activating the BSP and the BSP Application.

 

 

Leaving content frame