Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

drop down box refresh

Former Member
0 Kudos

Hi all,

I have created a drop down list in a module pool. The value of this list depend on an internal table.

This internal table can change during the transaction, so when I click on the drop down box I want the new values.

Can I use some event or option to statement module to call a perform for refreshing the values before they are dispalyed?

thanks

enzo

5 REPLIES 5

Former Member
0 Kudos

chk this program if it can help u

DEMO_DYNPRO_DROPDOWN_LISTBOX

0 Kudos

Hi,

i've seen this report, but it explain how to initialize the list, but there isn't anything about the refresh.

thanks any way

Enzo

0 Kudos

I think I have to reprocess the PBO, it's possible?

0 Kudos

Hi Enzo,

If the internal table values are updated , then automatically the dropdown values also should get updated..

0 Kudos

but in the example report there isn't any relation between the list value and the internal table, how can it is automatically?