Entering content frame

Object documentation Page Directive Locate the document in its SAP Library structure

Definition and Use

Every Business Server Page begins with a page directive specific to that page. Page directives are similar to server page tags. In our example, we have the following code:

<%@ page language="abap" %> or <%@ page language="javascript" %>

This directive specifies the script language for the page. ABAP and JavaScript are currently supported.

Note

For a description of all page directives, see the reference documentation under BSP Directives.

 

This graphic is explained in the accompanying text Now let’s go on to Scripting.

 

 

Leaving content frame