Entering content frameFunction documentation OnManipulation Locate the document in its SAP Library structure

Use

This event handler is processed after the WCF controls embedded in the page are generated.

You can use OnManipulation to manipulate the HTTP data stream again (in particular for XSLT processing).

Functions

You can access the following objects in the implementation:

Object

Reference Type

Description

APPLICATION

type ref to application class

Application class refers to the individual application or application class specified in the BSP application. If there is no application class in the BSP application, this means that the object application is not available.

RUNTIME

type ref to IF_BSP_RUNTIME

The runtime object is defined in interface IF_BSP_RUNTIME .

REQUEST

type ref to IF_HTTP_REQUEST

The request object is defined in interface Structure linkIF_HTTP_REQUEST.

RESPONSE

type ref to IF_HTTP_RESPONSE

The response object is defined in interface Structure linkIF_HTTP_RESPONSE.

PAGE

type ref to IF_BSP_PAGE

Page object is defined in interface IF_BSP_PAGE.

PAGE_CONTEXT

type ref to IF_BSP_PAGE_CONTEXT

Page context object is defined in interface IF_BSP_PAGE_CONTEXT.

 

Example

Persistency of Data Using Serverside Cookies

 

 

Leaving content frame