cancel
Showing results for 
Search instead for 
Did you mean: 

Returning OCI hook_url to SRM shopping cart in Webdynpro ABAP

Former Member
0 Kudos

Hi Friends,

We are planning to use OCI external catalog for adding items to the shopping cart. I am creating WDA application which will act as the external catalog.

In my application I am able to read the Hook_url and other parameters of the OCI configured. I got stuck in returning the hook_url by posting the html page back to SRM shopping cart which should be like below.

<HTML>

<HEAD>

SAP Open Catalog Interface: HTML - Example

<BODY bgcolor="#DED6C2">

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

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

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

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

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

<input type="hidden" name="NEW_ITEM-EXT_QUOTE_ITEM[2]" value = "">

<input type="hidden" name="NEW_ITEM-EXT_PRODUCT_ID[2]" value = "">

</FORM>

</BODY>

</HTML>

Is this acheivable using webdynpro ABAP? If so how we can do this?

Thanks in advance.

Regards,

Prabhuraj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos