!--a11y-->
Creating View about.htm for the Detail Display 
Use
View
about.htm should be displayed in the detail field if the user did not click on a book.
Procedure
The layout for this view is very simple, you do not need to maintain page attributes.
|
<%@page language="abap" %> <%@extension name="htmlb" prefix="htmlb" %> <htmlb:image src = "blind.gif" height = "20" /> <htmlb:textView design = "header2" text = "<p> Demo bookshop for BSP tutorial" /> <htmlb:image src = "blind.gif" height = "20" /> <htmlb:textView design = "header2" encode = "TRUE" text = "<p> © by SAP AG 2002." /> |
The coding of the
Info-Page Layout from the Online Bookshop is implemented with HTMLB text fields.![]()
Lastly you also need confirmation page
corder.htm: Creating Pages with Flow Logic corder.htm .