


I am working on a customer requirement where I am designing
an Interactive Dynamic form to be filled offline.
I have couple of Subforms and an Add button. When an Add button is clicked
I have to add an instance of the subform.
I have added the script for the add button on click event. I
am able to add n number of new instances, fill the data and save the
form. However, when I open the form again somehow the instances disappear. It’s
not getting saved. It’s a 2 page form and it seems it only retains 2 pages.
I have attached .xdp file and a sample pdf.
https://mdocs.sap.com/mcm/public/v1/open?shr=VCJW8EBd8AANk5D1ZoKF_5K2_7CQG_noUyHojaVpaf8
Solved! Go to Solution.
Views
Replies
Total Likes
Your subform „KRAKPISelection“ has no binding. That's why there is no related data being created in the data section of the form and so it cannot be restored when the form is reopened the next time.
Change the binding itto „Use Name (…)“ or the a related node in you data connection „ZAF_HAP_PDF_OFFLINE_FORM“. If you don't have a data connection anymore, remove the data connection settings.
Views
Replies
Total Likes
Your subform „KRAKPISelection“ has no binding. That's why there is no related data being created in the data section of the form and so it cannot be restored when the form is reopened the next time.
Change the binding itto „Use Name (…)“ or the a related node in you data connection „ZAF_HAP_PDF_OFFLINE_FORM“. If you don't have a data connection anymore, remove the data connection settings.
Views
Replies
Total Likes