on 2010 Jul 23 9:47 AM
Hi Friends,
We are planning 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
Request clarification before answering.
Hi,
Your WebDynpro Application does not define the HOOK_URL, the HOOK_URL is generated based on the concatonation of parameters present in the catalog call structure - the OCI interface expects return data in the HTML (or XML) format where it is interpreted in Function WSI_IMPORT_DATA.
Why are you intending to use a Custom Catalog creation when SRM-MDM 3.0 is available with SRM 7.0 and so many already existing OCI Compliant External Catalogs are available?
Regards,
Jason
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.