Navigation Exercise: Chapter: Navigation Theme: Specifying The Navigation Schema
Navigation Exercise: Chapter: Navigation Theme: Specifying The Navigation Schema
Exercise
Chapter:
Navigation
Theme:
Development Objectives
Result
As a result of this exercise, you should be
able to navigate between the views
StartView and ResultView.
Prerequisites
Overview: Developing
4-1
Add a new view, having the name ResultView, to the predefined
window Exc_Navigation_Window of the Web Dynpro component
Exc_Navigation.
4-2
Redefine the text property of the default TextView element on the view
ResultView.
4-3
Create an exit point for the view StartView and an entry point for the
view ResultView using an outbound plug and an inbound plug,
respectively.
4-4
Specify the navigation flow from the view StartView to the view
ResultView using a navigation link.
4-5
Create an action for the View StartView. The default event handler
shall be used. In the field Fire Plug enter the name of the outbound
plug defined in step 4-3.
4-6
Add a button to the View StartView. Bind the action defined in step 4-5
to this button.
4-7
Create a Web Dynpro application WD01_Basics_Navigation
5.
Overview: Building, Deploying, and Running
Deploy and run the Web Dynpro application.