cancel
Showing results for 
Search instead for 
Did you mean: 

refresh adobe form using wdabap

tarangini_katta
Active Contributor
0 Kudos

Hi All,

I am working on displaying adobe form using wdabap.

Basically i have 2 views .one view contains the alv grid which contains material data.

Based on the selected row when i clicked on display my second view will be called which contains adobe forms with the data display.

I have created navigation plugs moving back from one view to another.

When i am going back from adobe form view and select and another material click on dispaly .The adobe form still showing the same data even though my final intenal tabel has the same data.

Can anybody please let me know how to refresh the data in the adobe form.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Tarangini,

Beforea passing any data to interanal table, refresh the itab and append new data to it.

and also just try to change the mode property of the interactive form element to " generatePdf" and check.

Pls. check n let us know.

Regards,

Amarnath S

tarangini_katta
Active Contributor
0 Kudos

Hi Amarnath ,

can you please let me know where can i set the mode property of the interactive form element to " generatePdf" and check.

I can see that my final data is binding the context node perfectly but only problem is dats is not refreshing in adobe form.

Thanks,

Answers (2)

Answers (2)

tarangini_katta
Active Contributor
0 Kudos

solved

Former Member
0 Kudos

Hi,

As you have the correct data in your internal table, bind that internal table to a context node which you have bounded to your Adobeform context.

This automatically refreshers the data in your adobe form as well.

Regards,

Jhansi Miryala