<?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: Possible to clear E_UCOMM when USER_COMMAND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308824#M1727020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found the solution in another post if anybody interest in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1046604"&gt;http://scn.sap.com/thread/1046604&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 14:17:11 GMT</pubDate>
    <dc:creator>former_member658745</dc:creator>
    <dc:date>2013-02-08T14:17:11Z</dc:date>
    <item>
      <title>Possible to clear E_UCOMM when USER_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308821#M1727017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ALV Grid and the grid input checks are done in the DATA_CHANGED event handler, when error the ALV protocol is displayed. I also have a button in the toolar named RESET. When I click on the button RESET, no matter there is input data or not, no matter whether I pressed ENTER before RESET, I don't want to trigger the input check and output the ALV protocol. How can I do it? I have tried in DATA_CHANGED handler that: &lt;/P&gt;&lt;P&gt;IF E_UCOMM = 'RESET'&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works by the first time that I click on RESET. After that I give some input value again, and press ENTER, no checks will be executed since the E_UCOMM stay with 'RESET'. I can't clear it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and best regards,&lt;/P&gt;&lt;P&gt;Wenwen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308821#M1727017</guid>
      <dc:creator>former_member658745</dc:creator>
      <dc:date>2013-02-07T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to clear E_UCOMM when USER_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308822#M1727018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try refresh of ALV in the DATA_CHANGED event...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 04:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308822#M1727018</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2013-02-08T04:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to clear E_UCOMM when USER_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308823#M1727019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi playsuji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which class method do you mean by refresh of ALV? I tried with refresh_table_display. It is not working. The e_ucomm is not cleared...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Wenwen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 13:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308823#M1727019</guid>
      <dc:creator>former_member658745</dc:creator>
      <dc:date>2013-02-08T13:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to clear E_UCOMM when USER_COMMAND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308824#M1727020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found the solution in another post if anybody interest in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1046604"&gt;http://scn.sap.com/thread/1046604&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 14:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possible-to-clear-e-ucomm-when-user-command/m-p/9308824#M1727020</guid>
      <dc:creator>former_member658745</dc:creator>
      <dc:date>2013-02-08T14:17:11Z</dc:date>
    </item>
  </channel>
</rss>

