helo
ive added code in user exit for tcode va01, in the code ive added a pop up window
after the popup window,we shd return to the current screen, i used the command LEAVE TO SCREEn, and at the end of the user exit, i used the command LEAVE SCREEN.
But then the data is not saved, if i dnt use the LEAVE SCREEN, we cant exit from the current screen and if i use the LEAVE SCREEN, the data is not saved
does anybody know how to handle this??