cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating OCI in Webdynpro ABAP

Former Member
0 Likes
428

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

View Entire Topic
jason_boggans
Product and Topic Expert
Product and Topic Expert
0 Likes

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