Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

OCI Form submit ..values not getting passed to IW32

former_member525004
Discoverer
0 Kudos

Hi guys! Need some advice on OCI

I've created a HTML which consumes an odata service to retrieve Material data(deployed in System B as BSP app. odata service is also from System B).

So basically System A(IW32..component tab, click on Catalog). HTML loads with odata from System B. When I click "Transfer to SAP", the values didnt get transferred back to IW32 of system A.


Am I missing anything? What should I put for "action" ? Also, here is the code for the submit part

$(document).ready(function() {   $("#btnSubmit").click(function() {     $("#frmbasket").submit();     });});

Thanks in advance!

1 REPLY 1

dominik-st
Participant
0 Kudos

Hi,

this is an old thread, but I had the same problem.
Did you check the field mapping?

The HTML-fields needs to be mapped to fields of structure RIHFCOM_XL (not RESBD, the SPRO documentation is a bit confusing)

Best regards
Dominik