Show TOC Anfang des Inhaltsbereichs

Objektdokumentation Sample BSP Application  Dokument im Navigationsbaum lokalisieren

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

Diese Grafik wird im zugehörigen Text erklärt

 

Diese Grafik wird im zugehörigen Text erklärt The first step is Creating the Start Page.

 

 

Ende des Inhaltsbereichs