cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Adobe writer for offline Interactive forms

0 Kudos

Hi all,

I have designed an Interactive form with a textfield. (in sfp transaction)

and i have called this function module in my SE38 program..

but when i execute and see the print preview , I could not enter the value in that input field .

So what may be the cause?? Do i need Adobe Writer software?

Rgrds.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

i042339
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Deepa,

Refer to the program FP_TEST_IA_01.

You will get an idea how to generate the Interactive form.

Cheers

Satya

0 Kudos

Hi Satya,

Thank you ur help .

when i exeute the program FP_TEST_IA_01 i am getting a message " ADS : Request start time...." No other output ..

(even after i checked all the check boxes).

i could not guess why i don get the right output..

Rgrds.

Former Member
0 Kudos

hi,

fp_docuparams TYPE sfpdocparams.

fp_docuparams-fillable = 'X'.

fp_docuparams-dynamic = 'X'.

CALL FUNCTION fm_name

EXPORTING

/1BCDWB/DOCPARAMS = fp_docuparams

former_member745780
Active Participant
0 Kudos

Hi Deepa ,

what was the solution for your problem.

Regards

Anirudh

Former Member
0 Kudos

Hi Deepak,

The error is because ADS is not configured on your server.

Ask your basis person to configure it.

matthias_maier2
Explorer
0 Kudos

Hi Deepa,

I suggest that you have to set the document parameters to "fillable".

for example:

data fp_docparams type sfpdocparams.

fp_docparams-fillable = 'X'.

Now the PDF Form should be interactive and you'll be able to fill in data.

Regards,

Matthias

0 Kudos

Hi Matthias,

Thank you for ur reply..

but after setting the "fillable" attribute as X i m not able to enter the value in the text field .

Is there any option in Design time of the Interactive form to do the same..

Rgrds.