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

About the dropdown

Former Member
0 Likes
550

Hi Experts

I choose A different the value in dropwdown, why its value is not reflected on its corresponding variable in PAI. It seems, i have to press "ENTER", then, the actual value can be passed to its corresponding variable. Any one has ideas about this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi,

You chosen some different value in the dropdown, then you need to do some actiong then only PAI will trigger and corresponding value of the dropdown will appear in the PAI.

PAI will trigger if you do some action, that is like pressing 'Enter' or clicking some button on the screen.

Hi Experts

I choose A different the value in dropwdown, why its value is not reflected on its corresponding variable in PAI. It seems, i have to press "ENTER", then, the actual value can be passed to its corresponding variable. Any one has ideas about this?

3 REPLIES 3
Read only

Former Member
0 Likes
527

Hi,

Check the demo program DEMO_DYNPRO_DROPDOWN_LISTBOX

Assign the Function Code for the Drop Down parameter.

Read only

Former Member
0 Likes
528

Hi,

You chosen some different value in the dropdown, then you need to do some actiong then only PAI will trigger and corresponding value of the dropdown will appear in the PAI.

PAI will trigger if you do some action, that is like pressing 'Enter' or clicking some button on the screen.

Read only

0 Likes
527

hi goodsapguy,

are you using the same variable in both places? and check if thats a global variable or not.

please post your code here. so that we can have a look.