cancel
Showing results for 
Search instead for 
Did you mean: 

DropDown List in Adobe forms

Former Member
0 Kudos

Hi All,

I'm New to Adobe forms, I got a requirement on Dropdown list.

In Layout Dropdown List contains Material Numbers . And placed one more Inputfield or text field next to the Dropdown list.

Once Material is selected from the dropdown list, auomtically material desc of it should displayed in Inputfield.

Could any please help me out in this.

Thanks,

Archana.

Accepted Solutions (0)

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Which technology are you using Web Dynpro Java / ABAP? In both cases you can do the stuff in your backend i.e. the BAPI which you may be calling to dipslay just the material numbers, ask the ABAPer to change it so that it returns "Mat No - Mat Desc" and not just Material No for e.g. 01000000001 - Material 1, 010000002 - Material 2 and so on.

Bind it to the drop-down in your Adobe form and it should display the description in your Interactive form drop-down list only. So you do not need an additional field and trigger seperate events.

Chintan