cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Form is read only in ABAP Web dynpro

Former Member
0 Kudos

Hi,

after building a simple interactive form with the form builder, I want to fill in the fields in the adobe form. The form is included in a ABAP web dypro application and enabled is checked.

I use ZCI layout, the menu item include scripting was hit, the adobe reader version is 8.1.3 and I can not fill in the fields. Instead I only see read only fields.

When previewing the form in the forms designer, the fields are open.

What is wrong ?

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Marcus,

I am getting the same problem.

Please tell me how did u solve this issue..??

thanks

Rohit

Former Member
0 Kudos

Hi Marcus,

This error occurs when the Adobe Reader Rights Credentials have not been installed, this is mandatory to use Interactive Forms. SAP Note 736902 gives info on how to get these credentails.

Please refer to section 7.1 (Reader Rights Credentials) to get more information on this.

Thanks.

Chitrali

marcus_schiffer
Active Participant
0 Kudos

Hi,

thanks.

I used dictionary based. Ok. thats seems wrong.

Now I use XML based, but as soon as I check the enabled flag I get RABAX with a message from ADS services:

HTTP Control, E, FPRUNX 001

com.adobe.ProcessingException: Could not retrieve

200101

More ideas ?

Thanks

Marcus

Former Member
0 Kudos

hi marcus,

For more details, I think you should post your query in SAP Interactive Form forum.

Thanx.

Former Member
0 Kudos

hi

Check out wdr_test_adobe component.

Also a note on sap help.

http://help.sap.com/saphelp_nw04s/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/frameset.htm

As of NetWeaver 7.0 SPS10 we strongly recommend you use ZCI forms with an XML interface only. Because additional central features have been added in subsequent SPs (input help and dropdown list boxes), we generally recommend that you always use the most up-to-date Support Package for Web Dynpro ABAP.

We recommend that you always use forms with an XML interface. Existing forms with an ABAP Dictionary-based interface can be used as print forms. We do not recommend their use as interactive forms.

It might help you.

Thanx.

Edited by: saurav mago on Mar 3, 2009 2:24 PM

marcus_schiffer
Active Participant
0 Kudos

Hi,

tried it like in the blog. Problem is, I check "enabled" but the input fields are not open for input. In the preview in Designer they are open.

Also checked it with an XML interface.

This got me RABAx dumps because the XML parameter is not filled.

Any ideas ?

Marcus

marcus_schiffer
Active Participant
0 Kudos

Hi,

unfortunately I can not resolve the link , could you pls. check ?

The pdfsource is not in binding. I assigned the Form name to TemplateSource.

Marcus

arjun_thakur
Active Contributor
0 Kudos

Hi Marcus,

Please refer this blog:

/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

I think this will help.

Regards

Arjun

Former Member
0 Kudos

hi Marcus,

Which interface you are using.

three types of interfaces are there

->Abap dictionary interface

-> Smart form compatible interface and

-> XML interface)

For interactive forms using WebDynpro you have to use the XML Schema interface.

I hope you are using the right interface.

for this you have to bind PDFSouce Property to a Context Attribute of type XString.

Thanx.

Edited by: saurav mago on Mar 3, 2009 2:08 PM

Former Member
0 Kudos

hi,

Refer this link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/elearning/user-interfac...

I hope you have binded PdfSouce Property too of Interactive Form UI Element.

Thanx.

Edited by: saurav mago on Mar 3, 2009 1:19 PM