<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changes in the screen - reg in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747878#M1113612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First when the user comes into the screen let every thing be in display mode, and you can have a pf-status button in the screen which allows the user to toggle between display/edit mode like many of the standard SAP screen has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can bring in the pop up if the user leaves the screen in edit mode or when the user goes back to display mode from edit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 07:01:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-07T07:01:29Z</dc:date>
    <item>
      <title>Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747872#M1113606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a module pool screen designed by me, which is called from a standard transaction.&lt;/P&gt;&lt;P&gt;the contents of the screen are some i/p , o/p fields and a table control for some data.&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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..  &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;So please suggest me how to handle the condition whether there has been a data change on the screen or not....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747872#M1113606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747873#M1113607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can store a copy of the data in some intermediate variable/table at the start of the screen(not before the screen, you can have this code after all screen fields are populated), and compate it while coming out of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful to you, revert back if you have any doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747873#M1113607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T14:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747874#M1113608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the solutions, close the thread as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 04:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747874#M1113608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T04:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747875#M1113609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Try to use the system variable sy-datar to track the screen changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind JM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 04:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747875#M1113609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T04:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747876#M1113610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     You have to store the screen values in some variables and everytime you have a make a check wether stored variables contains the same data as its one the screen now. If data is same then restrict pop-up otherwise show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, based on these conditions you can allow pop-up to come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Sidharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 04:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747876#M1113610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T04:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747877#M1113611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can use System Field &lt;STRONG&gt;SY_DATAR&lt;/STRONG&gt; to determine whether any input field value is changed. Check this field in PAI if it has value 'X' means some fields are changed, space means no value is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details see [ABAP System Fields|http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 04:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747877#M1113611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T04:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747878#M1113612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First when the user comes into the screen let every thing be in display mode, and you can have a pf-status button in the screen which allows the user to toggle between display/edit mode like many of the standard SAP screen has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can bring in the pop up if the user leaves the screen in edit mode or when the user goes back to display mode from edit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 07:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747878#M1113612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T07:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in the screen - reg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747879#M1113613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY_DATAR is working fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 09:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-the-screen-reg/m-p/4747879#M1113613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T09:30:26Z</dc:date>
    </item>
  </channel>
</rss>

