cancel
Showing results for 
Search instead for 
Did you mean: 

Create a URL to a Portal application from Web dynppro

Former Member
0 Kudos

Hello,

I am looking for the way to create a URL to the uploaded par application in the portal from WebDynpro App.

I know we can get the URL to a par application using ...

componentRequest.getURL("someParApp.default").

Are there any way to do the same thing from WebDynpro app?

Thanks & Regards,

Nash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you please refer to the tutorial, Inter Application Navigation in Web Dynpro home page in SDN. That might give you some idea of constructing a URL for target application. The link to the PDF file is : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/inter-app... in web dynpro.pdf

Hope it helps....

Best Regards,

Vishnu Prasad Hegde

Former Member
0 Kudos

Hi,

I got my par component wrapped with iView and it works now.

Maybe It's not possible without creating iView from par file to navigate to par component directly from WebDynpro ...

Thanks,

Nash

Former Member
0 Kudos

Hi,

to navigate to another portal component you have to use the portal page navigation. Therefore you have to create an iView for your portal component. You can adress this iView then using the portal page navigation.

There will be a detailed article about the page navigation within a Web Dynpro application coming soon.

It is no good idea to create URL directly to portal components.

Best regards

Jochen

Former Member
0 Kudos

Hi Jochen,

Thanks for your assistence.

You're right.

It was possible to create the URL to par directly on EP5.

So I thought we could do that on EP6 too.

Regards,

Nash

Answers (0)