cancel
Showing results for 
Search instead for 
Did you mean: 

SAP interactive adobe form saving only first row of the dynamic table.

former_member203117
Active Participant
0 Kudos

Dear Team,

I have a interactive sap adobe form with a dynamic table. The dynamic table adds a row when I press on an "ADD" button. After I fill the rows with data and try to save the adobe form on my desktop and then open it only the first row is saved and all my other rows are not saved.

Can anyone please help me understanding where I'm going wrong.

Regards,

Tushar.

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

Here is your answer...from an old blog I did...

Answers (3)

Answers (3)

Former Member
0 Kudos

It happened to me a few days ago...

try 'playing' with the forms properties (version, caching...) thats what helped in my case - after to much changings there I can't tell what finaly helped.

In the LifeCycle tool bar choose edit-->Form Properties

it will open a popup with tabs look around there and see what can help you there.

in a different problem the following steps helped

http://scn.sap.com/docs/DOC-45020

Shai

diego_santos
Employee
Employee
0 Kudos

Hi Tushar,

I'm assuming that you are using WebDypro ABAP to create an online form.

Please note that dynamic tables won't work on WebDynpro ABAP prior to NetWeaver 7.02.

After NW7.02 WD ABAP support Adobe Forms dynamic tables.

SAP Note 1098009.

  •   SAP Interactive Forms by Adobe
    • Web Dynpro ABAP does NOT support dynamic tables in forms.

Workaround:

Create as many as possible empty tables set as "Hidden".

Each action of "ADD" button will "Display" X tables = click events.

Create this code will be create on Adobe Forms Events.

Regards,

Diego

rakesh_m2
Contributor
0 Kudos

Hi Tushar,

I guess, you are filling the 'FILLABLE' parameter with 'X' while generating the form, instead could you try filling it with 'F'

--

Rakesh