cancel
Showing results for 
Search instead for 
Did you mean: 

URL navigate directly to Shopping Cart screen in SRM 7.0 in IE.

Former Member
0 Kudos

Hello guys

Now I develop one web dynpro application to show shopping cart infomation. when user click SC number, open new window to show SC detail.

I find shopping cart web dynpro component and build url like this

HTTP://xxxxx:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif?sap-wd-configId=/SAPSRM/WDAC_I_FPM_OIF_SC_PR...

I get error "Application was terminated; you can close the window".

Why it happened? I set CONFIGURATION ID and needed application parameters.

Any one colud provide solution?

Thks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You URL seems to be constructed fine. There are two things I would consider:

1. Change the character '/' in '....=/SAPSRM/WDAC....' to '%2f', so, '....=%2fSAPSRM%2fWDAC_....'. The '/' in the first portion of the URL is fine.

2. If 1) does not help, it is most likely because the application is looking for the underlying Enterprise Portal which SRM 7 is required to run on. It does not allow launching individual SRM document directly.

Former Member
0 Kudos

Jay, Thanks for your response.

I have try as your suggestion. But I got the same error. Maybe I should use OBN instead.