Skip to Content
0
Former Member
Jan 11, 2008 at 07:38 AM

How to transfer the data in the offline mode?

50 Views

Hi Experts,

I need to submit the data in the adobe interactive form to the R/3 in the offline mode .

But I don't know how to complete the submit code in the adobe form in the offline mode?

Action:

1. create a adobe interactive form (a_interactive_form)in the view of the WDA for abap.

2. create a adobe form (b_form)in the R/3 using sfp with a inputfield and submit button.

3. bind the b_form to the a_interactive_form, and bind the context to the b_form so that the data can be transfered to the b_form.

4. type code in the WDA for abap for setting data to the context.

5. active the WDA and run the WDA.

6. Save the pdf form as "test.pdf" and close the IE and close the pdf file.

7. Open the test.pdf, and type the inputfield "ssssss" in the form, and save the test.pdf.

8. Click the submit button in the test.pdf, and the test.pdf can call a webdynpor application for abap(ZTEST001), and transfer the data to the webdynpor application for abap(ZTEST001).

now, the step 1 to 7 is ok. But I don't know how to complete the submit code in the adobe form so that the called WDA may get the data "ssssss"?

Do you give some example or some hint for this problem ?

Thanks & Regards,

Tao