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

HTML code to ABAP in WD for OCI

Former Member
0 Likes
139

Hello All,

How can I convert the below code in ABAP. The example below is what needs to be generated by the catalog engine, after the user is done with picking items in his shopping basket. But, this code is in ITS in HTML format and I need to accomplish similar task in ABAP. Kindly let me know how can I do this in ABAP.

<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 = "">

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

</FORM>

</BODY>

</HTML>

Thks & Rgds,

Hemal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Try to make use of class CL_HTTP_CLIENT.