Show TOC

BSP ComponentsLocate this document in the navigation structure

Use

Business Server Pages (BSPs) are HTML pages that contain the actual application logic and presentation logic. BSPs define the Web user interface and the elements in user interaction.

BSPs are made up of the following components:

During layout processing, the presentation logic is defined by sever-side scripting. In the preview, you can check the appearance of your pages without actually having to call up the browser.

Page attributes are visible in the layout processing as well as in the event handlers for a page. They can be used to store data obtained in the standard handler OnInitialization, and to make this data accessible for layout processing and the other event handlers.

Predefined event handlers are provided for the various events.

You can use type definitions to define local types.

Like all objects in the SAP System, BSPs have various administration attributes.