!--a11y-->
Part 3: Creating and Editing the
"DISPLAY” View 
Creating a view creates a new folder in the object list of the Web Dynpro component. A second view is now added to this folder.
1. To do this, select the Views folder in the object list and use the context menu to create an additional view called “DISPLAY”.
2. Switch to the Context tab page.
Now copy the context node data that you already created in the context of the SEARCH view to the context of the Display view:
3. To do this, open the context node of the Context root node of the new DISPLAy view, and choose Create Using Wizard ® Copy Nodes of Different Context.
4. In the View/Controller Name line of the following dialog box, use the input help to select the SEARCH view and confirm the dialog box.
5. In the following dialog box, the context of the SEARCH view is available for selecting a node. Select the DATA node by double-clicking on it.
6. Then select the Context root node of the DISPLAY view and choose the context menu entry Create ® Node.
7.
Create an
additional node called “flightS”, this time with the
cardinality
0..n.
8. Use the Create Using Wizard option of the context node again to define attributes from the SFLIGHT structure for this new node (see part 1, step 15). Choose the following fields: CARRID, CONNID, FLDATE, PRICE and PLANETYPE.
9. Save the view and switch to the Layout tab page.
10. In the RootUIElementContainer insert an element of type Table (context menu of RootUIElementContainer) and enter a suitable text for the table header: to do this, select the entry CAPTION_1 in the table’s element hierarchy and then enter the text in the text row of the properties table.
11. In the element hierarchy, select the element of type Table and open its context menu. Choose the entry Create Binding.....
12. On the following dialog, click on the Context button so that you can select the required node.
13. Choose the FLIGHTS context node and confirm this and the subsequent dialog. For each attribute of the context node, a column is created automatically in the table and the individual attribute was bound to the relevant column.
14. Use the context menu of each individual column to add a corresponding column header, and enter an appropriate header text for each of the headers in the properties table. Save the view.
The context attributes are now bound to the corresponding columns of the table in the layout. You must now make sure that the context of this view gets the corresponding data from the SFLIGHT database table when it is displayed. To do this, you need to maintain a cross-view context and also create the CARRID attribute there.
Continue with Part 4:Implementing the Data Transport.