Start of Content Area

Procedure documentation Importing the Project Template Locate the document in its SAP Library structure

Use

So that you can continue with the tutorial, the SAP Developer Network (SDN) provides:

·        The project template TutWD_Table_Init  (the starting point for this tutorial)

·        The Web Dynpro project TutWD_Table, which corresponds to the result at the end of this tutorial

·        The text of this tutorial as PDF file

Prerequisites

·        You have access to the SAP Developer Network.

·        You have installed the SAP NetWeaver Developer Studio.

Procedure

...

       1.      Log on to the SAP Developer Network through URL http://sdn.sap.com. If you do not have a user ID, you must register before you can proceed.

       2.      Choose Home ® Developer Areas ® Web Application Server ® Web Dynpro and then Code Samples ® Sample Applications and Tutorials.

       3.      Download the zip file TutWD_Table_Init.zip containing the project template TutWD_Table_Init and save the zip file to any directory on your local hard disk or directly in the work area of the SAP NetWeaver Developer Studio.

       4.      Unpack the content of the ZIP file TutWD_Table_Init.zip.

       5.      Start the SAP NetWeaver Developer Studio.

       6.      Import the Web Dynpro project TutWD_Table_Init

                            a.      In the menu, choose File à Import

                            b.      In the next window, choose Existing Project into Workspace and click Next to confirm.

                            c.      Choose Browse, open the folder in which you unpacked the project TutWD_Approval_Init, and select the project.

                            d.      Confirm by choosing Finish

Result

Now you can open the following structure of the project TutWD_Table_Init in the Web Dynpro Explorer.

Web Dynpro Project Structure

This graphic is explained in the accompanying text Web Dynpro Project: TutWD_Table_Init

       This graphic is explained in the accompanying text Web Dynpro Application: TableApp

       This graphic is explained in the accompanying text Web Dynpro Component: TableComp

      This graphic is explained in the accompanying text   Viewset: MasterDetail

                  The required views are embedded in the MasterDetail viewset.

                  This graphic is explained in the accompanying text

            This graphic is explained in the accompanying text   View: TableCompBasketView

                  This view is provided for displaying the table with the products.

                  This graphic is explained in the accompanying text   View: TableCompDetailView

                  This view is provided for displaying the detailed data of a selected product.

                  This graphic is explained in the accompanying text  Window: TableTutorialWindow

                  In the window, both views are embedded as view set.

Note

The Web Dynpro project TutWD_Table_Init can already be run in the Web browser, but no content is displayed yet on the user interface.

Next Step:

Creating the Component Controller Contexts

 

 

 

End of Content Area