cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro context field limitation for the form

Former Member
0 Kudos

Hello,

I have created a Web Dynpro with the context fields for Adobe form data from a structure (about 51 fields). When the form is created with reference to the context, the context is not transferred to the Adobe form.

Similarly created another Web Dynpro context with only 2 fields from the structure for Adobe data, in such case the context fields are transferred to the Adobe form.

Any limitation on the number of fields to be transferred from Web Dynpro Context to the Adobe form?

NOTE: Using ABAP Web Dynpro.

Thanks,

Anjali

Message was edited by: Anjali Joglekar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I think I found the issue. The structure I was using had many fields with data type declared has STRING (with no definite length), in such cases the context is not copied over to the form.

After modifying the structure fields, with appropriate length data elements, the same structure fields are carried over from Web Dynpro Context to the form.

Any idea why such limitation is there for the structure field length?

Thanks,

Anjali