cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass multiple items in Adobe forms to a Webservice

Former Member
0 Kudos

Hello, all.

I'm trying to create Interactive Form to create a sales order in R/3.

Please somebody tell me how to pass the multiple line item data to the Webservice.

For example, the Webservice I'm using was generated from BAPI_SALESORDER_CREATEFORMDAT2.

The BAPI has tables for item data in sales order.

However, when I create the form with table for item data, the only last line of the table is passed to the Webservice.

How can I create Adobe forms to pass multiple line item to the Webservice.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have worked on the same application for the creation sales order and has used the same BAPI.

You should first extract the data from the table node through the method "get_static_attributes_table" and take all the result into a table of type same as element of that particular node.

Now pass the data from this table into the internal table of type as mentioned in the BAPI using work area.

And pass this table to BAPI.

This will work .

Regards,

Shruti

Former Member
0 Kudos

Hello,

could you share an example?

Also, I would like to know if you faced security issues and how you overcame them.

Can I user UserId/PW combination for a webservice call from an Adobe Interactive Form?

Thanks,

Michael