Entering content frame

Background documentation Page Layout Locate the document in its SAP Library structure

Prerequisites

Before you can choose from the various options available for the layout of your BSP application, you need some knowledge of following:

Do you have to choose one or the other option?

The SAP Web Application Server provides a number of design options for the BSP layout.

The easiest option is to design a page with pure HTML. You either use the text editor in the BSP development environment (see also the documentation on the Structure linkWeb Application Builder) and design the page textually. This presupposes a good knowledge of HTML and it is usually a lengthy process. The advantage of it is: script can be added immediately to the correct parts of the page. Moreover, the Web Application Builder in the development environment has a preview function so that you can check the static layout of a page at any time.

Note

From SAP Web AS 6.20 you can use BSP extensions as an ideal mechanism for easily integrating interface elements such as tableviews, buttons, input fields or charts into your BSPs. In particular, you can use the BSP extension HTML Business (HTMLB) for BSP applications.

A more elegant solution is to design a page with a design tool such as AdobeGoLive5.0, Dreamweaver 4.0, Frontpage and so on. The SAP Web Application Server lets you check in Web pages created with such tools and directly edit such pages managed on the server. This is done by means of the WebDAV access of the SAP Web Application Server (see also Using External Tools). WebDAV is supported by the above-mentioned tools (Frontpage together with the WebFolders). After check-in, you can add script to the pages. If the pages checked in to the server are edited again using the tool, you should flag the server-side script parts so that a designer can recognize them as such.

Thus, developers of Web applications using the SAP Web Application Server are subject to no design restrictions whatever.

 

 

Leaving content frame