cancel
Showing results for 
Search instead for 
Did you mean: 

DropDown list box for dynamically created data

Former Member
0 Kudos

using WDA and LiveCycle Designer 8.0

We have a need to have a dropdown list box with 2 fields - a User ID and User Name - this list can be dynamic - so we don't want to save the values as a static value list in Adobe.

In our Web Dynpro, we select the appropriate data and bind it to a sub-node (called LNUM_LIST cardinality 0..n) of our PDF Node structure(IDEASHEET_DATA).


lo_nd_lnum_list->bind_table( EXPORTING new_items = t_wc_list ).

We dropped the UI element Value Help Drop-Down List from the WebDynproNative tab in LiveCycle Designer into our form and bound it to our node.

The data is populated just fine. but when we call the Adobe form, we get a dump in the web browser.

any ideas?

thanks,

rp.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved this issue using the technique mentioned in the following blog..

/people/dezso.pap/blog/2007/07/12/using-ddlb-in-interactive-forms-in-webdynpro-for-abap