Show TOC Start of Content Area

Procedure documentation Developing Your First Web Dynpro Application  Locate the document in its SAP Library structure

In the following tutorial, you are introduced step by step to the basic concepts involved in implementing an elementary Web Dynpro application. The user interface for this Web application consists of only two views and allows the user to navigate from one view to the other. In the first view, the user is able to enter his or her name in an input field and navigate to the next view using a button. This name is then added to a text field and displayed in the welcoming text in the second view.

The user interface for this tutorial looks as following:

This graphic is explained in the accompanying text

Objectives

By the end of this tutorial, you will be able to:

·         Create a Development Component (DC) for a Web Dynpro application and its associated development objects such as Web Dynpro Component, views and controllers.

·         Define navigation between views

·         Design a basic view layout

·         Define and map your contexts.

Prerequisites

·         A local instance of SAP NetWeaver Developer Studio is installed on your desktop

·         You have access to SAP Application Server Java

Procedure

...

       1.      Creating a Web Dynpro DC

       2.      Creating a Web Dynpro application

       3.      Creating the second view

       4.      Specifying navigation

       5.      Creating the Controller Context

       6.      Mapping Contexts

       7.      Creating actions and implementing navigation

       8.      Designing a view layout

       9.      Deploying and Running your application.

End of Content Area