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

At selection screen+Variant

kiran_k8
Active Contributor
0 Likes
450

Hi,

I have a selection screen with a few fields on which I had put a validation using at selection-screen on p_field.This validation is working fine.But in the case when I am trying to change some values of this field in the existing variant of the selection screen and try to save the variant or run the program it is still holding the previous values and thus making it fail the validation and throwing an error message.

Thanks,

Kiran.

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
420

Hope you already know this, even you save as variant, the control processes the at selection screen event for that field. put a break point and run the program.

if that is not the one you are looking for..... I dont see any other problem. I was able to change and run the program.

Put a break point in at selection screen and run through to see what is going on.

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
421

Hope you already know this, even you save as variant, the control processes the at selection screen event for that field. put a break point and run the program.

if that is not the one you are looking for..... I dont see any other problem. I was able to change and run the program.

Put a break point in at selection screen and run through to see what is going on.

Read only

Former Member
0 Likes
420

Hi,

delete all invalid entries of this field or delete all entered values of the field, save then and add the new values in a second step with a second save.

Regards,

Klaus