2009 Jul 02 5:26 AM
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?
2009 Jul 02 5:32 AM
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?
2009 Jul 02 5:30 AM
Hi,
Check the demo program DEMO_DYNPRO_DROPDOWN_LISTBOX
Assign the Function Code for the Drop Down parameter.
2009 Jul 02 5:32 AM
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.
2009 Jul 02 6:01 AM
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.