cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown data from WebDynpro Java

Former Member
0 Kudos

Hi Experts,

Is it possible to dynamically populate dropdown items from the Java WebDynpro context which are in turn populated using an aRFC from SAP R/3? If so, how do i go about in doing this?

Cheers,

Alfonso

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please review this thread this may help you in some way or other.

Regards

Pradeep Goli

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

To dynamically populate Drop downs inside adobe form you can have two approaches:

1. Dynamically populate the simple type using Modifyable Simple Type. Associate this simple type with a context attribute. Map this context attribute with the dopdown in form desinger.

2. Second approach is to loop at the possible set of values inside the form designer by using java script. Then populate the dropdown enumaration in this for loop

Regards,

Virag