Entering content frame

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

Use

If errors occur during registration (for example, entries not made in all required fields, password confirmation was incorrect), the registration page stays open, and an error message is displayed.

If registration is successful, the data is written to the customer table BSCUSTOMER and the registration confirmation page is displayed. This page is very simple and has just one layout part.

Procedure

The layout for the registration confirmation page looks like this:

<%@ page language="abap" %>

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

      <p>

Your new user has been created.

  </body>

</html>

Result

If you have taken the required steps in the order presented in this tutorial, you have now created all the pages necessary for your extended online bookshop (Creating a BSP Application and Pages). You still need to make a few changes to pages you created in previous tutorials:

 

This graphic is explained in the accompanying textMake the corresponding changes to the Entry Page.

Leaving content frame