cancel
Showing results for 
Search instead for 
Did you mean: 

finding a direct URL in the pcd

Former Member
0 Kudos

Hi,

We have just migrated from EP5 SP6 to EP6 SP14. We used to be able to navigate directly to a place in the portal using the following URL.

HTTP://SAPPRT1.CORP.OGE.COM/SAPPORTAL/?NAVIGATIONTARGET=/GLOBAL/SERVICES/SERVICE-IVIEWS/LOCAL/CORP.A...

I know the PCD location which is portal_content/com.sap.portal.migrated/ep_5.0/worksets/corp.all.wkst.Corporate/Corporate/B2B_Procurement_2/Requisition/ApproveRequisitions, but how do I find what the navigation URL would be?

Any help is greatly appreciated.

Regards,

Rick Taylor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rick,

If you want to find the url of an iView (which is under some PCD location) You can try to run the iView.

Login to the portal->Go to Content Administration->Portal Content->Creat a iView->Right click the iView ->click preview item.->iView will be opened in a seperate window->there you can find the url.

If you need something else let me know.

Regards,

Karthick

Former Member
0 Kudos

Hi Karthick,

Thanks for the quick answer. Once I preview the iView, where will I find the URL?

Thanks again.

Regards,

Rick T.

Former Member
0 Kudos

Hi,

In that new browser address bar you can find the url of that iView.

If this answer doesn't suit you,let me know.I'll try to give some more input.

Regards,

Karthick

Former Member
0 Kudos

Hi again Karthick,

I clicked view source and it is below listed. However, I know where it is located in the pcd, but do not see the url. Thanks again for your help. Can you point me to the exact url for "approverequisitions"?

Thanks,

Rick

<html><head><LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/OGETHEME/glbl/glbl_ie6.css?6.0.14.0.15">

<LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/OGETHEME/ur/ur_bdy_prtl_ie6.css?6.0.14.0.15">

<LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/OGETHEME/prtl_std/prtl_std_ie6.css?6.0.14.0.15">

<!-- EPCF: BOB Core -->

<META http-equiv="Content-Script-Type" content="text/javascript">

<SCRIPT src="/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?6.0723"></SCRIPT>

<SCRIPT>

<!--

EPCM.relaxDocumentDomain();

EPCM.init( );

EPCM.DSM.init( );

function SAPWP_receiveSessInfo( sessInfo, frameRef ){

EPCM.DSM.processSession( sessInfo, frameRef );

}

//-->

</SCRIPT>

<!-- EPCF: EOB Core -->

<!-- HTML Business for Java, 60NW_VAL_REL, 160652, Wed Sep 21 03:20:56 CDT 2005 -->

<!-- HTMLB: begin VARS -->

<script language="JavaScript">

ur_system = ;

</script>

<!-- HTMLB: end VARS -->

<title >SAP Enterprise Portal 6.0</title><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"></head><body class="prtlBody urFontBaseFam urScrl">

<!-- EPCF: Component com.sap.portal.appintegrator.sap.bwc.Transaction, diflmbgdgfbdcaocjplhmbaldnoghhcg -->

<!-- SAPApplication.pcd:portal_content/com.sap.portal.migrated/ep_5.0/services/local/corp.all.ext.ApproveRequisitions -->

<!-- EPCF: Component com.sap.portal.appintegrator.sap.Transaction, opcioamkjappnffmngmfbdaldnoghhcg -->

<script>

<!--

function hasNestedFrameStructure() {

try {

return (parent != window) && (parent.EPCM != null);

} catch(e) {

return false; // access denied!

}

}

//-->

</script>

<!-- Session Mangement Check -->

<!-- HTTPRenderLayer_GETRedirect_js::Begin -->

<div><iframe id="iframe_GETRedirect_9223372036412393107" name="iframe_GETRedirect_9223372036412393107"

src="/irj/portalapps/com.sap.portal.appintegrator\images\dummy.gif"

width="100%" height="100%"

style="visibility: hidden;"

marginheight="0" border="0" frameborder="no">

</iframe></div>

<script>

<!--

function requestTargetURL() {

var theURL = "http://sbrsitsp.corp.oge.com:83/scripts/wgate/webgui/!?transaction=ME55&client=010&language=en&accessibility=0";

var dsmObj;

if (hasNestedFrameStructure()) {

location.replace(theURL);

dsmObj = parent.EPCM.DSM;

} else {

document.body.scroll = "no"; // for IE only

var theIframe = document.getElementById("iframe_GETRedirect_9223372036412393107");

theIframe.style.visibility = "visible";

theIframe.src = theURL;

dsmObj = EPCM.DSM;

document.title = 'VRB_com.sap.portal.pcm.Title';

}

}

function onloadhandler(){

setTimeout("requestTargetURL()",1);

}

//-->

</script>

<script>

<!--

EPCM.subscribeEvent("urn:com.sapportals.portal:browser","load",onloadhandler);

//-->

</script>

<!-- HTTPRenderLayer_GETRedirect_js::End -->

<!-- EPCF: BOB BODY -->

<DIV style="DISPLAY:none">

<FORM name="DSMSender28fa2de0b8b5d3e0ba843f0b3de67717" action="" method="POST" target="" >

<input type="hidden" name="TermString">

<input type="hidden" name="SerPropString">

<input type="hidden" name="SerKeyString">

<input type="hidden" name="LogoffMode">

<input type="hidden" name="Autoclose">

<input type="hidden" name="LogTerm">

</FORM>

</DIV>

<!-- EPCF: EOB BODY -->

</body></html>

Former Member
0 Kudos

Hi Karthick,

That resolved my problem. I awarded the all possible points.

Thank you very much!

Regards,

Rick

Answers (1)

Answers (1)

Former Member
0 Kudos

Rick,

For a Page/iView, you can set the option "Open in New Window" to be true (with content admin).

Now, just navigate to the page or iview, from the tray options, open it in new window, now you will see the URL.

From preview, you will not be able to see URL.

--

Dileep