cancel
Showing results for 
Search instead for 
Did you mean: 

No editable form fields in ABAP Web Dynpro

edemey
Explorer
0 Kudos

Hi,

I created a form with layout type ZCI. The interface type is "ABAP Dictionary-Based Interface".

This form I embedded in a abap web dynpro component.

In the ABAP WD interactive form element I marked the enabled property.

Unfortunately the displayed form fields are not editable.

When I use a interface of type "XML-Schema-Based Interface" the fields are editable.

Is this a bug or is something missing?

I am using Live Cycle Designer 8.1 and SAP_BASIS 7.0, EHP 2, SP07

Thank you and best regards,

Eddy

Edited by: Edgar Meyer on Oct 1, 2011 7:06 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eddy,

In your Interface, you probably have to pass the "Fillable" flag in your importing /1BCDWB/DOCPARAMS structure.

I've developed many forms over the past few years and have learned that when using web dynpro, it's almsot exclusiely easier to use the XML-based schema than DDIC.

The only time I'm using DDIC instead of XML when in WDA, is because I'm having to pass in rich text formatted objects through a Text Node.