cancel
Showing results for 
Search instead for 
Did you mean: 

Error while opening Adobe Reader

Former Member
0 Kudos

Hi Everyone,

I'm currently encountering an error with adobe reader 8.1 and 9.0(I've tried both) while opening an interactive form in WDA and ISR. Input fields are also disabled. I have found the thread below

however, they do not explain how they fixed the problem.

Does anyone have an idea of the problem here? Is this an ADS credential issue? a reader rights issue?

I am running on ECC6 with the following patches:

SAP_ABA 700 0015 SAPKA70015 Cross-Application Component

SAP_BASIS 700 0015 SAPKB70015 SAP Basis Component

ST-PI 2005_1_700 0006 SAPKITLQI6 SAP Solution Tools Plug-In

PI_BASIS 2005_1_700 0015 SAPKIPYJ7F PI_BASIS 2005_1_700

SAP_BW 700 0017 SAPKW70017 SAP NetWeaver BI 7.0

SAP_AP 700 0012 SAPKNA7012 SAP Application Platform

SAP_HR 600 0029 SAPKE60029 Human Resources

SAP_APPL 600 0013 SAPKH60013 Logistics and Accounting

I am also using Adobe LiveCycle 7.1.

Your help will be greatly appreciated.

Thanks!

Edited by: Alexander Benavidez on Jun 25, 2009 10:29 AM

Edited by: Alexander Benavidez on Jun 25, 2009 10:31 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Problem solved. If this problem happens to you see SAP Note 917773 - Adobe Reader error upon opening

interactive PDF form.

Former Member
0 Kudos

Hi Alex,

You will add some piece of code in init method in WDA,

data: lr_zsample type ref to cl_wd_interactive_form,

lr_method_handler type ref to if_wd_iactive_form_method_hndl.

check first_time = abap_true.

lr_zsample ?= view->get_element( 'FORM' ).

lr_method_handler ?= lr_zsample->_method_handler.

lr_method_handler->set_legacy_editing_enabled( abap_true ).

You will get the editable mode of Interactive form.

By

Parthi

Former Member
0 Kudos

Hi,

I have also faced the same problem in ISR. My input fields were disabled.

I just used ISR_TextEdit_UIAttributes from ISR Controls and they were enabled. Initially I was using ISR_Text_Edit-UI. Dont know whats the exact difference, but it worked.

Another thing which you can do insatll Adobe Life Cycle Designer 8.0.

Hope it will work.

Former Member
0 Kudos

Even if you fix your issue, be sure to upgrade to LCD 8 - it's much better behaved than 7.x