<?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 Screen Design Save Data - Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749576#M325029</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 have got screen with many fields and when i save the data by pressing save button. The data is getting saved successfully, and the cursor is highlighting in zfeestab-admnno, Over here at this screen field or any other screen field element if i press enter the system is re-accepting the SY-UCOMM for save code and re-saving the complete data again, which i dont want. I have cleared the OK_CODE of Like SY-UCOMM immediately after saving the data. After saving the data i have written the code as CLEAR OK_CODE. But still the system on any screen field is accepting the SY-UCOMM by default the last action triggered i.e, save data and is re-saving the same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist on controlling the SY-UCOMM which is restoring the last user command input under it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Dec 2006 06:00:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-02T06:00:06Z</dc:date>
    <item>
      <title>Screen Design Save Data - Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749576#M325029</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 have got screen with many fields and when i save the data by pressing save button. The data is getting saved successfully, and the cursor is highlighting in zfeestab-admnno, Over here at this screen field or any other screen field element if i press enter the system is re-accepting the SY-UCOMM for save code and re-saving the complete data again, which i dont want. I have cleared the OK_CODE of Like SY-UCOMM immediately after saving the data. After saving the data i have written the code as CLEAR OK_CODE. But still the system on any screen field is accepting the SY-UCOMM by default the last action triggered i.e, save data and is re-saving the same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist on controlling the SY-UCOMM which is restoring the last user command input under it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2006 06:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749576#M325029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-02T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Design Save Data - Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749577#M325030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give declaration like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : ok_code like sy-ucomm,&lt;/P&gt;&lt;P&gt;          save_ok like ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module user_command_9000.&lt;/P&gt;&lt;P&gt;save_ok = ok_code.&lt;/P&gt;&lt;P&gt;clear ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case save_ok.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to give ok_code in element list of that screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2006 06:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749577#M325030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-02T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Design Save Data - Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749578#M325031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can clear the syst-ucomm variable only. Also as generic SAP standards after saving the data, the values in the Input fields are also cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2006 12:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design-save-data-query/m-p/1749578#M325031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-02T12:14:43Z</dc:date>
    </item>
  </channel>
</rss>

