What is a BSP Application?
A Business Server Page (BSP) application is a complete functional application, like a classic SAP transaction. However, this application is executed in a Web browser rather than in the SAPGUI. HTTP or HTTPS is the protocol used to access the application across the network, thus allowing the use of standard products like firewalls and proxy servers.
The Business Server Pages programming model is similar to the server page technology. The focus of the BSP programming model are points that ensure optimum structure in interfaces and business logic.
For more information about BSP applications, see:
● The components of a BSP application and how they interact, see Structure of a BSP Application.
● How to call an existing BSP application from a Web browser, see Accessing a BSP Application.
● How to open and close a BSP application, see Starting and Ending a BSP Application.
● How a BSP application is processed, see Processing a BSP Application
● How to create a BSP application, see Creating a BSP Application.
● The URL parameters you can use to access the BSP runtime environment and BSP applications, see System-Specific URL Parameters.
● The concept of an application class for encapsulating the business logic of a BSP application, see Application Class of a BSP Application