cancel
Showing results for 
Search instead for 
Did you mean: 

No Button click and non-editable Input fields

agnihotro_sinha2
Active Contributor
0 Kudos

Hi experts,

I suspect some installation/system issue with my adobe form in SAP.

I am able to create forms in SFP and able to call it via my webdynpro and all the process flow is fine.

Except, that the SUBMIT buttons or any button on my SFP form is not clickable.

Also, I am not able to create any Input fields which are editable.

Also, I am not getting the PDF display window in  my SFP layout.

I have checked my ALD and I have 8.1 installed, Moreover, the SAP EHP are fine and I am able to trigger this form in browser/adobe reader via webdynpro.

What exactly am I missing here?

Can someone give me examples of SAP standard Adobe interactive form so that I can check by opening it?

Thanks,

Ags

Accepted Solutions (1)

Accepted Solutions (1)

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

I just solved the issue by uninstalling adobe lifecycle designer 8.1 and adobe reader and RE-installing ALD and reader. Seems to be working now.

thanks for the advises.

regards,

ags

Answers (2)

Answers (2)

former_member191296
Participant
0 Kudos

Hello Ags,

Once check whether the parameters are being passed correctly. To make the Adobe form Dynamic and Interactive the "Dynamic" should be 'X'. Else it will generate the form as static.

fp_doc-dynamic = 'X'.

CALL FUNCTION wa_funcnm

   EXPORTING

     /1BCDWB/DOCPARAMS  = fp_doc

   IMPORTING

     /1BCDWB/FORMOUTPUT = fp_formoutput.

Hope this will be helpful.

Regards,

Raghu.

agnihotro_sinha2
Active Contributor
0 Kudos

hey Raghu, this form is not called from any program level. I am just designing it in sfp so no scope for coding.

former_member191296
Participant
0 Kudos

Hi Ags,

Once check Form properties, make the format to Dynamic.

Edit->Form Properties-> Defualts-> Format

Give it a try. Lets see whether it works.

agnihotro_sinha2
Active Contributor
0 Kudos

Hi Raghu, But where exactly are you asking me to do this? In sfp? I dont see any options in SFP there.

former_member191296
Participant
0 Kudos

Yes, in SFP.

Goto Layout-> Edit->Form Properties-> Defualts-> Format

Make the available formats to Dynamic.

agnihotro_sinha2
Active Contributor
0 Kudos

No still nothing. I changed to (dynamic) xml. none of my fields are editable nor buttons are clickable. let me reload all adobe software again

SandySingh
Active Contributor
0 Kudos

Hello Ags,

Refer to SAP standard program SE38 : FP_TEST_IA_01 to generate and test the interactive PDF. Refer Note 999998.


Also run the program FP_PDF_TEST_00 to test if ADS is configured correctly.

Refer to link below

Also if you are calling the adobe form in Webdynpro then ensure that adobe form has ZCI layout and 'webdynpro script" is added in SFP > Layout> and button is added from the webdynpro native form library. Then update the form layout using program FP_ZCI_UPDATE.


Run report FP_CHK_REPORT to check the Zero Client Installation (ZCI)

Regards

Sandy

agnihotro_sinha2
Active Contributor
0 Kudos

Hey Sandy,

Thanks for the reports, but sadly i dont have access to run them or update my form using them. I am trying to get some help here.

At the same time I am thinking of reinstalling my ADS and other adobe services since yesterday i was getting some adobe reader error while displaying a WD form in IE page which is displaying correctly in my colleague's IE... strange..

Will update here if i am able to solve the issue.

thanks,

Ags.