cancel
Showing results for 
Search instead for 
Did you mean: 

OCI - SAPEVENT:POST

Former Member
0 Kudos
1,652

Hi all,

I have a custom built webshop that supports OCI, currently we have a dozen or so clients using the punchout without issue but.. I have one client, on checking out from the webshop the system fails. They are using SAP and posting in the hook_url sapevent:post.

I believe sapevent:post is for the SAP HTML browser and that it is not part of the OCI standard, correct me if I'm wrong.

How do I instruct the client on how to turn off submitting the hook_url as a sapevent:post but instead to generate a full qualified url?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

laurent_burtaire
Active Contributor
0 Kudos

Hello Martin,

do not understand you problem. You tell us "we have a dozen or so clients using the punchout without issue".

So for them, first and blank parameter for URL catalog provider is populated with Type parameter being 'URL'.

And for your customer with issue, you tell us "The only other difference I can see from the wiki compared to the clients call structure is the parameter name for the URL (Type) is set to URL, would this effect the call structure?".

I let you deduce the conclusion.

Regards.

Laurent.

Former Member
0 Kudos

HI Laurent,

Thank you for your comment, sadly this didn't work. I've asked the client to configure the call structure to the bare minimum, URL, username, password, HOOK_URL, ~OkCode, ~caller and ~target. The same issue is present, the HOOK_URL contains sapevent:post and on checkout the site freezes.

Any help you could provide would be greatly appeciated.

Kind regards,

Martyn

laurent_burtaire
Active Contributor
0 Kudos

Hello Martyn,

check what's happened for HOOK_URL when you call the catalog in method /SAPSRM/IF_CH_WD_NAVI_SERV~LAUNCH_CATALOG from class /SAPSRM/CL_CH_WD_NAVI_SERV.

Also check if you have different process with BYPASS_INB_HANDLER active or not.

Regards.

Laurent.

timea_geczi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The HOOK_URL parameter has to be saved in SAP as blank and should be filled during the catalog call. You can also check this wiki page about the necessary call structure parameters in SAP:

https://wiki.scn.sap.com/wiki/x/GYM8Fg

I hope this helps.

Regards,

Timea

Former Member
0 Kudos

Hi Timea,

Thanks for the reply, their HOOK_URL parameter is blank and the issue is still persisting. The only other difference I can see from the wiki compared to the clients call structure is the parameter name for the URL (Type) is set to URL, would this effect the call structure? Could it be anything else?

Thanks.