cancel
Showing results for 
Search instead for 
Did you mean: 

iView in Frame

Former Member
0 Kudos

Hello!

I want to see one iView within another iView. That's why I'm using Isolated HTML Container (iFrame).

What srcUrl I must to fill, if both iView in one package and role?

Now I write

http://domain:50000/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fnrj....

Can I have relative url?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

If you want to show IView in IFrame you can use this URL:

http://<server>:<port>/irj/servlet/prt/portal/prtroot/<pcd address>

http://help.sap.com/saphelp_nw70/helpdata/EN/44/42c2ed81ce2152e10000000a114a6b/frameset.htm

The relative URL will be

/irj/servlet/prt/portal/prtroot/<pcd address>

Regards,

Praveen Gudapati

Former Member
0 Kudos

Thanks Praveen Gudapati !

Answers (0)