Show TOC Start of Content Area

Object documentation Sample BSP Application  Locate the document in its SAP Library structure

Definition

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.

Structure

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

This graphic is explained in the accompanying text

 

This graphic is explained in the accompanying text The first step is Creating the Start Page.

 

 

End of Content Area