Skip to Content
0
Former Member
Nov 04, 2008 at 09:35 AM

SRM 6.0 Shop Url gets truncated

107 Views

Hi

I'm setting up SRM 6.0 for the portal, but I have at problem.

When i have added items to the shopping cart in the shop, I check it out. The problem is, when I click transfer, and the portal should get me back to the shop. I am getting an error "No Desktop Available.....". I can see that the target_url in form, where the catalog is show, is truncated.

Here is the result from the call:

"http://sap.mycompany.com/sap/sapsrm/catalog_decoder?RETURN_TARGET=_parent&TARGET_URL=http://portal.mycompany.com/irj/portal?navigationtarget=roles://portal_content/com.sap.pct/specialist/com.sap.pct.srm.srm60/com.sap.pct.srm.roles/com."

As you see the url stops after com.

What it should have looked like is:

"http://sap.mycompany.com/sap/sapsrm/catalog_decoder?RETURN_TARGET=_parent&TARGET_URL=http://portal.mycompany.com/irj/portal?navigationtarget=roles://portal_content/com.sap.pct/specialist/com.sap.pct.srm.srm60/com.sap.pct.srm.roles/com.sap.pct.srm.ro_employeeselfservice/com.sap.pct.srm.ws_employeeselfservices/com.sap.pct.srm.e_overview/com.sap.pct.srm.ws_goshopping/com.sap.pct.srm.iv_shop&NavMode=3&UsePost=true&SAPSRM_RESUME_ID=SAP_OCI"

And finally in the sourcecode for the form is:

"HTTP://sap.mycompany.com/sap/sapsrm/catalog_decoder?RETURN_TARGET=_parent&TARGET_URL=http%3a%2f%2fportal%2emycompany%2ecom%2firj%2fportal%3fNavigationTarget%3dpcd%3aportal_content

%2fcom%2esap%2epct%2fspecialist%2fcom%2esap%2epct%2esrm%2esrm60%2fcom%2esap%2epct%2esrm

%2eroles%2fcom%2esap%2epct%2esrm%2ero_employeeselfservice%2fcom%2esap%2epct%2esrm%2e

ws_employeeselfservices%2fcom%2esap%2epct%2esrm%2ee_overview%2fcom%2esap%2epct%2esrm%2e

ws_goshopping%2fcom%2esap%2epct%2esrm%2eiv_shop%26NavMode%3d3%26UsePost%3dTrue%26

SAPSRM_RESUME_ID%3dSAPSRM_OCI"

I the sourcecode you can see, that the url is completed, with all parameters and so on.

My portal is:

Netweaver 7.00 SP 15.

Hope you can help me

/Kim