Entering content frame

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

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

<%@ page language="abap" %>

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

      <p>

    An internal error occurred.

      <p>

    <a href="default.htm"> Back to the beginning. </a>

  </body>

</html>

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

If an internal error occurs, this page is output. The user can simply click on the link on this page to return to the first page of the online bookshop.

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

 

 

Leaving content frame