cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Added rows in a Table are not being saved

Former Member
0 Kudos

Hello,

I have an Adobe Interactive for whose dataSource is a BAPI. In this form, I have a table where users can dynamically add rows as they desire, and this works fine.

The code that I use to dynamically add rows to table is following:

xfa.form.<Bapi_Name>.Page2.Table1.Row1.instanceManager.addInstance(true);

<b>The problem is that the additional rows that the user dynamically adds are not being saved!! When the form is closed, and reopened, the rows that the user had dynamically added disappear! **Note that if I take out the dataSource for the Adobe form, then all works well !</b>

I am using Adobe Interactive forms in WebDynpro Java.

Is there any way to resolve this issue? Any help on this would be much appreciated.

Thanks,

Rob.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rob,

If you are talking of adding rows, using the new rows in the Context to call the BAPI, then know that this is currently not supported in WD Java as the context is not updated with new elements when you add rows using the instance manager in the script.

A note that will be of interest for you here is 1090464

Pavan