
Extension Directive
Definition
You can use the extension directive to import a BSP extension into your BSP. As a result you can access all elements of the extension in your BSP. The extension directive is always located immediately after the
page directive.
<%@extension name="<Name>" prefix="<Präfix>"%>
The prefix is used as the namespace for all elements in the BSP extension. The prefixes sap and bsp are reserved.
See also:
BSP Extensions