cancel
Showing results for 
Search instead for 
Did you mean: 

NW04s - iView Development with Web Dynpro

Former Member
0 Kudos

I am having some problems integrating WD and the portal, and would appreciate some suggestions...

I created a simple Web Dypro (Java) application, with one view in the application window. In that view, I placed 2 ViewContainerUIElements, and in each element I embedded a View. Then I compiled, built and deployed the WD application.

In the Portal (in Portal Content), I click New -> iView, and then select "Web Dynpro Java application". In the next frame, I choose "Create one iView from each application view". In the next frame, I drill down as far as possible to my application, but it never displays something that I am able to select and then click "Next". I always get the message, "Select at least one application view to continue.".

Has anyone else encountered this problem? What am I doing wrong?

Thanks in advance,

Walter

P.S. If, in the "iView Type" wizard pane, I choose "Create a single full-page iView", then I am able to proceed from the next window.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Refer this :

<a href="http://http://help.sap.com/saphelp_nw04/helpdata/en/21/82a9058fa8de46b1ba7522289345b2/frameset.htm">Portal Integration of Web Dynpro</a>

and make sure that you are entering the application that you created in Web Dynpro as Application Name and

WebDynproNameSpace as local/<ProjectName>

<ProjectName> is the same as the project that you created in Web Dynpro

Regards,

Subramanian V.

Former Member
0 Kudos

Hi Subramanian,

Thank you for the link, but you have not related to my question at all. The link you provided IS the documentation I am using to try to achieve my aim.

Please read my question and try to answer it, if you can..

Thanks,

Walter

former_member188498
Active Participant
0 Kudos

Hi Walter,

have you found a solution?

I am having the same problem.

Regards,

Ladislav

Former Member
0 Kudos

Hi Ladislav,

In your Web Dynpro do the following:

Under the "Applications", double-click your application. The properties window for the application will open.

Now click the "Application properties" tab.

Enter the following two properties:

1) <b>sap.authentication</b> : Value = <b>true</b>

2) <b>sap.canBeSplitInIViews</b> : Value = <b>true</b>

Now redeploy the project to your Web AS server, and everything should work.

Walter

Former Member
0 Kudos

Walter,

Ladislav question reminds me why it is recommended to mark thread as "Solved on my own" and provide brief followup

You've just provided a followup, now please close the thread.

VS

former_member188498
Active Participant
0 Kudos

Thanks very much

Ladislav