cancel
Showing results for 
Search instead for 
Did you mean: 

Save adobe form fill, send & update SAP

Former Member
0 Kudos

Hi Experts,

I am new to interactive Adobe form, so need to clarify few things regarding the development of it:-

1. Suppose i have a interactive form with a dropdown for designation. I sent to the vendor through using SAP mails. Can he see the dropdown list there in the attached PDF file??

2. If, then after filling the form with those values he will send it through his email. Now, how to upload that form data(like address) in SAP?

3. Suppose he saved the form, filled it and send us after a month. In between the designation table got modified. The designation he seleted no longer exist. Then how will it work?? where will be the validations for this?

can anyone give me the live scenario??

Regards,

Nik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1. Yes, He can the dropdown list , in the attached PDF File.

2. First you can import that PDF file into your form layout then

You can connect the form with OLEDB data connection after that, drag and drop the button in the layout, and you can rename that button "UPDATE"

Select that button then select CLICK event and script as JavaScript and write the following code in that

xfa.sourceSet.DataConnection.update();

the contents will update in the sap table

Thanks

Sriiiiiii(Srikanth)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem Solved with SAP library