<?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 reg: sy-ucomm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997848#M1697721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the value a sy-ucomm holds when we press on execute to process a selection screen and if possible give some explanation on sy-ucomm in simple words...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: please search for available information before posting.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 17:16:10 GMT</pubDate>
    <dc:creator>uppu_narayan</dc:creator>
    <dc:date>2012-09-20T17:16:10Z</dc:date>
    <item>
      <title>reg: sy-ucomm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997848#M1697721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the value a sy-ucomm holds when we press on execute to process a selection screen and if possible give some explanation on sy-ucomm in simple words...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: please search for available information before posting.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 17:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997848#M1697721</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2012-09-20T17:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: reg: sy-ucomm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997849#M1697722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uppu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System variable sy-ucomm holds the current user command. Pressing the &lt;EM&gt;execute&lt;/EM&gt; button on a selection-screen, the sy-ucomm will have a value of ONLI (meaning "online"). You can see this for yourself by entering &lt;EM&gt;/h&lt;/EM&gt; into the command field and hitting the ENTER key. This activates debugging. Then when you next interact with the selection-screen (by executing, for example) you will be brought into the debugger and you can see the value of sy-ucomm and any other variable that is part of your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/139052" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 17:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997849#M1697722</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-09-20T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: reg: sy-ucomm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997850#M1697723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uppu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-UCOMM is one of the fields from the system table SYST. It usually returns the function code that PAI triggered. As mentioned by AMy it hsould return 'ONLI' or 'WB_EXEC' when you press execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 17:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997850#M1697723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-20T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: reg: sy-ucomm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997851#M1697724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-UCOMM is the system varaible which stores function code of any button in application tool bar or any event ie., double click, hot spot&lt;/P&gt;&lt;P&gt;&lt;/P&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;When you are pressing back or save, sy-ucomm contains the function code of these buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 19:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sy-ucomm/m-p/8997851#M1697724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-20T19:38:36Z</dc:date>
    </item>
  </channel>
</rss>

