cancel
Showing results for 
Search instead for 
Did you mean: 

PDF form fillable..

0 Kudos

Hi all,

i have created an interactive form simply with a text field.

when i use

fp_docparams-FILLABLE = 'X'.

i am not getting the PDF file as output .. Instead i m getting the error "ADS : Start time .. " error message ...........

If someone knows please let me know the solution.

Rgrds.

Edited by: Deepa K on Feb 20, 2008 11:10 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

my problem got solved.

I set the fillable attribute of DOCPARAM as 'N'.

Former Member
0 Kudos

Hello!!.... Could you please tell me where is that flag? cause I'm having the same problem, I'm new with interactive forms and Web dynpro and I can not get to print my forms....

Thanks.

Former Member
0 Kudos

Hi Jorgelina,

You need to set that flag before calling the generated function module fm_name. set it as

fp_docparams-FILLABLE = 'N'.

Pls reward points if answer is helpful

Regards,

kamalapriya

0 Kudos

hi,

if u give as fp_docparams-FILLABLE = 'N' u will be able to fill the form.. but u cannot save that pdf with those filled data,, so that u should give as N when u call the function module..

And to set it as X it need the credential file should be installed..and u will be able to edit and save the file..

Rgrds.