<?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: get ucomm from selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308404#M1636277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you included the event &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt; to control the sy-ucomm? As far as I know the corresponding sy-ucomm for F8 is &lt;STRONG&gt;CRET&lt;/STRONG&gt; and when you press ESC it comes empty.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2011 09:41:46 GMT</pubDate>
    <dc:creator>former_member209703</dc:creator>
    <dc:date>2011-11-07T09:41:46Z</dc:date>
    <item>
      <title>get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308401#M1636274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I am facing this problem: I have a function module with a selection screen declared in top include. Code of function is simple:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SELECTION SCREEN 13.
PERFORM query.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But user on selection screen can press F8 or ESC. How can I know which command has been sent? &lt;/P&gt;&lt;P&gt;I try to debug sy-ucomm, but it's empty both pressing F8 and ESC.&lt;/P&gt;&lt;P&gt;Can anyone help me please?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308401#M1636274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-07T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308402#M1636275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you coded for them in your PF-STATUS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example F8 could be coded as the execute button and ESC as the exit button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308402#M1636275</guid>
      <dc:creator>former_member370533</dc:creator>
      <dc:date>2011-11-07T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308403#M1636276</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;Please refere below code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;EM&gt;&amp;lt;Copy &amp;amp; paste content removed by moderator&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message : Warning! Copy &amp;amp; paste from other sources not allowed, this will lead to deletion of user-id &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Mahajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Nov 7, 2011 4:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308403#M1636276</guid>
      <dc:creator>rahul_mahajan</dc:creator>
      <dc:date>2011-11-07T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308404#M1636277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you included the event &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt; to control the sy-ucomm? As far as I know the corresponding sy-ucomm for F8 is &lt;STRONG&gt;CRET&lt;/STRONG&gt; and when you press ESC it comes empty.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308404#M1636277</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-11-07T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308405#M1636278</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;You can write PERFORM query in  Start-of-selection Event which executes when u press F8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Check  sy-ucomm = 'ONLI' for F8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308405#M1636278</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-11-07T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308406#M1636279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, I am in a FUNCTION MODULE so I cannot use AT SELECTION SCREEN statement.&lt;/P&gt;&lt;P&gt;And I already tested value of sy-ucomm.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 09:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308406#M1636279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-07T09:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308407#M1636280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in a FUNCTION MODULE so I cannot use AT SELECTION SCREEN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can.&lt;/P&gt;&lt;P&gt;Just place the event in a new include of the Function Group and it will be fired as usual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 10:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308407#M1636280</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-11-07T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: get ucomm from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308408#M1636281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GREAT &lt;/P&gt;&lt;P&gt;I was sure I tried to put it an include and it was not working, but probably I made a mistake and put it in function source. I put it in an include and it works: from sy-ucomm in AT-SELECTION SCREEN event I can see &lt;STRONG&gt;CRET&lt;/STRONG&gt; when pressin F8.&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 10:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-ucomm-from-selection-screen/m-p/8308408#M1636281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-07T10:59:36Z</dc:date>
    </item>
  </channel>
</rss>

