Hi Gurus,
I have a module pool screen designed by me, which is called from a standard transaction.
the contents of the screen are some i/p , o/p fields and a table control for some data.
Now, while coming out of the screen, i have to raised a pop-up for saving the data or not..... all the functionality and screen design is written well...and working fine...
Now the problem is , while cuming to the screen, it already holds some data. so if the user doesn,t change any data on the screen, then while cuming out of the screen, the pop-up for save shud not appear..
But iam not able to handle this condition.. to check whether any changes are done on the screen... Can u suggest me how to handle the above situation.
Note: ( the temporary data stored before cuming to the screen compared with the present screen data is some what complicated in my case, so that type of comparision cannot be made).
So please suggest me how to handle the condition whether there has been a data change on the screen or not....