cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing iviews or pages

Former Member
0 Kudos

hi all,

my scenario goes like this.

In portal server A (EP 7.0)i have some iviews and pages. From portal server B (EP 6.0)i have to access these iviews and pages. I am using AppIntegrator for this. I am able to login to the portal A with the help of single sign on, but when i gave the generic iview url as

http://serverA:80/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fPracticeI!2fGeneric_lead

it gives me the exception as Access denied.

i want to know whether there is a definite URL for an iview or page to access it outside from portal??

Also if there is another possible method other than appintegrator suggest me.

Thanks and Regards,

Purushothaman.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check up the pcd property of the iview or page.

It should have the syntax

pcd:xyz

Replace pcd: with ROLES://

and use the url in the syntax described below.

http://myServer:50000/irj/

portal?NavigationTarget=ROLES://portal_content/Folder/page

This way you should be able to use the iview url from another iview or page.

Regards,

Harish

(Please award points for helpful answers)

Former Member
0 Kudos

Hi Harish,

Thanks for your reply.

Its working fine but the thing is I want only the iview to be displayed not the TLN,Masthead,Toolarea,etc.

Kindly help me in this regard.

Thanks and Regards,

Purushothaman.

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Hi Purushothaman,

I think we dealt with this in another thread, but:

Use the syntax: http://server:port/irj/servlet/prt/portal/prtroot/pcd:!3aportal_content!2fmyfolder .....

If you want the user to see it without logging in, you must change the authentication to anonymous and the permissions to Everyone (end-user).

Hope this helps.

Daniel

Former Member
0 Kudos

hi Daniel,

Sorry for late reply. Thanks a lot. It's working fine. Thanks a lot once again.

Regards,

Purushothaman.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You will have to define that when you are opening the Iview in another window.

Check this up and see if it helps

http://help.sap.com/saphelp_nw2004s/helpdata/en/26/71c74030308431e10000000a1550b0/frameset.htm

You will have to set the mode suitably while opening up.

If you are using javascript window.open , check up if this link helps.

http://www.javascript-coder.com/window-popup/javascript-window-open.phtml

Regards,

Harish

(Please award points for helpful answers)