cancel
Showing results for 
Search instead for 
Did you mean: 

Importing iView from NW to EP

Former Member
0 Kudos

Hi all!

I made a "Hello World" webdynpro project in nw and chose deploy and run, and the adresse for the application is:

http://<server_name>/webdynpro/dispatcher/local/myWebDynProProject/Helloapplication?SAPtestId=3

My question is... where can i find this in the portal?

Or do I have to import it? If I do where can I find the .par-file(.epa?)?

Regards,

Simon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Simon,

Deploy it in the server. then login to portal as administrator. Goto content administration-Portal content. right click. then new iview. you will have lot many standard iviews delivered by SAp. In that select webdynpro iview.

For integrating webdynpro iview to portal u need to create a system. for that refer the following link. It clearly explains that.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/po... integration of web dynpro applications.pdf

Regards

Rajeev.

Do award points for helpful answers in SDN

Answers (2)

Answers (2)

detlev_beutner
Active Contributor
0 Kudos

Hi Simon,

just an additional documentation link: http://help.sap.com/saphelp_nw04/helpdata/en/fb/d0673f19299d51e10000000a114084/frameset.htm

Hope it helps

Detlev

Former Member
0 Kudos

Hi Rajeev,

Thanks for quick reply! That link was great! solved my problem. Forgot the "local/..." in NameSpace value of iView!

Hi Pravesh,

Helpful as always:) Useful tips! I found the file one the local drive, thanks!

Hi Detlev,

I'll check the link later to see if there is any additional info on it:)

Thanks all!

Regards

Simon

PS: you will all be rewarded with points!

pravesh_verma
Active Contributor
0 Kudos

Hi Simon,

<b>Ques 1) My question is... where can i find this in the portal?</b>

<b>Ans:</b> When you deploy and run the Web Dynpro project it is displayed in the browser directly. It is not in the portal. But yes that is deployed on the Server. If you want to see the deployed webDynpro file then go to:

<b><your_Installation_Directory>\usr\sap\P66\JC00\j2ee\cluster\server0\apps\local</b>

Here the deployed Webdynpro file be in the form of .wda(Webdynpro Archives) in the corresponding application folder. There will be a folder of the name of your application.

<b>Ques 2) Or do I have to import it?</b>

<b>Ans:</b> No you dont have to import the WebDynpro project. As Rajeev has suggested if you want you can create the Webdynpro iView or just create a URL iView even that will work.

<b>Ques 3) If I do where can I find the .par-file(.epa?)?</b>

<b>Ans:</b> Yes there is one .ear file is created on your local system. But for that you have <b>Create Archive</b> of that project. This is the option which comes when you right click the Project.

Go to the following path:

C:\Documents and Settings\<i>praveshv(this is for me:))</i>\Documents\SAP\workspace\Your_Application

Here that .ear file will be located.

I hope this helps you.

Regards

Pravesh

PS: Please consider rewarding points.