Entering content frame

Procedure documentation Modifying the Entry Page Locate the document in its SAP Library structure

To modify the layout of the entry page default.htm, leave the following code as it is:

<%@ page language="abap" %>

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

<h3> Welcome to the mySAP Bookshop! </h3>

and add the following code:

<p>

In addition to the shop created in tutorial 3,

you can maintain user data and use a shopping basket.

<p>

The information on the client side is stored using cookies.

</body>

</html>

Note

The <html> and <body> tags are not required, as the page fragment head.htm is included at the beginning of the page.

This graphic is explained in the accompanying textNow change the Results Page.

 

 

Leaving content frame