cancel
Showing results for 
Search instead for 
Did you mean: 

The Adobe Forms was created with Disable Fields!

Former Member
0 Kudos

Hi All,

I am new in Adode Interactive Forms ABAP. I am trying to implement a simple scenario using Web Services published by RFC on ABAP side and simple form with one field MATNR to bring a Description MARKT, and button to call the Web Services. I configured ADS on Server, installed Adobe LifeCycle 8 and SAP GUI 7.1. I created the Adobe Form and it was actived.

My issue is, when a run the program to generate a PDF, using the FMu2019s 'FP_JOB_OPEN'

, 'FP_FUNCTION_MODULE_NAME', CALL FUNCTION i_funcname, the Adobe Forms was created with disables fields. I canu2019t fill it and canu2019t press the button to call WS on ECC.

Could you help me?

Thank you!

Fábio Ferri

SAP Consultant Netweaver

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish_shah
Contributor
0 Kudos

Hi,

I am not sure whether you tried this or not :

in your program set the field /1BCDWB/DOCPARAMS-FILLABLE to u2018Xu2019 pass it on to Adobe forms.

this will enable your forms Fields for input.

Let me know if this helps.

Regards,

Ashish Shah

Former Member
0 Kudos

Hi Ferri,

Check the form properties..

File>formproperties>preview tab-->preview type this should be "interactive form".

Also in same tab preview adobe xml form as should be " Dynamic XML form".

In details form PDF render format as "dynamic xml form".

Cheers,

Sai

Former Member
0 Kudos

Hi Sai,

First of all, thank you very much for your help.

I checked both parameters "Interactive Forms" and "Dynamic XML Form" in TAB Preview, and the "Dynamic XML Form" wasn't set for "Dynamic XML Form" , changed it and acitivated the form again. I couldn't find the Third Parameter, in The Details TAB, where is it?

When i am testing in TAB Preview PDF, it is working, but when run the report to generate a PDF, it still disable for fill the fields.

Note: In the FM to call the FORM i am using fp_docparams-fillable = 'X'.

Could you help me again? Please?

Thank for your help!

Fábio Ferri

Former Member
0 Kudos

Are you certain that you have your readers rights credential configured? Have you tried running program FP_TEST_03 with the interactive parameter set to X? It sounds like your form itself is setup properly...

Former Member
0 Kudos

Hi Ferri,

Please check with your Basis team that the corresponding 'Read/write' Credentials have been applied while configuring the ADS.

Thanks & Regards,

Sanoosg

Former Member
0 Kudos

Hi Josh,

I runned the report and it was shown only the message above, withou a form.

Thank You!

Message

Flight Booking Example

ADS: (200.101).

Former Member
0 Kudos

Hi fabio,

When you say the example ran successfully is it without any error messages..?

Did you check in spool "SP01" if there something sitting out there.

To my understanding PDF rendring is dependent in 2 aspects.

1) the output device type you select (this should be a PDF enabled printer)

2) Programatically if you say it should go to a printer or spool.

Just try with FP_TEST_00 either in sfp or SE38 and try both print preview and print.

in print priview it should display the PDF on the screen.

In print it should display as success message and in spool it should have the corresponding PDF. if both are working fine then the ADS and output device config are correct and it all depends on how do you handle the PDF output.

Just try the above approach and post the results,

Cheers,