<?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 SY-UCOMM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910977#M937745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please tell me what is the purpose of the system variable &lt;/P&gt;&lt;P&gt;sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 07:19:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T07:19:41Z</dc:date>
    <item>
      <title>SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910977#M937745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please tell me what is the purpose of the system variable &lt;/P&gt;&lt;P&gt;sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910977#M937745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910978#M937746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This variable indicate the action that user have done. For example if user press enter sy-ucomm = '/00'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910978#M937746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910979#M937747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It holds the value of the user-command ...specifying the action that the user has performed.....example...when you click on the BACK/EXIT/CANCEL buttons on the toolbar, you can debug and see what value the sy-ucomm value holds on click of each of these buttons...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user command values are specified for these buttons using the pf-status (SET PF-STATUS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-ucomm will also hold the user command values of the buttons on the screens/selection screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read more here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/7b/fb96c8882811d295a90000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/7b/fb96c8882811d295a90000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910979#M937747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910980#M937748</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;SY-UCOMM IS A system variable. It contains the latest user action triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually in ABAP programing it is a good practice not to refer to sy-ucomm directly, or sometimes we need to store a user interaction for later validation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-ucomm is for doing the functions what the user wishes to do at that particular event. You use it in menus and other place . this mainly in using &amp;lt;pfstatus&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910980#M937748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910981#M937749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-UCOMM is the system varaible which stores function code of any button in application tool bar or any event (like double click, hot spot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are pressing back or save, sy-ucomm contains the function code of these buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm/m-p/3910981#M937749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:26:07Z</dc:date>
    </item>
  </channel>
</rss>

