Entering content frame

Background documentation Declarative Development of a View Locate the document in its SAP Library structure

In the following sections, we will look at the declarative development steps that are required for including the two views Form and EmailEditor in the form sample application.

·        Definition of two data types of the type Simple Type in the Java Dictionary:  In the Java Dictionary, first define two data types of the type Simple Type with the names Name and Birthday. When you have done this, you will be able to type their vaue attributes accordingly in the controller context of the Form view.

·        Declarative development of the two views Form and EMailEditor: In these sections, you declare the controller context of the views, structure the layout of the two views in the Designer view of the Web Dynpro tools, and declare different actions in order to bind the appropriate UI results to the said views.

This graphic is explained in the accompanying text

The procedure for declarative view development demands basic knowledge of working with the Web Dynpro tools as well as knowledge of the architecture and the programming model for Web Dynpro applications. For more details on this, refer to the sections Creating a Simple Web Dynpro Application or Creating an Enhanced Web Dynpro Application, or take a look at the documentation on the Web Dynpro Tools.

This graphic is explained in the accompanying text  First, declare the two data types Name and Birthday in the Java Dictionary.

  

  

 

Leaving content frame