cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 6.0 Shop Url gets truncated

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

IE 7.0 does not support url character length more than 2083 characters, however you url is not more than 500 character, please check the possiblity of creating an Alias url.

Former Member
0 Kudos

The problem were the Iview. In stead of using the Iview.ID I used the short URL for the iview and that worked.

former_member183819
Active Contributor
0 Kudos

Hi Kim,

Did you check TWPURLSVR table entry in SRM server.

Since this table is incharge of URL in SRM server.

Can you elobarate your problem please?

regards

Muthu