!--a11y-->
A Simple BSP Application 
Welcome to the second tutorial. Here you will create your next simple BSP application using the SAP Web Application Server.
In the first tutorial you created an application to display text and pictures. This tutorial takes you one step further and shows you how to enter data and access data structures.
Now that you are familiar with the basics of the SAP Web Application Server (see Getting Started with Business Server Pages), you can tackle a more comprehensive application.
Each tutorial builds on the information presented in the previous one.
The following tutorials build on this tutorial:
You can also implement the whole layout of this tutorial (which is implemented in this example using pure HTML) using BSP extension HTMLB.

You can also read the reference documentation on the
SAP Netweaver AS
Architecture, which explains the system’s architecture and
components:
In this tutorial you will learn how to:
· Create a BSP application with several pages and a navigation structure
· Work with event handlers (OnInitialization, OnInputProcessing)
· Read database table contents and process them
· Define page attributes and apply them across several pages
Let’s
get started.