!--a11y-->
Layout for the Registration Confirmation Page 
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:
Make the corresponding changes to the