!--a11y-->
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.

For a description of all page directives, see the reference documentation under
Now let’s go on to