Entering content frame

Procedure documentation Layout for the Info Page Locate the document in its SAP Library structure

The layout for the information page about.htm, which you set using the tab page Layout, looks like this:

<%@ page language="abap" %>

<%@ include file="head.htm" %>

  <p>

    <img height="100" src="blind.gif">

    <table>
      <tr><td> <h3>Demo bookshop for BSP tutorial</h3></td></tr>
      <tr><td> <h4> &copy; by SAP AG 2000.</h4></td></tr>
      <tr><td> <img height="10" src="blind.gif"></td></tr>
    </table>

  </body>

</html>

The page fragment head.htm is also included in this page.

This graphic is explained in the accompanying text Layout for the Search Page

Leaving content frame