Entering content frameThis graphic is explained in the accompanying text BSP Only with Layout Locate the document in its SAP Library structure

Overview

This simple BSP merely consists of the layout. This layout:

In the Web Application Builder, the layout of this BSP looks as follows:

<%@page language="abap"%>

<html>

  <body>

  <center>

  <% do 5 times. %>

    <font size=<%=sy-index%>>

    Hello World! <br>

    </font>

  <% enddo. %>

  </center>

  </body>

</html>

See also:

tutorial_1 in packet SBOOKSHOP or Structure linkFirst Steps with the Business Server Pages…

Processing Process

The individual steps that are followed when processing this BSP are as follows:

 

 

Leaving content frame