!--a11y-->
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.