Entering content frame

Procedure documentation Creating View about.htm for the Detail Display Locate the document in its SAP Library structure

Use

View about.htm should be displayed in the detail field if the user did not click on a book.

This graphic is explained in the accompanying text

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> &copy; by SAP AG 2002." />

The coding of the Info-Page Layout from the Online Bookshop is implemented with HTMLB text fields.

This graphic is explained in the accompanying text

Lastly you also need confirmation page corder.htm: Creating Pages with Flow Logic corder.htm .

 

 

Leaving content frame