cancel
Showing results for 
Search instead for 
Did you mean: 

Punchout catalog settings

Former Member
0 Kudos

Hi all,

We are setting up a new punchout catalogue in SRM and have defined the web services for the same in customization. We have kept the return URL empty and vendor's site is an HTTPS site.

Now when we are doing shopping, it is calling the vendor's site with all the user credentials and returning the inbound data of the purchased items from vendor's site. This data ideally should create the SC in SRM but it is directing to SRM home page.

The reason I could find out is that it is returning the inbound data on HTTP site rather than HTTPS. Can anyone please let me know if there is any setup needed for defining the return URL as HTTPS. SAP recommends that the return URL parameter in web services settings in SRM should be blank and we are following it. Then where is the GAP??

Regards,

Patrick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Luca,

I already have these parameters set in my customization settings in SRM.

I am searching if there is any additional setup needed for calling HTTPS vendor catalogue.

Regards,

Patrick

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

What is the protocol for SRM server? http or https?

Please check the "returntarget" parameter and "HOOK_URL" parameter using httpWatch or other http log tool.

[/people/masayuki.sekihara/blog/2007/12/07/oci-open-catalog-interface-setting-and-trouble-shooting|/people/masayuki.sekihara/blog/2007/12/07/oci-open-catalog-interface-setting-and-trouble-shooting]

Regards,

Masa

Former Member
0 Kudos

Patrick

It's important that you define the HOOK_URL as "Return URL" in the catalog call structure and define

~OkCode --> ADDI --> fixed value

~target --> _top --> fixed value

~caller --> CTLG --> fixed value

Turn on the error log in the customizing for your catalog, so you're able to see the erros in SLG1 (filter BBP_OCI)

Luca