Application Development and Automation 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: 
Read only

drop down box refresh

Former Member
0 Likes
822

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
Read only

Former Member
0 Likes
751

chk this program if it can help u

DEMO_DYNPRO_DROPDOWN_LISTBOX

Read only

0 Likes
751

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

Read only

0 Likes
751

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

Read only

0 Likes
751

Hi Enzo,

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

Read only

0 Likes
751

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