Entering content frame

Procedure documentation Go and Create: The First Application with Web Dynpro ABAP Locate the document in its SAP Library structure

Use

We will start by creating an elementary Web application. In the following Quickstart Guide, you will be introduced step by step to the basic concepts involved by implementing a simple application. The user interface for this Web Dynpro-based application will consist of only two Structure linkviews and will allow you to switch between them. The Structure linkcontext of the component controller and the contexts of the two view controllers are used to accept an input value from the first view, to pass it to the second view and to display it there. The aim of this exercise is to import a short text (such as a name) into the input field of the first view and to display it again in the second view. The exercise avoids the graphical design of the views involved; only those UI elements that are required for the logic are used. You can therefore use this exercise later to test independently the options that the Web Dynpro for ABAP provides, using additional UI elements and developing the available elements.

Below you will learn the individual steps, starting with creating the component to designing the user interfaces, maintaining contexts, implementing the necessary event handlers through to executing the application.

Note Your system contains the package SWDP_DEMO_TUTORIALS with a few example applications of differing complexity.

Prerequisites

As the individual steps are explained precisely, you do not require any previous knowledge to complete this tutorial. For more information about the Web Dynpro in general, see Structure linkWeb Dynpro.

Let’s go!

 

 

Leaving content frame