Entering content frameObject documentation Extension Directive Locate the document in its SAP Library structure

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.

Syntax

<%@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

 

 

Leaving content frame