‎2009 Oct 05 11:22 AM
HI,
There is a standard module pool program for VT02N transaction.
Say for eg user is not entering the forwarding agent value.
In include pgm is valdiating this and throwing the information message accordingly.
After the info message there is leave screen stmr. But the values entered by the user before this validation code takes place ,
were all lost.
I want the old data to be there even though i use leave screen statament.
Can anyone pls tell me how to achieve this?
Re
‎2009 Oct 05 5:45 PM
Hi vinaya,
user is not entering the forwarding agent value
But the values entered by the user before this validation code takes place ,
were all lost.
? Not entered but lost?
If you don't want data loss, why LEAVE SCREEN?
Regards,
Clemens
‎2009 Oct 05 9:06 PM
‎2009 Oct 05 9:43 PM
either,
do the validation before the leave screen, OR
store them in some other field and catch them where you are validating.