!--a11y-->
Modifying the Order Confirmation Page 
Simply insert some HTML text in the page layout, for example:
|
<%@ page language="abap" %> <%@ include file="head.htm" %> <p> The contents in your shopping basket have been ordered. <p> But you will never get the book... <p> For a real order, a workflow in the SAP system should be triggered (by BAPI calls etc.). This will be shown in one of the next tutorials... </body> </html> |

This text has no effect on the operation of the bookshop. It is simply a cosmetic change, inserted because the old text no longer applies.
Done! If you have followed the steps in the order given in this tutorial, your bookshop is now complete.
Now all that remains to be done is to activate and call your BSP application.