cancel
Showing results for 
Search instead for 
Did you mean: 

PDF data empty when passed to ABAP program

Former Member
0 Kudos

I have created an offline interactive form using ABAP following the example in Vani Krishnamoothy's paper. When I fill data in the form and then try to upload the data using the ABAP program I get an uncaught exception error because the data file is empty. Does anyone know why the data entered in the PDF file would not be saved.

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

amolgupta
Active Contributor
0 Kudos

hi,

there can be several reasons... namely

1) ADS not configured properly

2) cardinality of the <dataSource> node should be 1..1

3) while uploading the form the interactive form->properties->mode="use pdf" when you upload the pdf.

4) using a adobe reader version lesser than 7.0.x

etc....

at least check these out once...

if the problem persists.... put the stack trace here....

regards,

-ag.

Answers (0)