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

Problem in field exit

Former Member
0 Likes
392

Hi,

Field exit is not executed although it is active.

Thanks,

Biju.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

Hi,

Fields which do not have the 'Input field' attribute usually do not trigger a field exit. The field exit is designed to allow an extended input check. It is therefore only called for input fields - even if they are not ready for input at runtime of the application by LOOP AT SCREEN.

This rule does not apply, however, if the field is located within a steploop. Here the field will be always activated, even if it is invisible.

Reward if helpful...

Cheers,

Madhavi.

Hi,

Field exit is not executed although it is active.

Thanks,

Biju.

1 REPLY 1
Read only

Former Member
0 Likes
369

Hi,

Fields which do not have the 'Input field' attribute usually do not trigger a field exit. The field exit is designed to allow an extended input check. It is therefore only called for input fields - even if they are not ready for input at runtime of the application by LOOP AT SCREEN.

This rule does not apply, however, if the field is located within a steploop. Here the field will be always activated, even if it is invisible.

Reward if helpful...

Cheers,

Madhavi.