cancel
Showing results for 
Search instead for 
Did you mean: 

External Catalog integration with SAP

Former Member
0 Kudos

Apologies if its the wrong forum.

Can anyone advise or give a few pointers as to how I can integrate an external catalog with SAP using an OCI format?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Pls refer the foll link:

http://help.sap.com/saphelp_srm50/helpdata/en/7f/9b62405c910272e10000000a155106/frameset.htm

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Thank you for your response, i'll explain the problem in more detail.

I have been tasked with integrating our website with another companies SAP system. We have set up a website portal is acting as the external catalog.

A staff member from the other company logs on to website portal.

They select items they want.

Items are placed in a the basket on our website.

User clicks checkout and the basket status goes into hold.

The details are also passed back to SAP.

SAP uses an OCI format.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello , the doc for OCI is available at https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/97abb390-0201-0010-718f-d6a...

All you have to do is to keep trace of the parameter HOOK_URL that will be passed by SRM to your application, the application will allow the user to navigate and add items to the shopping cart, on the check-out page you will have to create an html form that submit the informations in the NEW_ITEM table the action field of the form have to be what was passed to your application in HOOK_URL .

Regards, Luciano

Former Member
0 Kudos

Excellent, that really helps.

I've been throught the OCI documentation and am under the impression that the HOOK_URL should be left blank.

The checkout button has been modified and upoon clicking on it, it will go to the following page, populating the hidden fields.

Is this the correct way?

<form action="<%=Request.QueryString("HOOK_URL")>" method=post target=_top >


<input type="hidden" name="NEW_ITEM-DESCRIPTION[1]" value = "" >

<input type="hidden" name="NEW_ITEM-QUANTITY[1]" value = "" >

<input type="hidden" name="NEW_ITEM-UNIT[1]" value = "" >

<input type="submit" value="Transfer Items to basket" name=submit1>

Former Member
0 Kudos

Any one want to help on this?

You'll go home all happy with the knowledge that you've made someones weekend