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

Module pool screen field should default without pressing enter

Former Member
0 Likes
657

Hi

I have got a main module pool screen which has a tabstrip with four tabs.

There are 2 fields in the main screen when we select from F4 for the first field then the field 2 should default in case of a condition.

This happens only when i press enter. I want the second field to change as soon as the first field is selected.

How do I trigger the PAI as soon as the field 1 is selected.

eg: Field 1 : i/p

Field 2 : display

Field 3 : i/p

On F4 for field 1 say i select value 'A' then the valu for field 3 should default to value 'B'. Also field 2 should be displayed based on combination of field 1 and field 2. But now it does it only on pressing enter.

How do I solve this problem?Also if i select field 1 value A and dont press enter and go to the subscreen tab then it does not do any thing. It allows to go on the subscreen tab. But actually it should default the field 3 value. It does it only when I press enter.

Also the F4 is from dictionary that is the screen fields are from dictionary. I have not created any F4 for the fields.

Please help me solve this problem

Regards,

mozila

1 REPLY 1
Read only

Former Member
0 Likes
439

Hi

You can achieve this using List Box only not by Input Field. Since Input field doesn't trigger automatic PAI/PBO

Go through the below thread

or an alternative is--> In PBO use POPUP_GET_VALUES Fm to get the First input field based on that you can enter further values

Cheerz

Ram