Sample BSP Application
The example shown is a simple application that retrieves images from the MIME Repository in the ABAP system by name and displays them on the BSP page.
The BSP application in the example consists of the following BSPs:
· tutorial.htm
This is the start page of the application. For this BSP you must implement the:
¡ layout
¡ OnRequest event handler
¡ OnInputProcessing event handler
¡ page attributes
· complete.htm
This is the page that is invoked when the task has been completed. It notifies the Guided Procedures framework that the task has been completed.
The following figure illustrates the control flow for the application:
Figure: BSP Application Flow

The first
step is Creating the Start
Page.