cancel
Showing results for 
Search instead for 
Did you mean: 

Not possible to create SC from Catalog

Former Member
0 Kudos

Hello,

We are using Hubwoo catalog. When the user selects items from catalog then clicks on "Transfer Shopping Cart", a new session is opened rather than opening a new SC with selected items. The user is not able to create a shopping cart from catalog.

Could you please help me to find the issue origin?

Thanks,

Hazem.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hazem,

Check internet service configuration in SPRO -> SRM Server -> master data -> content management -> define external web services

In your catalog id you should have following parameters:

  1. URL to external web service (URL)
  2. username = <your_username> (fixed value)
  3. password = <your_password> (fixed value)
  4. catalog = <ID_of_catalog> (fixed value)
  5. server = <host> (fixed value)
  6. uilanguage = SY-LANGU (sap field)
  7. datalanguage = SY-LANGU (sap field)
  8. formatlanguage = SY-LANGU (or EN) (sap field)
  9. BYPASS_INB_HANDLER = X (fixed value)
  10. BYPASS_OUTB_HANDLER = X (fixed value)
  11. HOOK_URL = <empty> (return URL)
  12. ~target = _top (fixed value)
  13. ~caller = CTLG (fixed value)
  14. ~OkCode = ADDI (fixed value)

I think there's something wrong with te ~target value.

Regards,

Marcin

timea_geczi
Employee
Employee
0 Kudos

Hi Marcin,

This is the sample call structure of an SRM-MDM Catalog, but Hazem is using Hubwoo. For external catalogs the parameters might differ, e.g. "user" is used instead of "username", "language" is used instead of "uilanguage" etc. These parameter names have to be provided by the external catalog provider.

Regarding bypassing the inbound and outbound handlers, it can be a solution in some cases, but might also cause other issues. I would try to setup the call structure with and without the value 'X'.

Regards,

Timea

Answers (2)

Answers (2)

timea_geczi
Employee
Employee
0 Kudos

Hi Hazem,

What do you mean by "a new session is opened"? Do you get a blank screen or the first screen of the Shopping Cart creation transaction?

In the first case check SAP note 1511147 for Internet Explorer security settings, in the second case I would check if the data sent from the catalog are all valid. For this check the previous thread:

http://scn.sap.com/thread/3335567

Regards,

Timea

Former Member
0 Kudos

Hello Timea,

The problem is that the user get back to the SRM home page after he clicks on "Transfer shopping cart" button. I added an external breakpoint in the FM BBP_WS_IMPORT_SC_DATA but when i click to transfer items from catalog to shopping cart, it is not triggered and i am redirected to the home page.

Any help would be welcome.

Thanks

Former Member
0 Kudos

Hello Hazem,

Please let me know what type of error message you are getting give me the screen shorts.

1 select MDM-Catalaog

2 Select the ADD to cart

3 Go to check out

4 it will replicate in your shopping cart with line item MDM-Catalog

5 change the Account assignment

6 Select the Check Tab

7 Next and Order the shopping cart

Direct the PO will generate ....

Regards,

Devender Ratlavath,

Former Member
0 Kudos

Hi

Please check the Catalog Call Structure

Return URL,OK Code...

Regards

Trinath