cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle Adobe Form - Dynamic Tables.

Former Member
0 Kudos

Experts:

I am new to Web DynPro for ABAP and Adobe Interactive forms.

I have created a Adobe form with dynamic table. When I submit the form, WD4A is able to read only the first row of the table. Other rows are getting lost.

I thought just binding with the context will trasfer data from Adobe to WD4A. But it is not happending.

Do I need to write any code in WD4A and any script in Adobe Designer?

Can any one send me a sample code (ABAP and JavaScript). Even link to that will be very useful.

Thanks,

Vijai

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Does the cardinality on the Web Dynpro Context allow for multiple rows - 1:n or 0:n ? This should work if the context cardinality is correct.

Former Member
0 Kudos

Thomas:

My context is as follows.

<CHANGING>

<REQUISITION_ITEMS>

<ELEMENT..1>

<ELEMENT..2>

<ELEMENT..3>

The cardinality of <CHANGING> node is 1..1 and the cardinality of <Requisition_items> is 1..n.

Thanks

Vijai