!--a11y-->
Creating a Web Dynpro-Based iView 
You can define your Web Dynpro iViews using the standard Web Dynpro iView template, SAP Web Dynpro iView, or the newly-created Web Dynpro iView template as follows.
...
1. In the portal, navigate to Content Administration ® Portal Content. The Portal Content Studio is opened.
2. In the Portal Catalog, select the folder you defined previously, which should contain your new Web Dynpro-Based iView.
3. To select New iView use the context menu.
4. The iView wizard appears on the right. Select the appropriate standard iView template SAP Web Dynpro iView.
5. Choose Next.
6. On the next screen define the iView Name and the iView ID of the iView. The name is used as the title for the iView. The key is the technical name and the iView ID prefix can be used to define your own namespace.
7. Choose iView.
8. Choose Next.
9. To specify the application variant select the definition type ABAP or Java.
10. On the next screen you have to define the Web Dynpro-specific application parameters:
a.
System
Choose the system
alias you want to use for your Web Dynpro application from the dropdown
listbox. You have to create a system alias for each J2EE Engine first before
you can run a Web Dynpro application on it. How to create a system and a
system alias is described in detail earlier in Define a
system.
b.
Namespace
You have to
define the development component containing your Web Dynpro application.
If you are working locally without the DTR you have to define the Web
Dynpro project used here. Make sure that both a development component and a
Web Dynpro project contain the vendor name. For example, the following are
possible values: sap.com/tc~wd~tools for a development component or
local/MyWebDynproProject for a Web Dynpro project. For example in the “Creating a Simple Web Dynpro Application“ the project is called
local/WebDynpro_Basics.
Note: The specified name of the development component is the same as displayed
in the J2EE Engine console using the LIST_APP command or as used in the Web
Dynpro application URL.
c.
Application
Name
The application
name is the name of the Web Dynpro application, for example
WelcomeApplication.
d.
Application
Parameters
If your Web
Dynpro application has startup parameters you can define specific values for
this iView. Imagine you have two parameters parameter1 and parameter2. In this case you could
define the following application parameter string: parameter1=value1¶meter2=value2.
11. After defining the Web Dynpro-specific parameters the next wizard screen is displayed, which allows you to define the standard iView parameters. If you use the standard Web Dynpro iView template your Web Dynpro iView uses automatic resizing. If you want to define a fixed height or a full-screen iView you have to adjust this parameter.
12. Choose Finish.
You can now use your Web Dynpro iView in the same way as any other iView, i.e. you can add the iView to pages, worksets or roles.
To preview the Web Dynpro application, choose the button Preview in the Portal Content Studio.
