
BSP Components
Business Server Pages (BSPs) are HTML pages that contain the actual application logic and presentation logic. BSPs define the Web user interface and determine the elements of user interaction.
BSPs consist of the following components:
Server-side scripting determines the presentation logic as part of
layout processing. In the preview, you can check the appearance of your pages, without having to call up the browser. Page attributes are visible in the layout processing as well as in the event handlers of a page. They can be used to store data obtained in the standard handler OnInitialization, and to make this data accessible for the layout processing and the other event handlers.Predefined
event handlers are available for the different events.You can use
type definitions to define local types.Similar to every object in the SAP System, BSPs also have different
administration attributes.