‎2007 Apr 18 8:01 AM
Hi,
now i faced an urgent problem.
Before i leave a screen , i want to know whether there is any change in the screen. for example , if someone have input something in the screen field. I don't need to konw the details but only whether it has been changed. IS there any function to do this? or other solutions?
Expect for your help.
Thanks in advance.
qiuguo
‎2007 Apr 18 8:44 AM
Hi,
Use the system field <b>SY-DATAR</b>
X if at least one input field on the screen was changed by the user or other data transport, otherwise space.
Regards
Sudheer
‎2007 Apr 18 8:34 AM
‎2007 Apr 18 8:44 AM
Hi,
Use the system field <b>SY-DATAR</b>
X if at least one input field on the screen was changed by the user or other data transport, otherwise space.
Regards
Sudheer
‎2007 Apr 18 9:02 AM
Sudheer ,
I solved the problem with your response.
thank you very much.
qiuguo