cancel
Showing results for 
Search instead for 
Did you mean: 

how to refer PCD path of portal i view from webdynpro application

Former Member
0 Kudos

Hi

My Question is

I want refer a Portal i view(its PCD path) from webdynpro application.

I am not able figure out how to do that. anyone please help me with this.

Thanx

keerthi

Accepted Solutions (0)

Answers (2)

Answers (2)

MG3
Contributor
0 Kudos

Hi keerthi

Go to the Portal, click on the View that you want to refer to from your webdynpro application and check the PCD Location property for this iView.

Copy this value, prefix <b>'ROLES://'</b> and use that link in your webdynbpro application as follows:

WDPortalNavigation.navigateAbsolute("ROLES://portal_content/EPTr/com.sap.testing/com.sap.Admin_role/com.sap.Order/com.sap.Test_page", + other parameters)

I had used this to navigate from webdynpro application uploaded in the portal to another page in the portal.

Check if it works in the scenario that you want.

Hope it helps.

Manoj

Former Member
0 Kudos

Hi Manoj

I used the same method but its working fine when I use,

(URL,NAvigation Mode, History Mode,Buss params).

But when I am trying to use windowfeatures, target url

its not working.I used the exact syantx (Url,mode,string,string,mode,String,String,String) its not working. can u tell me how to use this one exactly

Regards

keerthi

Former Member
0 Kudos

Keerthi,

Check your mail..I will send you some docs..

//

Raj.