cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Form is displayed in Read Only mode

Former Member
0 Kudos

Hi All,

I created Adobe Interactive Form in SFP.

The following properties are set to the form.

Layout Type -ZCI Layout

Preview Type - Interactive Form

XDP Preview Format - Acrobat 7.0.5 Dynamic PDF

In PDF preview tab, I can enter data into the Text Fields.

I added this form in a web dynpro ABAP application using Interactive Form UI element.

The following properties are set to the UI element.

DataSource - bound to the context

displayType - native

enabled - checked

templateSource - Formname

readonly - unchecked.

When I run this application, the form is displayed in readonly mode.

I can't enter any data into the text field.

Any of you guys know that how to resolve this?

Thanks

Thruna

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Did you add the WD scipt into your form? Without that it cannot do a thing. Otto

Former Member
0 Kudos

Otto,

Yes.

I added the WD Script into the form.

Thanks

Thruna

Former Member
0 Kudos

Hi,

I already face the same issue and after several days working on this issue and many hours on debugging it seems that interface type is very important if you want to use the form in WD4A (this requirement is confirmed by SAP thru an OSS message for me )

Does the interface based on DDIC or XML ?

If it's a DDIC interface , sorry that can't works in WD4A as interactive forms. You must define the interface as based on XML for this .

Hope this help you.

PS : Finally ,as my forms was very complicated my customer decide to not make it available in WD4A .....

Former Member
0 Kudos

Bertrand,

Thanks for your reply.

Now I changed the interface type to XML Schema-Based Interface.

I uploaded the XSD file and created a Adobe Form in SFP.

When I set the form name in the templatesource property of Interactive form UI element I get the following error.

XML schema contains lower case letters; generation cancelled.

Do you know, Why I'm getting this error?

Thanks

Thruna

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

It tells you what to do, change to uppercase and done:)) Otto

Former Member
0 Kudos

Otto,

I was successfully uploaded the XSD file in the InterceType definition in SFP.

I can see all the fields in the DataView tab in Adobe Forms.

Do I need to change all characters to upper case letter in the XSD file?

Even If I assign the SAP Standard form to the templatesource property i get the same error.

Thanks

Thruna

ChrisSolomon
Active Contributor
0 Kudos

Are you sure your ADS configuration is correct? Sounds like your frontend is not "seeing" the Interactive credentials.

Former Member
0 Kudos

Chris,

When I run the WDR_TEST_ADOBE application, form is interactive and I can enter vlaues in the input fields.

Thanks

Thruna