
BSP Only with Layout
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
First Steps with the Business Server Pages…
Processing Process
The individual steps that are followed when processing this BSP are as follows: