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

Use

This event handler is run after the user dialog has been opened. It checks input and triggers navigation to a subsequent page.

The form field OnInputProcessing is available (see also Control Flow of BSPs).

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.

EVENT_ID

type STRING

 

NAVIGATION

type ref to IF_BSP_NAVIGATION

The navigation object is defined in interface IF_BSP_NAVIGATION.

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

BSPs with Layout, Initialization and Input Processing

 

 

Leaving content frame