‎2011 Apr 27 8:46 AM
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.
‎2011 Apr 28 9:28 PM
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.
‎2011 Apr 28 9:28 PM
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.
‎2011 Apr 29 5:48 AM
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