
This event handler runs immediately after the user dialog is complete. At this point you can implement input checks and trigger the navigation on the next page.
The form field OnInputProcessing is available (see also Control Flow of BSPs).
You can access the following objects in the implementation toolbar:
|
Object |
Reference Type |
Description |
|
APPLICATION |
type ref to application class |
The Application class means the individual application class entered 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 |
Defined in interface IF_BSP_RUNTIME is the runtime object. |
|
REQUEST |
type ref to IF_HTTP_REQUEST |
Defined in interface IF_HTTP_REQUEST is the request object. |
|
EVENT_ID |
type STRING |
|
|
NAVIGATION |
type ref to IF_BSP_NAVIGATION |
Defined in interface IF_BSP_NAVIGATION is the navigation object. |
|
PAGE |
type ref to IF_BSP_PAGE |
Defined in interface IF_BSP_PAGE is the page object. |
|
PAGE_CONTEXT |
type ref to IF_BSP_PAGE_CONTEXT |
Defined in interface IF_BSP_PAGE_CONTEXT is the page context object. |